From 9ac419edd2093f4d5c9958adce4b524157bda0c6 Mon Sep 17 00:00:00 2001 From: Jade VAN BRABANDT Date: Wed, 6 Dec 2023 16:50:50 +0100 Subject: [PATCH] Oui --- .vs/TpBlazorr2/DesignTimeBuild/.dtbcache.v2 | Bin 0 -> 146060 bytes ...08ed0cd9-e5c3-47df-82de-f6be3204550d.vsidx | Bin 0 -> 11770 bytes ...aa56ed55-40af-4c22-89be-9c8cb30c0aeb.vsidx | Bin 0 -> 8388 bytes ...b656ee29-40d1-4c32-b711-ce2a0f89713b.vsidx | Bin 0 -> 313727 bytes ...ccf270ab-3d6a-44ae-9470-3332a2de1760.vsidx | Bin 0 -> 1954 bytes .vs/TpBlazorr2/FileContentIndex/read.lock | 0 .vs/TpBlazorr2/config/applicationhost.config | 972 +++ .vs/TpBlazorr2/v17/.suo | Bin 0 -> 59392 bytes TpBlazorr2.sln | 25 + TpBlazorr2/App.razor | 12 + TpBlazorr2/Data/WeatherForecast.cs | 13 + TpBlazorr2/Data/WeatherForecastService.cs | 20 + TpBlazorr2/Models/Item.cs | 13 + TpBlazorr2/Pages/Counter.razor | 18 + TpBlazorr2/Pages/Error.cshtml | 42 + TpBlazorr2/Pages/Error.cshtml.cs | 27 + TpBlazorr2/Pages/FetchData.razor | 47 + TpBlazorr2/Pages/Index.razor | 9 + TpBlazorr2/Pages/Liste.razor | 27 + TpBlazorr2/Pages/Liste.razor.cs | 34 + TpBlazorr2/Pages/_Host.cshtml | 37 + TpBlazorr2/Program.cs | 39 + TpBlazorr2/Properties/launchSettings.json | 37 + TpBlazorr2/Shared/MainLayout.razor | 19 + TpBlazorr2/Shared/MainLayout.razor.css | 70 + TpBlazorr2/Shared/NavMenu.razor | 44 + TpBlazorr2/Shared/NavMenu.razor.css | 68 + TpBlazorr2/Shared/SurveyPrompt.razor | 16 + TpBlazorr2/TpBlazorr2.csproj | 15 + TpBlazorr2/TpBlazorr2.csproj.user | 6 + TpBlazorr2/_Imports.razor | 11 + TpBlazorr2/appsettings.Development.json | 9 + TpBlazorr2/appsettings.json | 9 + .../bin/Debug/net7.0/Blazorise.Bootstrap.dll | Bin 0 -> 110080 bytes .../bin/Debug/net7.0/Blazorise.DataGrid.dll | Bin 0 -> 325120 bytes .../net7.0/Blazorise.Icons.FontAwesome.dll | Bin 0 -> 66048 bytes .../bin/Debug/net7.0/Blazorise.Licensing.dll | Bin 0 -> 19968 bytes TpBlazorr2/bin/Debug/net7.0/Blazorise.dll | Bin 0 -> 1350656 bytes TpBlazorr2/bin/Debug/net7.0/DeepCloner.dll | Bin 0 -> 29184 bytes .../Microsoft.AspNetCore.Authorization.dll | Bin 0 -> 49416 bytes .../Microsoft.AspNetCore.Components.Forms.dll | Bin 0 -> 34592 bytes .../Microsoft.AspNetCore.Components.Web.dll | Bin 0 -> 139024 bytes .../Microsoft.AspNetCore.Components.dll | Bin 0 -> 238360 bytes .../net7.0/Microsoft.AspNetCore.Metadata.dll | Bin 0 -> 17168 bytes ...rosoft.Extensions.Logging.Abstractions.dll | Bin 0 -> 63096 bytes .../net7.0/Microsoft.Extensions.Options.dll | Bin 0 -> 60584 bytes .../bin/Debug/net7.0/Microsoft.JSInterop.dll | Bin 0 -> 65808 bytes .../bin/Debug/net7.0/TpBlazorr2.deps.json | 1510 +++++ TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.dll | Bin 0 -> 54784 bytes TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.exe | Bin 0 -> 154112 bytes TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.pdb | Bin 0 -> 42696 bytes .../net7.0/TpBlazorr2.runtimeconfig.json | 19 + .../TpBlazorr2.staticwebassets.runtime.json | 1 + .../Debug/net7.0/appsettings.Development.json | 9 + TpBlazorr2/bin/Debug/net7.0/appsettings.json | 9 + ...CoreApp,Version=v7.0.AssemblyAttributes.cs | 4 + .../Debug/net7.0/TpBlazorr2.AssemblyInfo.cs | 23 + .../TpBlazorr2.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 61 + .../Debug/net7.0/TpBlazorr2.GlobalUsings.g.cs | 17 + ...orr2.MvcApplicationPartsAssemblyInfo.cache | 0 .../net7.0/TpBlazorr2.RazorAssemblyInfo.cache | 1 + .../net7.0/TpBlazorr2.RazorAssemblyInfo.cs | 18 + .../obj/Debug/net7.0/TpBlazorr2.assets.cache | Bin 0 -> 48151 bytes .../TpBlazorr2.csproj.AssemblyReference.cache | Bin 0 -> 185539 bytes .../TpBlazorr2.csproj.BuildWithSkipAnalyzers | 0 .../net7.0/TpBlazorr2.csproj.CopyComplete | 0 .../TpBlazorr2.csproj.CoreCompileInputs.cache | 1 + .../TpBlazorr2.csproj.FileListAbsolute.txt | 47 + TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.dll | Bin 0 -> 54784 bytes .../net7.0/TpBlazorr2.genruntimeconfig.cache | 1 + TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.pdb | Bin 0 -> 42696 bytes TpBlazorr2/obj/Debug/net7.0/apphost.exe | Bin 0 -> 154112 bytes .../obj/Debug/net7.0/project.razor.vs.json | 1 + .../obj/Debug/net7.0/ref/TpBlazorr2.dll | Bin 0 -> 15872 bytes .../obj/Debug/net7.0/refint/TpBlazorr2.dll | Bin 0 -> 15872 bytes .../Shared/MainLayout.razor.rz.scp.css | 70 + .../scopedcss/Shared/NavMenu.razor.rz.scp.css | 68 + .../scopedcss/bundle/TpBlazorr2.styles.css | 140 + .../projectbundle/TpBlazorr2.bundle.scp.css | 140 + .../Debug/net7.0/staticwebassets.build.json | 989 +++ .../net7.0/staticwebassets.development.json | 1 + .../Debug/net7.0/staticwebassets.pack.json | 81 + ...Microsoft.AspNetCore.StaticWebAssets.props | 244 + .../msbuild.build.TpBlazorr2.props | 3 + ...build.buildMultiTargeting.TpBlazorr2.props | 3 + .../msbuild.buildTransitive.TpBlazorr2.props | 3 + .../obj/TpBlazorr2.csproj.nuget.dgspec.json | 85 + .../obj/TpBlazorr2.csproj.nuget.g.props | 21 + .../obj/TpBlazorr2.csproj.nuget.g.targets | 7 + TpBlazorr2/obj/project.assets.json | 5445 +++++++++++++++++ TpBlazorr2/obj/project.nuget.cache | 101 + .../wwwroot/css/bootstrap/bootstrap.min.css | 7 + .../css/bootstrap/bootstrap.min.css.map | 1 + .../wwwroot/css/open-iconic/FONT-LICENSE | 86 + .../wwwroot/css/open-iconic/ICON-LICENSE | 21 + TpBlazorr2/wwwroot/css/open-iconic/README.md | 114 + .../font/css/open-iconic-bootstrap.min.css | 1 + .../open-iconic/font/fonts/open-iconic.eot | Bin 0 -> 28196 bytes .../open-iconic/font/fonts/open-iconic.otf | Bin 0 -> 20996 bytes .../open-iconic/font/fonts/open-iconic.svg | 543 ++ .../open-iconic/font/fonts/open-iconic.ttf | Bin 0 -> 28028 bytes .../open-iconic/font/fonts/open-iconic.woff | Bin 0 -> 14984 bytes TpBlazorr2/wwwroot/css/site.css | 68 + TpBlazorr2/wwwroot/fake-data.json | 355 ++ TpBlazorr2/wwwroot/favicon.png | Bin 0 -> 1148 bytes 106 files changed, 11959 insertions(+) create mode 100644 .vs/TpBlazorr2/DesignTimeBuild/.dtbcache.v2 create mode 100644 .vs/TpBlazorr2/FileContentIndex/08ed0cd9-e5c3-47df-82de-f6be3204550d.vsidx create mode 100644 .vs/TpBlazorr2/FileContentIndex/aa56ed55-40af-4c22-89be-9c8cb30c0aeb.vsidx create mode 100644 .vs/TpBlazorr2/FileContentIndex/b656ee29-40d1-4c32-b711-ce2a0f89713b.vsidx create mode 100644 .vs/TpBlazorr2/FileContentIndex/ccf270ab-3d6a-44ae-9470-3332a2de1760.vsidx create mode 100644 .vs/TpBlazorr2/FileContentIndex/read.lock create mode 100644 .vs/TpBlazorr2/config/applicationhost.config create mode 100644 .vs/TpBlazorr2/v17/.suo create mode 100644 TpBlazorr2.sln create mode 100644 TpBlazorr2/App.razor create mode 100644 TpBlazorr2/Data/WeatherForecast.cs create mode 100644 TpBlazorr2/Data/WeatherForecastService.cs create mode 100644 TpBlazorr2/Models/Item.cs create mode 100644 TpBlazorr2/Pages/Counter.razor create mode 100644 TpBlazorr2/Pages/Error.cshtml create mode 100644 TpBlazorr2/Pages/Error.cshtml.cs create mode 100644 TpBlazorr2/Pages/FetchData.razor create mode 100644 TpBlazorr2/Pages/Index.razor create mode 100644 TpBlazorr2/Pages/Liste.razor create mode 100644 TpBlazorr2/Pages/Liste.razor.cs create mode 100644 TpBlazorr2/Pages/_Host.cshtml create mode 100644 TpBlazorr2/Program.cs create mode 100644 TpBlazorr2/Properties/launchSettings.json create mode 100644 TpBlazorr2/Shared/MainLayout.razor create mode 100644 TpBlazorr2/Shared/MainLayout.razor.css create mode 100644 TpBlazorr2/Shared/NavMenu.razor create mode 100644 TpBlazorr2/Shared/NavMenu.razor.css create mode 100644 TpBlazorr2/Shared/SurveyPrompt.razor create mode 100644 TpBlazorr2/TpBlazorr2.csproj create mode 100644 TpBlazorr2/TpBlazorr2.csproj.user create mode 100644 TpBlazorr2/_Imports.razor create mode 100644 TpBlazorr2/appsettings.Development.json create mode 100644 TpBlazorr2/appsettings.json create mode 100644 TpBlazorr2/bin/Debug/net7.0/Blazorise.Bootstrap.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Blazorise.DataGrid.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Blazorise.Icons.FontAwesome.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Blazorise.Licensing.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Blazorise.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/DeepCloner.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Microsoft.AspNetCore.Authorization.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Microsoft.AspNetCore.Components.Forms.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Microsoft.AspNetCore.Components.Web.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Microsoft.AspNetCore.Components.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Microsoft.AspNetCore.Metadata.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Microsoft.Extensions.Logging.Abstractions.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Microsoft.Extensions.Options.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/Microsoft.JSInterop.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.deps.json create mode 100644 TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.dll create mode 100644 TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.exe create mode 100644 TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.pdb create mode 100644 TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.runtimeconfig.json create mode 100644 TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.staticwebassets.runtime.json create mode 100644 TpBlazorr2/bin/Debug/net7.0/appsettings.Development.json create mode 100644 TpBlazorr2/bin/Debug/net7.0/appsettings.json create mode 100644 TpBlazorr2/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.AssemblyInfo.cs create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.AssemblyInfoInputs.cache create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.GlobalUsings.g.cs create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.MvcApplicationPartsAssemblyInfo.cache create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.RazorAssemblyInfo.cache create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.RazorAssemblyInfo.cs create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.assets.cache create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.AssemblyReference.cache create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.BuildWithSkipAnalyzers create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.CopyComplete create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.CoreCompileInputs.cache create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.FileListAbsolute.txt create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.dll create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.genruntimeconfig.cache create mode 100644 TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.pdb create mode 100644 TpBlazorr2/obj/Debug/net7.0/apphost.exe create mode 100644 TpBlazorr2/obj/Debug/net7.0/project.razor.vs.json create mode 100644 TpBlazorr2/obj/Debug/net7.0/ref/TpBlazorr2.dll create mode 100644 TpBlazorr2/obj/Debug/net7.0/refint/TpBlazorr2.dll create mode 100644 TpBlazorr2/obj/Debug/net7.0/scopedcss/Shared/MainLayout.razor.rz.scp.css create mode 100644 TpBlazorr2/obj/Debug/net7.0/scopedcss/Shared/NavMenu.razor.rz.scp.css create mode 100644 TpBlazorr2/obj/Debug/net7.0/scopedcss/bundle/TpBlazorr2.styles.css create mode 100644 TpBlazorr2/obj/Debug/net7.0/scopedcss/projectbundle/TpBlazorr2.bundle.scp.css create mode 100644 TpBlazorr2/obj/Debug/net7.0/staticwebassets.build.json create mode 100644 TpBlazorr2/obj/Debug/net7.0/staticwebassets.development.json create mode 100644 TpBlazorr2/obj/Debug/net7.0/staticwebassets.pack.json create mode 100644 TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.TpBlazorr2.Microsoft.AspNetCore.StaticWebAssets.props create mode 100644 TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.build.TpBlazorr2.props create mode 100644 TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.TpBlazorr2.props create mode 100644 TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.TpBlazorr2.props create mode 100644 TpBlazorr2/obj/TpBlazorr2.csproj.nuget.dgspec.json create mode 100644 TpBlazorr2/obj/TpBlazorr2.csproj.nuget.g.props create mode 100644 TpBlazorr2/obj/TpBlazorr2.csproj.nuget.g.targets create mode 100644 TpBlazorr2/obj/project.assets.json create mode 100644 TpBlazorr2/obj/project.nuget.cache create mode 100644 TpBlazorr2/wwwroot/css/bootstrap/bootstrap.min.css create mode 100644 TpBlazorr2/wwwroot/css/bootstrap/bootstrap.min.css.map create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/FONT-LICENSE create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/ICON-LICENSE create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/README.md create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/font/fonts/open-iconic.eot create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/font/fonts/open-iconic.otf create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/font/fonts/open-iconic.svg create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf create mode 100644 TpBlazorr2/wwwroot/css/open-iconic/font/fonts/open-iconic.woff create mode 100644 TpBlazorr2/wwwroot/css/site.css create mode 100644 TpBlazorr2/wwwroot/fake-data.json create mode 100644 TpBlazorr2/wwwroot/favicon.png diff --git a/.vs/TpBlazorr2/DesignTimeBuild/.dtbcache.v2 b/.vs/TpBlazorr2/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000000000000000000000000000000000000..33c8ee83fe8310b225d9b61d6726a21bacee7408 GIT binary patch literal 146060 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 GulPS~t>{t! literal 0 HcmV?d00001 diff --git a/.vs/TpBlazorr2/FileContentIndex/08ed0cd9-e5c3-47df-82de-f6be3204550d.vsidx b/.vs/TpBlazorr2/FileContentIndex/08ed0cd9-e5c3-47df-82de-f6be3204550d.vsidx new file mode 100644 index 0000000000000000000000000000000000000000..db6ee6125fafd4a748de19f47d1eaf6d80b0332a GIT binary patch literal 11770 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 literal 0 HcmV?d00001 diff --git a/.vs/TpBlazorr2/FileContentIndex/aa56ed55-40af-4c22-89be-9c8cb30c0aeb.vsidx b/.vs/TpBlazorr2/FileContentIndex/aa56ed55-40af-4c22-89be-9c8cb30c0aeb.vsidx new file mode 100644 index 0000000000000000000000000000000000000000..c43ea0749445af084de611e5e49cc1f2ce3c3f1f GIT binary patch literal 8388 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 literal 0 HcmV?d00001 diff --git a/.vs/TpBlazorr2/FileContentIndex/ccf270ab-3d6a-44ae-9470-3332a2de1760.vsidx b/.vs/TpBlazorr2/FileContentIndex/ccf270ab-3d6a-44ae-9470-3332a2de1760.vsidx new file mode 100644 index 0000000000000000000000000000000000000000..e53e1e820bf70ff2623cea9f1b93f8afa2f15944 GIT binary patch literal 1954 zcmZA1=~fdl6bJAD5%+!HEACs>x&s24nb1Zui%BX_>r$YuDA*#$;}iJR4}S2Kd<2j0 zqPe&K!+6L!%`cN=?qqEgR|kV2Sl#3^p9XpaecqHZpEmekIms&JWYjtlDiKK$O$lX0 zB1P(iwZcg;6N}kYG_p|XP>WEjNVurxJK9K#$jDf@I2N(gv9fX9NdHb8%W5XIm1!h% zA#E<*h;*tdT{SZ`kt%7GRw|Jyt*X>1Gp%f{tW!=ZS5t0QHRP1e+z9Ci&@-I^l46is;8wT| zZihSIPPhy1hI`;%xDW1!2jD??2p)z<;8A!C9)~C3Nq7pD;AuDn&%m?r96S#%z>Dw_ zybQ0vtMD2u!|U({ya_At7Q7Abz`O7sybmA1VK@Ru;X^nE$KeDNFoY3|y_87WX9*`^ z71p4FkKh#4UP>gzp+ilkFoQXy!%yu7TIgUMK7rG42F}6;daOa|7U8$G?2jCACQ{c!G6uIcfQ{X6E$DMhkTvyD9 z>$o$Ipy*PpBnRNfqK@C-pgbTR0r%rlu@E#UIw$mBNs0c`D1G8#1i>#jiNo{{Nb0J@ literal 0 HcmV?d00001 diff --git a/.vs/TpBlazorr2/FileContentIndex/read.lock b/.vs/TpBlazorr2/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/TpBlazorr2/config/applicationhost.config b/.vs/TpBlazorr2/config/applicationhost.config new file mode 100644 index 0000000..24bb7b3 --- /dev/null +++ b/.vs/TpBlazorr2/config/applicationhost.config @@ -0,0 +1,972 @@ + + + + + + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.vs/TpBlazorr2/v17/.suo b/.vs/TpBlazorr2/v17/.suo new file mode 100644 index 0000000000000000000000000000000000000000..826a68505037ce72472f740b19c398a86f42d743 GIT binary patch literal 59392 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2.sln b/TpBlazorr2.sln new file mode 100644 index 0000000..e6af8ae --- /dev/null +++ b/TpBlazorr2.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33424.131 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TpBlazorr2", "TpBlazorr2\TpBlazorr2.csproj", "{C4F1AB88-1FA8-42A6-919A-8581EBFC98D2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C4F1AB88-1FA8-42A6-919A-8581EBFC98D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C4F1AB88-1FA8-42A6-919A-8581EBFC98D2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C4F1AB88-1FA8-42A6-919A-8581EBFC98D2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C4F1AB88-1FA8-42A6-919A-8581EBFC98D2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A27DDDF1-745F-4ADA-A5B1-396B5E80C0B6} + EndGlobalSection +EndGlobal diff --git a/TpBlazorr2/App.razor b/TpBlazorr2/App.razor new file mode 100644 index 0000000..623580d --- /dev/null +++ b/TpBlazorr2/App.razor @@ -0,0 +1,12 @@ + + + + + + + Not found + +

Sorry, there's nothing at this address.

+ + + diff --git a/TpBlazorr2/Data/WeatherForecast.cs b/TpBlazorr2/Data/WeatherForecast.cs new file mode 100644 index 0000000..b83ab1f --- /dev/null +++ b/TpBlazorr2/Data/WeatherForecast.cs @@ -0,0 +1,13 @@ +namespace TpBlazorr2.Data +{ + public class WeatherForecast + { + public DateOnly Date { get; set; } + + public int TemperatureC { get; set; } + + public int TemperatureF => 32 + (int)(TemperatureC / 0.5556); + + public string? Summary { get; set; } + } +} \ No newline at end of file diff --git a/TpBlazorr2/Data/WeatherForecastService.cs b/TpBlazorr2/Data/WeatherForecastService.cs new file mode 100644 index 0000000..282ac8f --- /dev/null +++ b/TpBlazorr2/Data/WeatherForecastService.cs @@ -0,0 +1,20 @@ +namespace TpBlazorr2.Data +{ + public class WeatherForecastService + { + private static readonly string[] Summaries = new[] + { + "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" + }; + + public Task GetForecastAsync(DateOnly startDate) + { + return Task.FromResult(Enumerable.Range(1, 5).Select(index => new WeatherForecast + { + Date = startDate.AddDays(index), + TemperatureC = Random.Shared.Next(-20, 55), + Summary = Summaries[Random.Shared.Next(Summaries.Length)] + }).ToArray()); + } + } +} \ No newline at end of file diff --git a/TpBlazorr2/Models/Item.cs b/TpBlazorr2/Models/Item.cs new file mode 100644 index 0000000..e86019b --- /dev/null +++ b/TpBlazorr2/Models/Item.cs @@ -0,0 +1,13 @@ +namespace TpBlazorr2.Models; +public class Item +{ + public int Id { get; set; } + public string DisplayName { get; set; } + public string Name { get; set; } + public int StackSize { get; set; } + public int MaxDurability { get; set; } + public List EnchantCategories { get; set; } + public List RepairWith { get; set; } + public DateTime CreatedDate { get; set; } + public DateTime? UpdatedDate { get; set; } +} \ No newline at end of file diff --git a/TpBlazorr2/Pages/Counter.razor b/TpBlazorr2/Pages/Counter.razor new file mode 100644 index 0000000..b21f052 --- /dev/null +++ b/TpBlazorr2/Pages/Counter.razor @@ -0,0 +1,18 @@ +@page "/counter" + +Counter + +

Counter

+ +

Current count: @currentCount

+ + + +@code { + private int currentCount = 0; + + private void IncrementCount() + { + currentCount++; + } +} diff --git a/TpBlazorr2/Pages/Error.cshtml b/TpBlazorr2/Pages/Error.cshtml new file mode 100644 index 0000000..85c428b --- /dev/null +++ b/TpBlazorr2/Pages/Error.cshtml @@ -0,0 +1,42 @@ +@page +@model TpBlazorr2.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. +

+
+
+ + + diff --git a/TpBlazorr2/Pages/Error.cshtml.cs b/TpBlazorr2/Pages/Error.cshtml.cs new file mode 100644 index 0000000..7b15c93 --- /dev/null +++ b/TpBlazorr2/Pages/Error.cshtml.cs @@ -0,0 +1,27 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; +using System.Diagnostics; + +namespace TpBlazorr2.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/TpBlazorr2/Pages/FetchData.razor b/TpBlazorr2/Pages/FetchData.razor new file mode 100644 index 0000000..380d64f --- /dev/null +++ b/TpBlazorr2/Pages/FetchData.razor @@ -0,0 +1,47 @@ +@page "/fetchdata" +@using TpBlazorr2.Data +@inject WeatherForecastService ForecastService + +Weather forecast + +

Weather forecast

+ +

This component demonstrates fetching data from a service.

+ +@if (forecasts == null) +{ +

Loading...

+} +else +{ + + + + + + + + + + + @foreach (var forecast in forecasts) + { + + + + + + + } + +
DateTemp. (C)Temp. (F)Summary
@forecast.Date.ToShortDateString()@forecast.TemperatureC@forecast.TemperatureF@forecast.Summary
+} + +@code { + private WeatherForecast[]? forecasts; + + protected override async Task OnInitializedAsync() + { + forecasts = await ForecastService.GetForecastAsync(DateOnly.FromDateTime(DateTime.Now)); + } +} diff --git a/TpBlazorr2/Pages/Index.razor b/TpBlazorr2/Pages/Index.razor new file mode 100644 index 0000000..b1a9fbd --- /dev/null +++ b/TpBlazorr2/Pages/Index.razor @@ -0,0 +1,9 @@ +@page "/" + +Index + +

Hello, world!

+ +Welcome to your new app. + + diff --git a/TpBlazorr2/Pages/Liste.razor b/TpBlazorr2/Pages/Liste.razor new file mode 100644 index 0000000..1214cd2 --- /dev/null +++ b/TpBlazorr2/Pages/Liste.razor @@ -0,0 +1,27 @@ +@page "/liste" +@using TpBlazorr2.Models; +

Liste

+ + + + + + + + + @(string.Join(", ", ((Item)context).EnchantCategories)) + + + + + @(string.Join(", ", ((Item)context).RepairWith)) + + + + \ No newline at end of file diff --git a/TpBlazorr2/Pages/Liste.razor.cs b/TpBlazorr2/Pages/Liste.razor.cs new file mode 100644 index 0000000..f8cf5d5 --- /dev/null +++ b/TpBlazorr2/Pages/Liste.razor.cs @@ -0,0 +1,34 @@ +using Blazorise.DataGrid; +using Microsoft.AspNetCore.Components; +using TpBlazorr2.Models; +namespace TpBlazorr2.Pages; +public partial class Liste +{ + private List items; + + private int totalItem; + + [Inject] + public HttpClient Http { get; set; } + + [Inject] + public NavigationManager NavigationManager { get; set; } + + private async Task OnReadData(DataGridReadDataEventArgs e) + { + if (e.CancellationToken.IsCancellationRequested) + { + return; + } + + // When you use a real API, we use this follow code + //var response = await Http.GetJsonAsync( $"http://my-api/api/data?page={e.Page}&pageSize={e.PageSize}" ); + var response = (await Http.GetFromJsonAsync($"{NavigationManager.BaseUri}fake-data.json")).Skip((e.Page - 1) * e.PageSize).Take(e.PageSize).ToList(); + + if (!e.CancellationToken.IsCancellationRequested) + { + totalItem = (await Http.GetFromJsonAsync>($"{NavigationManager.BaseUri}fake-data.json")).Count; + items = new List(response); // an actual data for the current page + } + } +} \ No newline at end of file diff --git a/TpBlazorr2/Pages/_Host.cshtml b/TpBlazorr2/Pages/_Host.cshtml new file mode 100644 index 0000000..127e16c --- /dev/null +++ b/TpBlazorr2/Pages/_Host.cshtml @@ -0,0 +1,37 @@ +@page "/" +@using Microsoft.AspNetCore.Components.Web +@namespace TpBlazorr2.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers + + + + + + + + + + + + + + + + + + + +
+ + An error has occurred. This application may no longer respond until reloaded. + + + An unhandled exception has occurred. See browser dev tools for details. + + Reload + 🗙 +
+ + + + diff --git a/TpBlazorr2/Program.cs b/TpBlazorr2/Program.cs new file mode 100644 index 0000000..0fa257e --- /dev/null +++ b/TpBlazorr2/Program.cs @@ -0,0 +1,39 @@ +using Blazorise; +using Blazorise.Bootstrap; +using Blazorise.Icons.FontAwesome; +using Microsoft.AspNetCore.Components; +using Microsoft.AspNetCore.Components.Web; +using TpBlazorr2.Data; + +var builder = WebApplication.CreateBuilder(args); + +// Add services to the container. +builder.Services.AddRazorPages(); +builder.Services.AddServerSideBlazor(); +builder.Services.AddHttpClient(); +builder.Services.AddSingleton(); +builder.Services + .AddBlazorise() + .AddBootstrapProviders() + .AddFontAwesomeIcons(); + +var app = builder.Build(); + +// Configure the HTTP request pipeline. +if (!app.Environment.IsDevelopment()) +{ + app.UseExceptionHandler("/Error"); + // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. + app.UseHsts(); +} + +app.UseHttpsRedirection(); + +app.UseStaticFiles(); + +app.UseRouting(); + +app.MapBlazorHub(); +app.MapFallbackToPage("/_Host"); + +app.Run(); diff --git a/TpBlazorr2/Properties/launchSettings.json b/TpBlazorr2/Properties/launchSettings.json new file mode 100644 index 0000000..c26791b --- /dev/null +++ b/TpBlazorr2/Properties/launchSettings.json @@ -0,0 +1,37 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:37005", + "sslPort": 44357 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5253", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7039;http://localhost:5253", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/TpBlazorr2/Shared/MainLayout.razor b/TpBlazorr2/Shared/MainLayout.razor new file mode 100644 index 0000000..2115591 --- /dev/null +++ b/TpBlazorr2/Shared/MainLayout.razor @@ -0,0 +1,19 @@ +@inherits LayoutComponentBase + +TpBlazorr2 + +
+ + +
+
+ About +
+ +
+ @Body +
+
+
diff --git a/TpBlazorr2/Shared/MainLayout.razor.css b/TpBlazorr2/Shared/MainLayout.razor.css new file mode 100644 index 0000000..699f17c --- /dev/null +++ b/TpBlazorr2/Shared/MainLayout.razor.css @@ -0,0 +1,70 @@ +.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/TpBlazorr2/Shared/NavMenu.razor b/TpBlazorr2/Shared/NavMenu.razor new file mode 100644 index 0000000..f4ab879 --- /dev/null +++ b/TpBlazorr2/Shared/NavMenu.razor @@ -0,0 +1,44 @@ + + + + +@code { + private bool collapseNavMenu = true; + + private string? NavMenuCssClass => collapseNavMenu ? "collapse" : null; + + private void ToggleNavMenu() + { + collapseNavMenu = !collapseNavMenu; + } +} diff --git a/TpBlazorr2/Shared/NavMenu.razor.css b/TpBlazorr2/Shared/NavMenu.razor.css new file mode 100644 index 0000000..77a8500 --- /dev/null +++ b/TpBlazorr2/Shared/NavMenu.razor.css @@ -0,0 +1,68 @@ +.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; + } + + .nav-scrollable { + /* Allow sidebar to scroll for tall menus */ + height: calc(100vh - 3.5rem); + overflow-y: auto; + } +} diff --git a/TpBlazorr2/Shared/SurveyPrompt.razor b/TpBlazorr2/Shared/SurveyPrompt.razor new file mode 100644 index 0000000..b31a4a6 --- /dev/null +++ b/TpBlazorr2/Shared/SurveyPrompt.razor @@ -0,0 +1,16 @@ +
+ + @Title + + + Please take our + brief survey + + and tell us what you think. +
+ +@code { + // Demonstrates how a parent component can supply parameters + [Parameter] + public string? Title { get; set; } +} diff --git a/TpBlazorr2/TpBlazorr2.csproj b/TpBlazorr2/TpBlazorr2.csproj new file mode 100644 index 0000000..15633c2 --- /dev/null +++ b/TpBlazorr2/TpBlazorr2.csproj @@ -0,0 +1,15 @@ + + + + net7.0 + enable + enable + + + + + + + + + diff --git a/TpBlazorr2/TpBlazorr2.csproj.user b/TpBlazorr2/TpBlazorr2.csproj.user new file mode 100644 index 0000000..ccfffb1 --- /dev/null +++ b/TpBlazorr2/TpBlazorr2.csproj.user @@ -0,0 +1,6 @@ + + + + https + + \ No newline at end of file diff --git a/TpBlazorr2/_Imports.razor b/TpBlazorr2/_Imports.razor new file mode 100644 index 0000000..ab42be2 --- /dev/null +++ b/TpBlazorr2/_Imports.razor @@ -0,0 +1,11 @@ +@using System.Net.Http +@using Microsoft.AspNetCore.Authorization +@using Microsoft.AspNetCore.Components.Authorization +@using Microsoft.AspNetCore.Components.Forms +@using Microsoft.AspNetCore.Components.Routing +@using Microsoft.AspNetCore.Components.Web +@using Microsoft.AspNetCore.Components.Web.Virtualization +@using Microsoft.JSInterop +@using TpBlazorr2 +@using TpBlazorr2.Shared +@using Blazorise.DataGrid \ No newline at end of file diff --git a/TpBlazorr2/appsettings.Development.json b/TpBlazorr2/appsettings.Development.json new file mode 100644 index 0000000..f042c67 --- /dev/null +++ b/TpBlazorr2/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/TpBlazorr2/appsettings.json b/TpBlazorr2/appsettings.json new file mode 100644 index 0000000..4d56694 --- /dev/null +++ b/TpBlazorr2/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/TpBlazorr2/bin/Debug/net7.0/Blazorise.Bootstrap.dll b/TpBlazorr2/bin/Debug/net7.0/Blazorise.Bootstrap.dll new file mode 100644 index 0000000000000000000000000000000000000000..74589ce353dca5206025cf21f77e98cd105c336d GIT binary patch literal 110080 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

9#tQTxMi}dYC)$>JLj`jsB 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/Blazorise.Icons.FontAwesome.dll b/TpBlazorr2/bin/Debug/net7.0/Blazorise.Icons.FontAwesome.dll new file mode 100644 index 0000000000000000000000000000000000000000..f2ad41c3c32267d98254bb5f9dd210f3664691b2 GIT binary patch literal 66048 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/Blazorise.Licensing.dll b/TpBlazorr2/bin/Debug/net7.0/Blazorise.Licensing.dll new file mode 100644 index 0000000000000000000000000000000000000000..9e67097dd6d98d8b0a6384efaef5e63e29fcdf11 GIT binary patch literal 19968 zcmeHvdw5(|k!Rg=AKmI!x72M*w&OT%Cw_D!yRDaPIVg(tjOAFiW66#k?8q&3Tk5#g zt@Q1-Eh{oI$prF+JiG*lFfhach6$NKvIzrWhMlm1470$(^4KAe@ep1^cue2}h9$6O ze^vMP!?wbg{b#=2@8in1?x{L;>eQ)Ir_STv_TbGAkWNGf?mzs2=#zNzwMF0`2Xn{{ zF8@@Jo~ioMicf0WzqDd_B4tOWa@p}*d@?c?&t$Us$Y?T>D`X<6Or&?`P-HTjNX7yI z-%3~Xu0EpenoiAEKYqSg+jr>7h+k_W>IKE?P`gL*jNqQbO;jss<><`>)?cpY072(V zr$c|nto*P1bWtYZ`dOT4Cnx5J9xMrAf_pteRE^|M4-pN!q&M`4lvEdXFYv7u1!MW- z@jUQ--2ljwwz_%)lPf}WD3-HxW57hWIV3FH{kSWxE$FUTE}71Pk#(guKxGSzL zL|oei*NRaGW!)5+)UlrE$z~$$0y-y34xWyGb+>2HKEFqA`GJKp#yn-}ERTM$RH{@0#kmaZCJp@Wj8f_iymZ8K_d(mG}!AbbJaR)wcWyMSlL!QPA*37s&$K2pM)smywwLLyA2tu<~Sz` zBvkKH)~ZGOeDAqv zwE5>JSF0#2(io5yFEEtFW26y2W-Z#cKMJEaW>J-If!TOf$jn}bWb|@Ww7?1(VJq4R z9FObp$f6NGus|o@y04$B4w-8`Kw%=^OCE2?sIs{y7I@D2SBvrsk))8PL4!C2PiuO+ z6VBLBk3LF%^rpsr76A@5LUtD

5Hn5Tje!ZlH?eh?RwrtOmBhhrkPu2A0}? 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/Blazorise.dll b/TpBlazorr2/bin/Debug/net7.0/Blazorise.dll new file mode 100644 index 0000000000000000000000000000000000000000..71b573c7f34542cdb2b1163ff0f512c813b9f870 GIT binary patch literal 1350656 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 M+0m~jVrhI8JbT{u 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%0Ao$(1u6-#y6P#p8#vdPh7?>#c}_X~PvT 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%0D%b%uVbme>lT2ujBw|I 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 z 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 #@aXhXtQo}j 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%0D%&QR!C9Q`3FaYONYl(!|91si_Ca`)ZUC`_%N1 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�L#1B20XM}qx3<{k-$73oc@KHt=Nr$Jzr%riB(^a#@yBg$ z=ozCY_{FlPDzt1?FBIE-ttqzox6soT+n9;?b{X@z82!Ps z$~jcvs@RStL|%i>7u#{w(I26wi9AN$g5M;zaoXrl(9=bpBJU#~!I}8n)y2^0luIG4kp~<(PFi65I9GfSc%vk+!F93CKSJIV+qNy_ZR82^F7gz44<5i7JQmx&g6EX;ufSEY^@PZ4a9zA|EXW&h z6Fo8V7Tgxwz7phJYsl-!8_1i;TgcnUJIK4pd&v7@JC-5x9IpIwInNs0fZJkQ zw=Ucl+i?xiKSG`(A0w}9Dfe3y+c-7kb>t1?P2?@)ZR8!~UF1FFedHrJN6#2}@GIq< zD{xhOzdc7FufcWnM99@Q`E47>=fw7UQf<#=O|k7O7T+%0KJ%pfj8bgZa2q`xjJC+drH8_GBa8qpC#>iW68$Ai~4%`*nF{a3Sa9?cu z8XzCSBlKj*b9js%{Xp%tLGgX63S1T2zCz?RxQ?C(c@uezyp23T-bJ1w?;{@|UlQAS zRNHwRiI?SAULxQ7QrrA9u^r>s_k2`()YcRHYS~kPL%0Ul#kOsPya6}Gc1~mDEjWQY za93>Or^pw@cI;|9_P*HmH9-Fm&S3rUw5>@64&fRc!3{WhjBoPSQU`hZ7+X&d`2Zfm z8JxqFt>yef@$ItTkICbI4S54@!5z3OzT3~a4-e6k!8shfu$)5$u8Qs4)sWYbN66K- zCJp3sVmsGrJJ(IIjUS`G1-H?YAn(9k^z@MTkq^YWwx>?Y?*O1@gq|Gv71hI`W42LD|=x@);hrU7t<##A2OK{hL9Mc(=t1Vp}Voz?f#e}A0w|`T5ekt+dLa^6Fsq5kNp-o-WGZ~a1S2BBeBghM?OYg zX_j-Sif#Ti;SqW=Pw-N#6|8&1Ww@rJcLJL zn?r^?hsWp%UWQ|Vt701`L|%jI=!uXw;3j%v$6>Y{&9{L2;joBHy3n?CY^_*%cOA-p8EG1WHaNNndN zL%;eaKTeK(jQ+~y<-V$78>fc6j=X`qiM)lpjXV+GE_3*sMQUh@M&WsI8|iwlO30H{d3EV&pA& zUTkwv+xTtq%JTyHJ8%m3;6<^GskSi(=o!KpoWsGZ%C)M%6Jon&LgY0#f*WuQx8QlP z%~@@8PSDeV7tpV^{;t>_(^B*=qF-(Oeeu2i@nj%gd5nUW#CE(R@xAu=gPt++U|Ts( z1+I#1+YosTuA`@cyeYQpp@qDSyn}o}{1SN_*4J!Z^z_iv7u$S>$VbRCPjCf} z7p{tJ{2KBG+(b`|yal(>(?Q-v-b3C;K14o3J{H@0R)4*mXB}?BU3gLaM1KwR#Wv1R zY}d~S{WQPmH_;&x`GT*G7MWo(}wevE8q`=ugqpgBQhi9&Z-gwtcak(*gR2@SWlZ>(d9RJ0w%Eo` zkayq|?!iMihlAIY$5MeO#P%4jw)NEipZr>Xf2qN<=vP~Rgq{W*!!5W2_uxgb%|~tH z57Cpu%jj2If9191{3paVrrLT!v9A9cWc_RCpGCjg`XltjZ~~`r4p+99^9kV^9Kj7Z zh7-60FNp2h>x%9ANzv1T`{)@UA0f|>kC6wjE01MDZ2PT>ZNDLUYH%Gr5%LDyL{E&o zjXXi#fxGBQk@w(5u|0p@(%JY@*eU&@&WQ8JVH;7 ze2lyjm&aQb+cDOV*O51nH<8E4TX0)^e^9)B>mcvJeX%}|{7k-&G!ok!#&ES&=Aqag zhwI2Ap@(%JY@>Fb(lWN;<5ALIXh-jUA3X!)LwE@up+7^O z!^`j({gpSB>p1~e#kPhukwL%Nacj@FF~fm*A23 zZhx&VBOfE5cyoDNRk8KYBCjK#Lp~2Lz+JJeNs7D&FT#EF50DSxC3uAX40#SO!(;RZ zZz+#=0|tV%s(o+Z@!_`u*ncGCUUBww0^O{t37$ww_t!b>wr%o5<&pci;uM2QR`y zcnKbf?fTD=FT-Q>RN6Q$xGJ`BYRG5dy4a4rfqV{bqNjy?9&V$jgM0z*q9;Y(gBRgG z`Ul9D;1POqCKI)*(b*gJ|t< zo9K^`x8QlWjs66A2VQ`?=ueUN;6=EP{vq-uc!ZuD`7%64Ph}_86RyFta0EBtIXH$} z@I0Kr9e4pw;U2sQ58)*^hnL~8c;)rv+i~o04W5PTV!OuXkT;RfBX1+`AYXvH=;4slXF(RcvF1$Y6t@M z3!aBN@B-WwuUsd{7va9x<~BsW1dq^@AwM}LI8 z0nfor^v@%2Bkv$zfV=2Pk@w(5xR3q;@*%tgkIRDK)l16Rc>>w|n2uA`@c zd=74+Cq~|a=ixT`6XYFu0q&wdMc#uK;Xe8Y$cOL-@&-HyH__ihJ`cCW_FA!nd;#u? zZJs^ki*O%3L*z^F2t7ISWq6F9iFcLjRu$VEYRG5dI(iz&=inxKTFB?&M0~qkOP`YG z?hf(=xGT2#^pG#Yee?{GFTo@9Y?O5iJH<8aHZzEqo z-bKEMypMcB*;7P0^CJ^io6Fe!hQ4) zkPqP{c!d58c@8hbWAsPzz%_UlZoqSJEWTZyM^4D|NDKKqoWLD;0Z!o_ya*5AA-n`< za1JlS!TZW%ufP*<2-o0QID#AS92~cBU;1HgL z=iqrbfjjU5+!fp7WQx28FT#EF50NjyBlP6Rm*KJ4?mNNnm-kb(-R~;!1Y8x{wl(Cl za2-7jRlmwyy=`UF3_%`^X2#m*5e4GUUtf7(Ek7xh5ez3rFxA+=A!f z4!i)Ta1UOD2k;Qi;bpkeDd(^M_qv^5{eRWXvv32RgJZEirak!qc}zn-4=29oSEZ+e zd;#vki|`O$f^&EouKYnc{|Q+CztNTBf*bH09K$Vm9!}s6ya10i#hl?;xB<_>G2DXZ;RIfQ7vUki1ZR)& zO>%APXM}R(!TXDA{#|lCtL?g~z!Pxj`#&T7YU`hcBe((2!7X?mPT&r_0H<&dUWEJN zyZ!MFk&ndoc$*_%hR5is{9$>F6L3{*R5LwE@up+7^O!^`j({lOoV>sf&(;Hr3KZIREyb@b@}S8Uhe9Na`tEY`>N zpXy^fdgkFa`WKM*;6-=|UWO~zl=GQ@Yw#>Q2e;t1*skF&+(SL;u&{vU*~*tQM2<#AQu3Aie@{t$T``5f{l@_FQKA{O|Uu@eB#I~*4wjIJt@JMXi=E#@fF?xazlw(%l3Aie@F+=1vcowdse-3#Q z`8@JA@(%I^xGTQjKbH28FT#DX&2xZ!2rt1IoWskoF1W3E1)hLIcovS}IXH&r;RIfQ zyW+e3v8Tv;@FLt7udD;|A-n{S(4QgC;bnM?{$L;02cCfS|3bI zL{AI(Jlq!Bz7~*o#WwyT@;>?p;+6XvdY0fEUWS7YVjbWKID~8PEL<1c{2R#U;3j%n z$mih&xGP>ccI18JOUN^L84ms!#|TfrHMjw{;11k_`(iuxA@ULO9Qhb|@S)&& z^59R)IalDS_+Ec)gve`f9X%292HZqXjJyT6(UTzWz+LpD$b0Y*&f#Exd5r3t{Bc!~ zhhjU|YCDfLxB)lCcl&W#$lKz3ecnOdMc#);@E8uRFXvE!t702JL|%jI=!uXw;3j%v z&P3(o5{S9c?)@4Z1e2Gee@5}pToh8<$OZ8 zF1EQv$eYMx`{W@Ar?ZG4d9iz$x4p+Z+bSN60he zIXp&B@DUs%Tov2+A@UkrM^6KJ6L|}H8+iwLS8VGrM4rRJUt*qc2-o1c*ybN0Zz7M8 zx8Sze=93`rz$x5=2k;OciETa^@*EzcC-^9i7p{tJoDg{puA`@cyoo#(-!9kQx8$)= zZTICC+(v(bTrGDK_dcS7yo>%6c@OTRXNY`+JV!o8UP;S&R>igsHRN^V4dhMaE#z(F zT{uNgANc_J5FVi?M?OYg>0$n2n|~-?d7Xxy8r*=JV%s(r>v??IcY6 z+i#4#1-H?YAn(9k^rXmpa34KGSqb+x0d^D!Y#4&w2>#sJ8%jQ;gQ&m zD@PvuO*wuA4#g|iIr17D!3{WuTW|t*;I8;?zYZz#9^4n({0GQ~@CZFQ@-gzt-c}IX|A*uav8_WBJ+be3(t|R8^t92F_@3uVPX|3+^z@MT zkq?oNkmtz9$n`*Mo>lR^{yr5VuOn~5F?tfXFSfNEp+7^<7mH@!fu{+G0EQF5HJla3;2686yvllzCNbV}{7<$Rp%UYddBRCb?oYl79fmrAEd6`>wXPF28Tsnj!xGBEdpRX8sTWo8U zAnzjY!y`CDzuNB0WAp@{FXvVj+cgu4^;mu^$5Kb$6x)1a-}B5<^7kr{CqCaHc^7%= z^N&bALOzDuca`HO;*a|^=_2pLBRCUZ>-)#ZgHf4R#Ww#Cc^!F#yoo$U-bS7vPvHTa z!DF$_A^1W$w-Aot1{}i)+!foHDe^w@0rC;@4Eb1W*MMG-ww@sz!7-e`UGd6%koU#< zndFC-gFt<)KVJiQj2^Z1RF9S0sx1#6W4q2H$#0kO?>-d-YU__5W9x5AZgW#xfASbx ze;55~>rdg}i)9|d2^{@P*%Qf$N$LoEc_s9M96MngTtcc(kPT&+C zz!@C>dohRV_ktktzDS&UZx;{#qdfKu4(==S5RTv&PT&+Cz!@BT1>?gJ9K#8m!UH&i zgRf$IID%t1fm3(@XRtoVtXwm21jld!r|5tKJb>}x5tKoGP~s;Ruf51Ww@r9LnRqt(E#(ITro- zMTA^!c_`PVIf64dkmI+W7|z7HR>!3V4;6l#)a3hRe+m!a3=V!!_J?o;$8Z9taPq@) zoD?3w85}%Z_J?o;$8Z9t@Bq%>=)cSH)pk8Mk;mfOW%-^X>!!AKPJI4uT~FjGoWa45 z%56h9f@3&=Q+NOe|AR5%2;M5T$Hw3h^urMx!wH5tK{2#`LW3is=JM^4-KO~NRQufDi0;li*&fwsua;)t`oIgCn-EYkJ@@NIDA5J{oEnfPvrewy~eyl zc`h1wUm?!KHqICho>=A~9KkW1z$rX{!!_lY5gfw_oWcV*gM%lPV}@`9$8Z7%PsX-z z1jld!r|7TfO8d|f$*V6t=wM{o=$a0(CLbgCS40B3M8 zUG{`<1jld!r|-_;1|j< zLpXwCIDu1m0B3OUbc_#2a11AK3J>564lcm>a0JJ20;li*&fuVq@!<%L;RH_M0i40X zFJgQ+f@3&=Q+NPpaPSO_4@YneCvXoQ!Z}>ofbkz=yI<6hM~|`fG?2$)z3=>$-bawP z;KcX*i{5vTciThl6KfO~lqyfkX7Dt)~V@=uulw1CG(7ww@N8 zphs;z9XLgg+Io8M06l8!8NwNQ)Yg;3!NxMLz%{r5$8ZZy;0~O^J$L{Q;T#S&VQz2@ zj>LN3{6D$hHITR9#P?hz-v{a-PvIUsfQNA9!g4;L*zU7xTiY5Op+{{!F>_dwz;V-@4*A~sI6xRXXsH|PYwqcmHSd#PX(@uZJuiD3B`KucFB23 zy#Gp^dVfJY@cyYd7u&X#i%Zww2#(KZ!MRxHy!C)AN(MTvCo7!Vw(9Ew}@B#kOv0n{(~Cr4u-X2XF?r zpI45lwlO>K0M20j&%3QZglljFH{cjFn>6NYj6ZN;23VfZLzJn+SWXQJ8%m3-~l{@GdPEX zUoH1lfkU_kM{om<;TD|09XN%1@Bkjd8Jxqx9Oe&)a1D;&2HX_e`m1gIW4Hw;a0gD| z9z1}Da0cgau(g~+1rFgF9Kj7ZhFfp~civ8}(_)<1$9 za16KL4%~wWkFmY>8zRphW9!M02QMn;rna66@(`}Ukyu|l{Xibi)pm>xIEGtr2TtK0 zJb;IA4p)Ay+;3HEYp%BW)Zhqiz%kr{J8%yk!Z}>I6#IoExBl@q_x>@@bV|h&&V9eMfC`%i)t^+qUwuvS*dp@*466 z9K$U*fje+lZ0oGH`Sjo+oQYTFk35HimzU#I;2PY3TW|t*;1uq`LpXSS;W!;eHaOD-{JVUq!M{omf!5ugi+kVxy4n24X=WykfWq%EB zz%94~_uwI%!(*{sdup3oOI*jA2NfkU_kH{ceW zi0xdcSLO+)=uulw4<5pqSl`1wqVHjmSFR|xt-%r8fSY1lL$&QUhFfq4?!g0i2xo8( zSAMYJP_;ke}Q~%bclQ; zwr$n6Z4L*oDYkvJY+DgqPw4XxNnS(VfLm|}?!kSr%|UJB55zj>&*+?y=kQo;+p2Bb z%4O_X*y!5eT~a0u7n2yVbJ+=3Ih1E+8g z9>7C5gL62DF@HFOYj9m`>#VlxrvbO%Hu}}ppFGC)y_XL1^f9)c9`eCsY&}Ed8JxpG zt9Xs1-@{Sc+$wMg*Wd=+f)lYmHaXrGtv2+O6;0SKOEw}^s z;31sDWAVy-kXPo*`PASB+=4rB7w*ABIEO1c%6(PEHXpUEPYrIsEw}^s;66NrM{o{T z-c;^4g#SOf?mWD*qFn!et(9~-=|tv15Mc$Ph$yHy;1Q)F@u1=aazI6;B0-#yQ5^78 zB#NjY&J#*C#-pGpj))>wBseP$h$C2$s30mh;Q-?MJbUkF*Z1Q3y?;CxA8+neyVkIG z(&?t1hCMtBKMoG?Jp6pIouk^$F~W;*f;Yn%UV*;>7kCZ6No;#i+aBC=s~fn3r(qAz z!jFRkJP${B5k5<7dsExq61*AC@CsbuHP{_j*KFVkvAwR^Ublm%VGqy30iK5=ya*?F zGo0ZS_#0x|r`q;e;5FDiuXY-E8lHuN*nVB9*3Y_G`K(jhYt6$EeYN&amcH8hi*SNB z!&z*vtJZZsChMqeofWviYw%5CyFO|=);+(jueQ8_J9O06nT9<&YU|9xj}zM-)Yb`N zJ4dzU^Ke8*ZJk9pp`*6WW;mmxw$2J%&{11w4R$Z6dsbVgfje~6)|rMqI%@08!T}w% zb>`vc!;A1{IE(E%t8JYX_#1FRUv2$0*uAi>skTl7cj&0CGY#(rd-T=TpM@VM9zILR zgV@edZO6{T5goO47U6`B+B%!zjE>qmD{w(aZJjmPy{PV4ZJh@0&{11w8lHs%JP${B z5l--CIKwM&f!AR7;<~p6?%-+I!?Wg6}Z4_usgZ#t${mu8usuk9N>94 z!i#W%H^UiTfeX9_yHl`#xPzx*56{8@o`)m62q$((e_JwlnG;%-4-!Azq@_9H8I-ix!BJwoIuhsn^ z&x8CwlCK~ygM2UfdlA-jHX~nw*Wl)rcrADq z&TxU|R}8w}U+#;0T{3 z9-c4q1ZTLw?tk&Ru!jR2;RIhOwmqor87p_O{hZUq+EH8HiS-$~M4mCVt+SWd)>m8Z z#oE77`fAIA*gk*MmPh1j%M*MP92RRQ!e@zXKkDH+aE905<~6lH4etfd!;A1)@Md@g z{sz1TyEE$RHgE?|!+VMC9MyJ?9-f5*JP${B5l--Ccm-aA-BR5{19$K=yq9>mf8-vX zg#$bfKVNL?sO>r|!kgg>(N|l41zv-1LSJqD=C#$+u!m>i0MEk_UW6088D4?cVE4NE zo>C9@33uqItuqaKbkx?Fh3DZ#IKi9Y46nee;*qBRcbF99Yp^@B?xBIF;aPYdUWAv# z_F4(~W;nwu@T%C3Ey&kk_j>FTo`z@Pd3X^{aE4dl*|X|v&BKduf;Yn%UV+!(<_&fI z4xWa+*gnJ6!{-E^hZo@jyEoQj6I{glwWGUTey;nbzK;;!B)0dv+Fp0Bvum!l{Q1b$ zmS2cmZFzsr?R~hCTc^vF%xHuNB}3Cpg0ec5klhbg+j5JP${B5l(Qqi|u;= zcW!-MwdEc18L^$O7wdD<`!nt61UQTJUcX-MZy7j?-CO$kzr}vw2izgQFEH>+#bx00 z#qO>B{tw07z?a!v$W0-8--!*uw#i@FJYx z&2WZS-~z9~?wxf%4cx)gu!m>i0MEk_UW6088P4zuT;Mg>y$kz?J9rxQ@GKnQc{sw0 zaDq3(8D4=4yau~>WB+gmPs1Lbg#$bfM|crV@Mbu}D{z6=VD}#EAMW63*u%4Mfal=| zFTx4l3}<)+F7O)c-i!Ui)3Cpb?elOJdAN(MGmkvp#nxFwp6+7nY(}2%V(Y9RFL$wZ z){wjR;oRX4o`yX<3kP@}j_@M98O~z;y6|ZE3|~RM1~=!`eU6H^k*_sd@6@4jpz}59b$xS#ox!YX#+`%3WaD)?_;R3r0us-bJIk8=uag){o5f|TkggB{QpdzCAB>>VUX`2f9I&$@+h|N?bVhiFevaD)>aK2-Y=PH=|T#rq9@EgAo>9-H6{7dU;m_A?wlQuB0Sb%qP z*jSIZ?!H=c4+l8H3C?hV-Ph`x9qj3^4?cffhkJkv?7mey9qi!%M>xUm+gL|z_pU?kk*jTQ zL9Fl1FX=V>Zp|Z{;0zboU0sjuU=Ig4!U@iBf!+7&`spsV_jQ)s&RuQiSYY@4ns=~= z1Dt4@Wq`8SegEkM(eXBV6G4mwIf1<6n`(87{EGhATzFRTN5 zIKUB3aE1%)ZpZqthXWkp1ZTLw?hdRE2ROq8cK^n)u!jR2;RL%o>pEGipJ|Vjd$%gq z&z!4vkk2u6){(pa)MEo2;Q~9?4xfhrM>xTmZtAfGj&02ooZ$kyk=pOzJX-St=P~54 z-&peiM>xS5F0dP~>vXV(1DwS6`K-40S4OV3ydYOw?k4IwYRfz1YRf%xwdDc1+VY58 zZF$;Mo#6tz$=V5GJ72Y}6OpSePhx$BkI~Pcf!{7J1AkNO?pFI9?BM`MIKde%u-gLb z!yXQBgcF?M0=q4-KJ4KD=eyXx2PnwZmbM#!2c4L9s9@bJu2sZ_r4DocLTp#oW*vn z3hZ{Oc?Wwqz!6Sxh70U=#`>^_103N5XSl%b9#|jtaDXG6;0zbo?^4%S+r10O)s{!( zYRi*YpU+F>Ua0L}WZ2)c-}#$%#KR6;V7F`SbX~QF103N5XSl#_x~|#59u9DXi&)RM z+aS*;a<_Y3Q*GC$6Wiy%+Roj>8TNbBPJ|QeW@;ykZGE+^U*L4FnumK=yFIHrIKoM6 z>#J@3aG&Z37ufApk5${T5nh4U;O4%yKP$djuKDB7lixRo3p#%9+Rt!zznc5|S0{K~ ztn2T&lRTgM)J}#+_w9G|*T_Mv&%mMb3^WgHdp~nHKt9Ko#kx-K*STUl-vYY_)x3kF zSl4{BteFPR;ym!b#BslV=V4>w2iJ8Hycu4B*I@UMdTaxCu!m>GdR~vy&uZimPH=_` z>>gTQw}U+#;0Px;!v%H^!}_p?103N5Z-(9ec!tGxPlH(R*K_q=AWv|H3q1Sqx=s|^ z`%7)>FN*b=KTEE;`>&dJu!jS@8D4?c#k!{cny7h1->1m>qXTO`eLz1yNAh`iGrR^* zKeG0-*!Evw_o$k8a1iS?{E%G3H1H3_{=nJ~aD)@=eC;=4`x#(|+`|EmaDp>jU^iP| ztAjlp;O^1&{;KWzcsQV=woXK@wtP)&=ji78*Kl;Bd|xECj)yZ`VE35X@8D_J!?SRJ z=ivx1!U+7B; z&woMgA6wT+@T%DUERB0y?F2ZAhwpLZ>*C?DkFOmkw*7a=)t37~-uv|n@_<}z{Rk&? z)Yi#xK}T&JcL??=-c~-I^xkQ1ol&u!SBE@^<=gsRUv2#eXLQuoDah59yC+n4@Qm2@ z;Kla3YCAR{S6d#Dt1ZuByN_zi{S#}hwtP-(dkE;LtrG`%@AtWoC**4DXSkrFwvKyJ zbtl$6>-uWz_(6W_4bG|UKB}z~;03XrOA_04P!Ic0u8#1MczCRMcq}>@x!Tq&uzO0) zJJ^fu9MyJgfFqpXWwGroi*0Y};W~%bJcuoi$kmpoL9W+aZFxqnwtQ7=dnm}=VfDP! z*6(1Cj@mk5kn8SYpB5m5Zkc{d4>z@o>tfKaDbP@wq{0NVE^>GPJko4EVgyJXVkuj103N5uZnG* zg4`cf*GzDR3%oA2b=))Su^vuvhTXH!hZn@QW<;Lh6|sJg@e%zV1G#&4T{FNDUJ~2- z3AsDE9^1hl4se7Myezi$GxK9=zJ6@=@^RIx&#Rt$LG{dws^?x@z4Vgm)#Iy|PN+^N z*7M46f!#^9)4?8|JGrhI#P;5g@X{%@v-+~?rI%NazOp*J3hTfL&TxU<>GjwS_Hcls z*goIXw*Q1&ZFzYkr&v#39kivIKUB3aE1%KF19_mv+-K6hXWkp1ZTL2?b%SxUjVmrsBcfjwep7}uk*M0i;HO;{b1MA<*v;;51d2`)Ef!zf) z?_duHv0Wea@LZ5b+;B+Z+xWMl7wbQ{~Z0Du6Jp|-x%Ojl7QClY?S6g0S zcUjFdT;TAf+KF(2GhASIMLo8IJsjXDw(Fp_JtyR9%QIZiQCr7-xvr_Uyn{Ww{FQe2 z-@mNF3%{;E&sn8^Q-9sPaC3eBmu{_I|5NqSU*OxSNAIYf`FHi)oz)Bfsh(*@hVQj7 zH8MP}2)nIn-obwBng_VsZe;i~1hri&4+nJA)`@UJM{S)97j)FtaobmSV*8nf+BzN% z=%}p|;e?LbIvFnLsIB96sP4qW{UG;nKu2xsL^z?NwoZl%I%?~<9jiO>a6iaB9MDnQ zIuTCjsI8OXf{xlc?(Wr{c(@xS5F0i`?)`vYD;0Px;!v%J`V13xb0giBjGhASIPpl7nIKUB3aE1%) zcE$RzhXWkp1ZTLwZa1tCdpN)mPH=_`?7F&sfFqpX3>Vl<*L6DB!vT(Pf-_uTw>#E{ zJsjW&Cpg0ec6(rb*uw#iaDp>j;C1oM^5c8`y>B;z*MdD9;0Px;!v%Kts_T!6^>urH z<{Y_)103N5XSl%b-u1OQ*uw#iaDp>jV7DjMhdmtN2q$=1tkzgFPJJ2q!qh1$Otv`ml#1oZt)>xZAs~>EQrJIKu@F_p4tA)%LYA zB3E0UkgF|U*tdTl_4m-1;F$-E48Lbyf|udZ{c2|hUV=v-Tsw1zRz)f7kFR-x%Lz4iCsv1(sv}&)`sm!vP(&bs}=L0l2BIKm0eaDm+`us-bJ07p2%8FsJ4{>8)nBkz#=L9Xu$wea#Wa}nFU)7(0vVq2#}?#1@3s;wX31+g6)ktaCA ztLPWx?)18T2hWIYeUCiA5ne(+i*5gE+kZi>wtQV|ujO9dKeqQ-C$>(9Ty43B=ft*7 zKwoYBh+J)XLaw%aS!`?OL8teA6mL6tmNd71f!+Vs>!7yIsMyx*kb5}53+PAW3C{2; z`USa*bq^gpBewl`3 z+VX&0ZTW)O){KLW-beMe_L+cwf;0MRTXR)xYZm10HMP^hGh*v|bZfIU1Xw*3U;5zb%cTprf{qdp*uwY|o75))^Js`F6->kbAMckJNVT96AB{0`iD_33)=kj65S> zMP87vBX?)j{fvr-=Yo6&xko;SJRn~{9+590Pso>%XXLBM3-Wd3?hV+#*!DjId-3r4 zqd$jEKu2x&XaSu#=;-sTw$2hd2_3a{meI+`SCJR7J(8MdkVmmyPqp1`6}{t*qvRkiQ2BosCc-4bUJiq(D8##?=usfIdlR#YJ05(bRzO4 zGxAmB1^GI1cP{oX zw*7nY@H(RtkgM(b$3fovJVc(5tF52mf{xlc?k)BCR9ikOwtaT!sI4=DjvsV-pKoG& z_B6Nt9QpzI0`e%fYofMem(WSbmyu`WtH=v-_tv^*2YWcc5ndA8HA%>qk!R$q$P4my zCKciw>ze7HQ+#{buz5qw@@EW3@kgM(5=0UE{mD=)xTy42~dvzz)*V1Fv*73;I zmIvf&%i|#L{W?)>&yVKTNpMDAZJh$UchtOtJsjW#v0eX&dJ&xvh60r>**h%L&B40wD#P;l|?bu~>GCFGOtfEuUQCnvn9rr$56R|ye znp=NVJiI>0XOMfby_eN?>>N4)`2zBYd zorI3s)>%d;BVR>c#P)2f?bvm6+y`n$ZJklEoqLCl+B!4n_(A7Z{k5&wo^7@D=g<$x z7m!D>U0bysyM#_czKlF0UlrdhzkREJS4=_f&aZ2B@Qm2b*CU@p9*{>k!OQ4pP-%jo1mr}zCKI;-dubkw%aIy!E1 z%}2$pr>(8MR&{11w0i8JL=(DP}XH{+eCG->WW#n0G*H&%EuA)Aos}UkO$-o$RqM4#< zYlVDOZ0BCkQQP%gN5?JK=R|FtQL(Mlp`*6W3_2e99P%Kx=TL3OM&xSC6LPiXd64Tf zrnYBHZJh$U57q0Vw$7+{cwWdo9N-8iIK!)A{cj2N|D&WJcmG#kw}WTIwg-=V4tYQx z;U#nu@(jBVpQV^I^=50{UGmsuOhblrMYziJo>TzYw6#6 zvp%r?T{m+V_jC0!>^@%C85Qe3wbLQ@;^8$!zJPv2p5P1@v8|)F{ku=pTy6QN*xt+C zprhAKZJil(JUVLY%%KyIFCdR%`z%%4u}kPAbkx>aMkfzCz0Xo~R?#WQ-6c48v8~y` z9u9DX6P)1!yH8?$ct&j3*&`2dgcF?Mb+LX{>;HF{`xMSgZ09v9woZqR+B!4n_(7-l z`H9XPIsqNEtrOvdj@mlQV%twfM{S+eL8tdM2%Un?Iy&ytICrtVXEnDqJJ_SIwoZT} zoZt)>*nOt1)4?7N@PgQ$frvc887{EVmap{~=x9u9DX6TB?8J!Iso z$P4myGxAmB1^GI1cRBVi9`0XkpBo)I zGw679)Wds~EI;-dus zGtO5$d>@Hzof&jI@;T%I`2zANwl&qZ<`Oyy9kq3q(aD33zBkp@Sw*LyqqfdEI&P)r zqvGMc7Tf*m(3wHUqocO<=g>iMdz-yv69?gzP^uiEl}Ty1%T6FO?^WaMhg%OKbDRa@@9TJ6Plztq+VaD)?_ z;R3s_)pa`9!$EAXtG3sT$kmpoLEd{#kZ0s->lfI49nXo_IvsMg<$jR&o)hE&PUxuZ z*bEogeWP|d*uw#iaDp>jVE0X|4|_PkQEb;=ZTnBi)t2W$-usM2UXZJ;@4i*tiS@Pg zShaOLa<%1QkoP_(kw-YAqqbuU?7m%dFShelTR$LITOJ3w?pbYlLaw$v!v!6+b=-IA zbx>R04RSqSwdEd;=%}re;0zboeYf^Iv0VqXt>claEf0fSuY=n1h+J)Xf-^d5>lEZ_ z%iYy=Z)(dsIH04pPJ|Pj(N|l)AXi)NzK44xw!A~Gw%o%39kq2La<%0Nx!UqP$n|+p z55Ipyr@-C!>vdBP*MSS{eo#9d?BM`MIKde%u=`=%kJ|RrAy-@O2f03DYRdz1wdD~` z=%}rek*h5)gIuqz+H!YIwTA;7;RI*6i0%EQ9JIjBfFqpX3>Vm4i}hg-2ROnB z&TxUF`w7;Ez1Xg&+OB6nuC_c5^4{k*@`PM%{R|g$)Yfr7?e9U? zR9oI5S6l7}`K|JdsqOu%woZT(`fBTBxWMjb^_r-y-yv69?gx4A{e?UrS6e^A2_3a{ zGIF)$1-aUC_jBx7Y}Z6{>vV8HUu_-ti|P*caDXG6;0zboU5E8y4+l8H3C?hV-St=> z_Tu4ljyxb&+jWS8y!V_VPsr8Q&u~FUZ5{VZJm+G|yFsqcv)XbGM>xS5F0dN*|l;Q&Xm?MH3amkr(7@>$~4ncjDnSNA8iU?btBLd)FL!gfm=V_uINo2YWcc5l(Q1i`e$B zwtc!AYp%AugFQNG>jdO#%Oi5N~5;}RBfFO_HckBoZt)>*!`}q@5S~k zsqJ+Ga<%1gkoP`&ktgJ8>u0#2qqdH_8TUeLd52tWxgX@c?=i%7Z8f(}fD@eI0=wU1 z4`N%VL$0>m!vP(&bs}=LvUXpK4n(BUf8qV0UXhR&AXQx!Q7%Ty1#}+r3j; z9^ovu_nO)|1$KX`c?Wwqh;1FUtrL-}El-17-?M7VGjg@%1$KYN^$}aAL$0>mBUf7< z26^x6f_QkX(1~z{3+(<<*X+c0-_`b79=Y1`07rDx)=9|KmS?!Y-CygyP+Q-_0giBj zv)Jyb+SVz^)t0-z)pJ){-XT|8?%{xr+By-r+VX^4ZFwH#dQa7MPu12baCckHJsjW& zCpe4kUaN=eBQMC^-)pB6+p%gp)+1M29+0aok77GVwdDyeV!MxO>$rbZcd&;89N`3K zv8}JR^$T*f)E3Gjg@{3+&qd zYw59S>vYJ~mis~8dv1{jIH9AqV>4V}H&Qzt?BM`MIKde%up7ntu!jR2;RI)~-50f; zS3$0}+-<ow8mM{WCY z8*8q%yn{VDYU>2#YRe;XwdF}{U%Slu-&El-2I_q7IjMy|Ggf!$WP?_%q8$kmqnLEigXgFL_q&TxU<)^*Je_HckB zoZt)>*lmOLVK268tG4qBaD)?_;R3sD>pC6m;Q&WC!5J>F+YalCZT}r|k6b-GuR*TQ zMnE2stF52ljE>qm1-aUCw>_REvE|($*JnmO{5(O&!*1u%;r|DUdbkek(NS9`z!4p_ zbrS6EQS%P=aDXG6;0zbo?Sl1T4+l8H2`;d^C)R{L9N-8iIKu^YyJCIV!%=L{p?Y|2 z;S3kp?N<994se7MoZ$kyuCCd^9u9CfUHcvmaD)?_;R3te>zWF+XL&v z9u9DX6P)1!yBVwxdpN)mPH=_`?Cyp2VGjp5!U@iBf!)2aKJ4KDM>xS5F0k7Z>%$%n zaD)?_;R3t+V13xb0giAH+xt;%??<;+&DEB7gIvEZs4e%%)s_e3YRlsw*Uxsfu(*zY`Wym5ZuQ^jH6E5x0z>wDPE;u#RzHP4S8b(3;0e)mfG z`QgFH;R5H!)=q)Dr_{VVw65vt!$#dv@}Jv{Ovs*}TED)lZ9fsY+VX^4ZFzud!I|lJ#w|3SAZirYU?EAYRfZR;O?l}@o<16 zoZt)>*gdnZ*})zTa1`5hP}`mpa<%0dF6gMO4@3S3wf-_uT_iU^W zdpN)mPH=_`?2g9zu!jR2;Uu>AuiCCdMy|HJ403%Y)t0+}>nXOpgFQNG>jdO#%i|#L zU326KF6gN3ST|qY!5$89gcF>_c74>genGCb+&u@^L2P-4Ty43B13GH!MC5AA(;(OD zqqaQ5?wGoNwRJk!!vT(Pf-_uTw}ACw4+pVbPqpnQB3E0U2Dv_OYRfZnwdDnN$Kqay zt zvF%@NujO7`bG79i?9owMCm>f_9^nKR*uA9oJJ`bkj&Opr*v?CBdnm}&mb>GtJFy+B zwvI=xwmiTQ&V#;wrm3x8VE59Rcd&;89N`3KxWMiNtPguQz!6Sjy$-#vamX`r_3*p~ zdGGrZ`fBUDQ|fh4Tiy+FJzuru9=Y1` z07rDx)=9|KmghmlE0XR`U+_aDXG6;0zboy&UVq9u8uAAE|Ah5xLs(G|2Tj zt1ZvS)s`37y`o-cwRJk=YRml~*XyjdJiz`kvujYjsyQu?5^qO_nVUS2R=od2L7lx54HBnX8u&8Jf7;J)5qAUMcMI9)z%LZ%pY=N*6PI7~{VTD%uJ0YUl>C={A13yt z@3Y0-TD{I54se7MTwwRBx=sgsIKUB3aE1%)ZovAmhXWkp1ZTL2^=Ia5dVP?)b-b2X zJG*Wr*9y6Z103N5XSl%b*LW@1!vT(Pf-_uT_ZzGadpN)mPH=_`?0$>&VGjp5!U@iB zf!&RDeGdmXi{Cf+tZ+9~dpN=wcE79r1Q)S==65$&2eG|Yf(zXJzIFnf#I|NZ-u(f6 zIKc(({#e%u;^BVa0(ZC6PJk0!;O#KUU{7r48vzs_y4jvx5ZTQ@F>?br;vzt`Nu5zest zM}PfuWKBQt&vkwAaDCYQv*sR-aE9H#YCpmmcDL7#ha;R}cL(}#gfr~^jXqq&_6&4) zRtMPsryd*O3_G`Bc&$7f;S9%i!|-+0`kdTn8~OT+T&?-Zk{9G^&9mg)NL@#*`4;kr zae~sRuGVCU5?%@b$v0ak_cbn?50Zwp%yGit6H&t^FM>xaoZs?0`Z&9r0 zKC+!WZv#I;T+r{fsK*94!3FNNL?2FYfx}jHKMBrof!)@%-@zV^;^Do6-8MD%a1`4$ z$;jQd=))1tu-guOIKmlr+oKOBvEG+==)D;D58`fze*W<7<$XQyS>hzN^DS_|xWL^m=)(#2_pF@=hh1x)-~xBM z)lPsDT;Q%lA5L(AyJ_^{1Q)p5z5hJ?RG)`|@4Z9glGyG=fxA6w9^eEQxSK&APGWsN zPmAi5Q*sh7+yXH}Bd4|LNYVPh| z`yP&P65G!ZGF)J{PwjX(z!6Sx_aGb#=Lgrk!1$l6z1-y>IB9tOGoyi09)M6R|x!5JO3bqaE|zz&DOr!_TZ7LEf0gd_dFnv$kowQ$)9y-{=0giAI51$|88M)flFN0j)FKWx(V{x6umUpm6M{S*eTy1$A zNWHcRE^zmR+6i!i3*0>seK^4d?w*7`oZtd?Pevb3aDlt0pbsawz}=zf!wD{McUbMm zr&ed!9bR(}M>xaof6#{`oMCqa`f!9Z?2beqj&O$E)6j<_oMHF$+TXarxd+G`EAvj7 z&&ymX^Cy}6jyd-VnJ>!RW218mG9Qrnyvz?|{wUMPXVgJ5QRZ@)Z^_&)v-^Z|ua~(_ z=7F1JeVNzDTp;spnOkIboOEt)nFD2>Ds!65lFSEXE|>YH%$m$UWp)S}?k97&%$YK8lR01JqcV5O z?69qzzsyN8|10xGnawg6%lua6KQf!Pb8cE@Kbiey=475D^D>#UWGx+uck441>)5 zWcHVtlX;5F5i-w_d5O%aGH1)YN9JQPKau&X%vSf7<7AGKd7;edGWXn5o^_c=$jr(- zQRe9~$I6^0vm|q_%y}{&k@<|ww`G1LbEnK+_mOKM^L&~2$Xp@wGnw0D4%kc1U*<(J zua~({<~uUC%ItMt=N=+6EAvE|r^_5GbArt2GH1!WPv*li-;%jbW^8YHK4dPC`Hjq0 z_mh3g93t~knM-7@kokekoif|r-?>N1oFMaX%pEdE?kndf^Ld$H%QO#= zV`TP{d5FxhGAGEKE_1HTCuDvhbDPW_50vLo<|vudW!@w6S($&y?C>DDt}^?|947OK z{p9+{yjLd4d{X91GFQv|O{RIU^kp6{^GKP4WS%DTEScxayjXUUu>^GcbsWj-u(iOknzu9x|@%pU(G??;(O$s8whw#<1lUy=E@ z%%P8P?$t7%let>vH!^p~?0$f}7i7+Oq;qeP`IF2(kCJ;T^CFp(WL_ildYSWNR%L!D z^9z}c2g>J=%)@1#B(os%CYg(5E|Ixh=7%y{dHH;m@iNEByhr9kGM|+BlFaC=+;5p@ z%DhwNVwr1Xp7&_Ew=#<|ua$YL%m-yIl(|^ulQN%`xlHEkGT)WCPG;AGoV%CI(K0WV zd9TdXGTYC|=ZDOpGV?MollisGV;>{$0hzO8?v#1bf6Mzp=0uruWiFEWxy;zX@>wdg zkIetbyjbRBnUBi+ROTj`f6Ck`v-M-0yT8oYGIx8N>__I2GKb4NTjrHA2RvT(D|3^~ zKV(J^k!>`CU~GRMihMdlMSSIJy2Gx02WeqWDb-$MCPS37s=crGk&x@w=ze`oFMZCnGec*S7u#i=OF9JJX_{NGFQrM zJ1_4ynPX+%AoB^C+hi7>Bj3NsJoOlP{$>6pbFT&YjFdS><~=f>lKH314#&##C^Ij! zDDw%KTV(F`Tv=D(=-7?>l+3AI{Kbccy-Xn9d%#AYJyhxtM~(^?hRoYfls(9NN#-XqH_6=VB>9Y#i85m+%d;(Wp3Jvo{wTBY6#X-b@*b2~ zka@GrCuP1V)0`@=BXfYvDKcBWOrBYpS()d^Tq<+wY4SaT%q244mHEBQrkBf}WR8|u zlKF|uKV^1)g}j$#4t%9NOEQcY9a)=b1@_H+PuZ!X4qZbkB8LxzpX&?sd|B zi`!QAv7Jk9dv}4`!7aNT-T%3#yN|eMxR1G`bE`w(oK~wC{HN zweNAW?R(up?fcy0+wHgGy%8iYD+HF1Z8F%-Q z&$)Y!Tq?gq|9Q8^$Yt(cBVTZPj(pMGXXJ9X_sA9Qpph@T=Zs``?8u5cZsaTOc_UZ4 z7mlpD7mZxyUNZ7kcl^lL+{q(fcdr`xhFcu@rhCoEx7_7pr|!y;pSjhMpS!C@e&N14a-I9y z$o1~Jks=TBn!Eq#uiOEnH^_geyzZVl`fGQ@=x^L}Mt|!TMsIY_9lgmNH~KsG!qJ=E zOGf|TP9OcFd;jPy?&G7kx=Tj?w^&AuB(n}=@L z(9CWaYYyG8vH713Ld8bK{14G`DWprTNc> z-I}e&x@POK>1La;-J5O4_Gq>nn`w3&yLWSsvHLc=j_uQQV-IY0AA4}K_t-<4`;R@e zdF0ssjURhNbI{lU&6CF-**s4&4Ynv~Q{j9li?B~rd$9~cLYwY^w z_OV|!ZewYhjcd&|8-LYozww6V{u_VOJZj@_n}asq*c`m^cg<5a-rO9%@%PPf8*gb& z*m!Gm>c&4cuh{tK=9L@&(!`B_Z5B8Ft$E$X+nO^s{=GSS<3E~nHvY4D`^JAY@7#EM z^X`pzH1FB?@8>!N-fkM7Xty2T)b2Ds+3q|( z)$TUFMZ5R-mhJt=w`va@-?}|ye4F+Ot^zj|rW5;)DUpT&Vd;Iu4 z+LOlb*}iOi*Y;K8yR~t=YtI;;ZkNVq+B3)R)xK-|-tBqgd$#W%zfXI?_pQnwN6+}?fSvF*+ik8kfW@x*qQi6^!9 zoOnvR>%`&hZWBkg(-Ti?_n3Hk`+$jOwEIsS)gC_a%=T3i&uSMZp52}?adi8-iO`-o zG2fmwaZLNhiRZR&nmDdKcj9^N`4i7?KR)q-_Ogi=wyP5_YJWKK;`Ub)FKPcYaeRBn z#7o=BO((QFZ#uEvYtu>X{+mv258iZ2d&H(w+haGqtUYg0Lt5tHw4pFa74_8F7s zw=bAX?TM3{+gD9q(Ejh_2iw<8F1K%*{80P3$q%=ePF~o4W%8o-tCJVE-<$kI`=iNE zx7SWy+WvU*%k57luWWxhx!PVg`HlAa$#1s5ocvb%tI6-QH%wmLu1|iiy>asU?Jbi( zX#YC-!}i~k*R;*lkJ^n>*S1qrKW?|4`boRp)KA+TrheA$H1+d#dg>SL9#hw~_nNxC z-E-=f?LJeb-FIrOeZbVO+6PVD&^~x-y?yA^Z`%E*e%t=n)Q#-{Q@?8;HTC<}Pu3G@`S1Jkta?~j67*-)5w#jCP$t!H8pbR)ZIo7o7!UJsZ(2y z96q(x$p1`jGjhb#wj)PQZ8!3?sqIIeKDFb>Gp6o7a@5q==rgD8IePTeuA}o)dyXD6 zwa@6n)PqNlojPdrxT(3(=TALm^o3LZJ^JFQgGY~_dhF;+rye(Y;*|WV`1kTBs(&co zFgX1)-F@vMx~iAG_}7j5W>4Rj??kWeY42@XcTG?Fy+r?rkISDK=^t^wTWu9xub=69 z{Z(|m{wiO4aWh!u1EQY}U*r1WYuwP&L!Q*Q8+-cD18wD_*KOsi&$pGocaW|8wh7yx z?zz9R?zzA6Zdb^6cfIwtzCpf!?P-_W-U@C?%%SDo%s`2 z?JRXK{VVh|QU58?UG=Z?qjtBm{M{q$EYJUwo#k(TDnIG$UB4IXVef#eWtIL}>eJMJ zO7v;!KP7W(c9!>)GwPq^F%Pq|yzM|cOMS2QpW<)I)7jsj{wkoqzdIjd`_uF2-vvF7 z{$0@X=-&lBkN*DjJo-3Q_`r{~dsiuFAD`_uF2KgD_;{ij&Zqkk7p zmVev73lEcj+rJAZozl47diO)ma;7Ie%e{Kiv)rdAeK+>cQs0gJv(#7XpQXN9|1RjA z?w_UJ>Hb;j`>lVL`uz3JQr~6$v;2Rpte<-QmGw3HE9-0YSN?x}4(YqQzp}nse`S5O z{`J#W>t8>8U-r*q@6mRk@ju%cz4c#q-zImo*FAUKUiS;v+vndupJ4axm*?2)zWAy3 zx{uh$Ubm6G^j~+&P4-;9N>=XQw^zT^?%U({wX1u+oMr#&{&_3gU;S#Z$6syt2j9>3 ze8~=$ohqMZ{bMhXUybh9yKnCw>T$xN(Q{q*u4U@=Gpk+%tOFpYG8NvZu?>BKrUK+heT@y?^^M$)4NOKcx4f zo=*LH<4)}9V_oB3*3>vpc9*B*TRmMNpVZ&)sXe@L zKkn&|8(Vi>Pj9}DJWW0A{gKAq)YG|tY1}P6y-?nbf9vTC*}?5ST_?vjKhm#YTkj^n zVCd=oa>U(wI!!(;w(aRoxgR_AH1TD5$M>}9-gXTh{3rQYPA_ZZv%P-@|2EyYeS6vE zf3*AiZTa8*?5V@-Iq$aKF}GN+kw4ei@0~U5oh@Hy`q_Jjy>srg?EAy)j#Djrz%V;{ zL+k#lx0gxzWa#g&K0`NN-?+#0{_U?t{eQddI~(_uURHbcxq892jXR?EZ~wi8-RX_P z&++=Mc<3;@Vo$qPKOXA6JIOnsw@Q7&Zn{SPL}xF1wA_#9_N1SL{axuNS6}axPusqZ z-q+p>b*FR3H|~Vqu?PIZw39qn{p_HRH||xve|v9PrLRxQv(eXUn|7c>@ z`AU)`2}zP9Ns=TWm%-I-+~Z#MscZk?JiM~kX)n;qs~q&d=szA!<)x&fZRgB?J-5T| z`QHAF&-hX1ub8ovI^V9F+@(7Qy1B3JSvOj}2%}KudKqb1(u!X78K+5GGW!2Eo#(-q zFjA1~tqS;zv!vD8=jN)UYkBT3%%sZo^j>tW(`mPPS6auGjw8LEzWTbJR{q+}LBnrc zTYn9+zVf*Gs_MPeKH)Q(o|LPS($4kvJdD0)xNLU^H+D-`?>Sz_y@C(YhqgFr&${)w zIZkgXmrn6o;6s(&ZQr7|YA=`Sh$`ufy8Y}kI?45>A9HOAbIe_3+N<;dJ*1WSg6F-` z8hp;YwlrM^y8NDbz-J6PY3b^yn^T?pAN}r`-^x=HRTIS-4U^kGKufLCR(N)fcb46+ zawEQ^GZJ?|YTGn1JyPy(7Qdi4M%s^tM+juZZ2PIdj$?T~JBbc>{0pQ&wq#^jUs zcM)fP^3lHY#v3iiyY)byn=aFmw$z7l zPSeLNDNW>luFQ)*uBi9(W!jVya;o>I&qHjn_@pz^WuT)`=b#+z{W7`57QU!ZrKZbD z=jG3r!C6gw#wxjIU2}%fPpf0-I&_!U8|W7E8~W9Ca$DUq>Adtbe8xt(RJUBZjlI|# z-|O?xWzde<8I^-2+@&fT7;?uiV(v?&oxuoTi#*0^dZ8WCbbGH`ZxJbb&~Y+fK$HYRvHbez(`qdnsvY!6-LZ zqBPX_;BnHTGB3Yfs>U>WY5o+Sk(TS-?U|Uha%7rWnf&cX}q`vaDP$=H1DC z;nnGE;bPa0 zdOczuGi^FAs>JiXayiv2jg;5pG-W)lu6c}pP?c%0q0eY0bEWg5@8dg%-5R^2g`0!( zFL5pCSxG&y9^vUdH}S6Ejb8rrwt6I}x6sj})AV}cE=!$}Xor-o?CO^IU6=Zdmh#;6 zdZJzHDARsh54y;--`|UvJ-=D5CuYx8*^Ak8Wn%VRnV3CScCUA(FXGO%kK9&|xn5^h zL#?OJP0x*pc4&~?LNC?rxW2y>J&ro_Y1C6?Vpe>Z-1h9CduMZTXLly%zLxGxjF=f4 zDc2J-W6H#Ao{FB|9_?Yd-h5`F)iFvst|;9nSwV>Hednv8^si(VD5=s>WUJo@aP5t;f3+y-}_x(_`{z zI#To~SNAibJ@tJe`UQQ*qI=HCU-1TyT&nw3U9TSJc|cMweX4_7oAlDtsV|mXDrON? zzp7g)odXf8736w)TYa=fUVAEL2UY2c*+F%0rAtU}t9$l0zILyh-k;t=m!uxkO!V$0 z^_b>8=1|nt(xYZQy7~Q)%pKpjS4*F-&fg@Crh0Zgw$Lq?t{Xb{`YiR_!-t36vcJ`{ z$&95`G*&@}(*|>X*S3Ns1 z*WKdMAKh!&kSCAos@mQ$W^Z%XJM86o{7N_8E`E|be_3BPgnUMQX(48qFO+s=KfYy< zc9uyP9rEAXf%&n`ul$3+Fyz8rH-ao#Uw+iJkdqQ`8S~{{MlxPgb*SuM z*Tgt>v0SS6r%jK6%Q6aA+lFbcRJm+>-DfP5+v?gR`ec=M4f8Ln<{$D zWZK77+`KGYM6WB;zV`Z_-nKi!({qfisEH~s7ngPW=>}zZ4kovKiFw;^q;(-0|1PcT zZM^3$?J?>>gxP%F)n%U0lGeF5??Os@^-H(Z-tb1M_ndIkF7o;XeZI}SvGRB^_b>PI z+q0}C)4pa5qMp>~d1`%@|B7>K-;r-v|7azENObF9-(aGenHioSG<|`Gb}ePiK&{c?_ryc;W?PxpJ)m7ywAyV zzPhKolTogkgYQF4RJOpY<2s^ruJjmK&j#q+>$>*a5&RUHD=`{TXY?qokGjipyfMFc zvq3EtZ#F0sZ#F0sZ#F0sZ#F0s?=z?}5brZ66Yn!96Yn!96VKk&7UGG!GVwlxS}NXW zP$u4Im@acF-e*v0;(dl+_rm+zD$g-mYGvop`>DF2%RrlGukud1zPi;Db29mIseY=e zx4qZ93oIDx_H=`29aUa*+0XKNSgVUWHq)~+dVfE2eG5;@OCdd?+Miypq%^%$n-~|* zllu#v?dEE?TU671k|f%LUuOgU z;Ik+37LB@Y;w>6Ao)mASw-`k*4SV4^ReQ$u!Y+ek*NjEuZndwADm~is>(T z)}ibS&)%XpIJtDi7eA`z=sUh04^sAWf4ctZ9Nh8&bAmiA6yFQD`_s?p^>cguEMGt0 z*H8cT8v*()0sZEHew#qQVW8hS&~GB>w-fXm3;Hbv{f>iv??Jx{q2G_t?@Z|TDD=A( z`h5%i4#s1Q>r_d;cLuYPvNXOw(`S^DR)^<8s_bv(Z5Cw>hqzlj#VAN^dudxY0(vtu zQAuul;Xrp5>|O8u7u`1LnsWm+r`kzZ;lDpuk9l`(Desx4PSZWCXn||V+@JW-EtfWo z!qupBHRITNa;d&|eu`*pEYoy7)pHO3iZj=-&~BgG>K*0YrJ2l?URv$}_l#!q#)7)i zW1e!;UaRKX1zc&hv?^^~OSu<49{T;OuaBnZ^h?T1Noo3e=zFW%7%{3=K-93dC!LYL zZu)2+gxxEsmx}&Ky@^%F8?CSQMr8Gg4|R;acleAB@)%-nPNnI$62@z$j3 z)%3_syfvxLQjg)pTazkHyfvvzyft~NJeqiG@(yX@t;xaC#9Nap&%a*=7xVt)J#q_O z8qaa&YKGuK&Rm&ze^TvFyg#W-ygzxr-1cg(78iMS_gk+%>*yAd{E*y2$7)FtD%#0M z*Avq-XO)RH%2O^m_{W zXpeBmqTW3crSZDVOG%?cJtoxK-pWWuU41c5RAbDmBJN&VG4^@$q;vcI=PtVJMU7Qs zGd;3wLre3H+~0sN`6h9b=*9IGdcD9l!&oWT>o(M_8{*tPIBDBuZ@P7N+alL=sm<}` zx%NEdz5}U`q04lY_a245<|4XP9Es>wrqAe6&P~-=U6T4L=yQ9-TTdVN&mT=6<9p^9 zKaypjpIhzndiJf}2=r`k#P|p!eRX|x3z8)56S)`NV(RAs`X1s#uf5VwhxK{v&bsYi z=32MK{J5ptVt((9MV~z6*04F0hAPSJ7rP_mS6aAsChMuY?Q1>LHCE3;=p3}Cy;u9| zPYynpXT)c6zt*b@N!usWN_vw+zkhJT8xM&RQv1`#C}#d%?YRtNDYd^^^r1)Pp7s3h zS9|%D7nwGW7EYPX)42%aB=z)K&H3htZuM-e@haw}!4l|Dt) zHT@Q*xNhpX&>buJ9#?LwXPHE~sQ#$`Qg=O3LaJB$z|FIiH5E_!EmzB*SW z_2MP<*rmq1GXw*?)X`Y|D+67J^c{G5k~?p9(N(VL z@>@XNXeLV|{xKsmX;&O^qo@2A zhI-XmrrpnoLRm>qw9}Nmy3#j!&!W%fF7QUVt%whGRqy}FHJvMQG?kZpMgYIIv6$N5 ztS)YUq_@zmUd(&0rpsBsWv1UeD?8S0`G4?wi1tso^-qkiZkIVNUBgY&?ejSA4(MBN zc4jGGH>hZQ+^c-Ygs_kE_p3Keg0p+Vq=>C9OA( zh*CANpJ#ezOw>R1Hn`rO-it0j9lu=*+;0{1wmm3uwHGn-sq70{%#-)5_g7M`^!{{S zntG8J^-Sk)0WM*N-%_*Hw$HOv zJ!kr(dH$GsHT-X)ZGYTr4@!zb-RkN54JXd;mRH~8p7Xww>Ve*ixGR59F4Zxux8-AT zE;0(TP4lMf|N^>?cW6+v-U9(0dBnsDsaV zQXW_5c@xiU)YmIFvS$_3J-LEvjQJFiqTZ(Z&)W!fmVdO35Oc%oX!@-U(UYh&JyR)S z{~4KQ@%G8{(!~AXOVWOS2C}6$-@fxWzt|zS(6f^IzDJJ<*S_YKU$sJ?u|RI2BcP-{ z&wteYuBcRJx9`5z8()dO>@B$$F+No$`a#tSl(au_zN=JDVTH}2?uxg<*2y&ezRI6J zZb@&N=<%d}t3>BYWv6JM37x+cCVQzpJDQ>OPUzAsa0;`=gHcg6Q* zU&+0Q@5|IR7vGYpauMH>sV&5}WNN9t3i@j8;9DNG-bZ`~q)dN}rA^OZh`Whz<#F@8 zC&qedN%I?ey?2=*Rmb>@w{5 z?}-n!g*aMAxrNA|vW;zBE9u;HxtzraMa}Nt$6UCoLplfNG;*JKigUa6q+Inn-_1c0 zC9d-FI@VLJr}H;tyxY4(7Q6Ly8E2%n5a;&m^<_p~<=~=E-1F6Cpi6D+0H1NYJjM{u zT6uPjXS%;E`hus!atqz}=rnD5>3zhY8inhn+Vow1Np_?!eUv;}oE}F#-_JIqZdW+74EhPQejBLN)js1vc{IH=x!rs3mDvjQ#e-g2 zl8Gk+D)(p7=RGX=W**VeET5N{?T4$$fbH)Jqsa@ zF-tDh_eZO}R%(TJf3D+FM6#-rzfDuMPV7ZRfL>a~dse^j{d7nmZ`vbFB$~Ir%rY-ozwGU|z)Y8j&>tLDOVgc{wDHHWi*)Q~4$~sqe zEw8_8-M@0}P#xEnFs@Tuh&OfAF`9X~D)Mr*z{^!XFINM2I-<7d+1SnB7LKOU{#`Eo zvfV!@msMVUQ6}n(GErZYiTa{U)E8xbUDX0BDg*tO>_aV^I& z)Ouq~*FHJLwK>&Xdz>>;>-~7TYY#Jjr_%16?xroh)3vrWc$-<~RKL~Up7T&;@V~7z zM2or4yKc(FbyFs;n=*0Tl!@!6Ok6i*;<_ml*G-wYZpy@UQzovPGI8CMiR-3JTsLLn zx+xRaO_`{j2W3u0?Nlaer!rAHm5JJ^OpN)D$Sof8?AD9e-#g_-zrHCcg7h zChks@HSyA>F-gyU)=6{JHJs zE!YR?0!yL)-40(Wh4+hx>owe?hv3!+T4Aj%#a=$6_Io(=WvGTIll-am@Lrt&<*)o&q9T+7zd#Fc3;O_XjY zY41@kU8QBq@`brHk%QjSM7i{nCXTCmlHW$R%F92y?*4um=$d`&akn%UFxRQ_^3#)U z+Bh$I46kNC$2_5`*$Hpk>%48B^0wW??3UW!@Uz_gouEZmHTyhWvwwD%*7o*to41$Q z-d-;E_L89NRn0!n%fUn5wrjj?ukmuf-iz8oZ!f2MHM@pavp*>1=J~yiJCn|nyA?mq>0#{EKS6|GEtwW z$uv>J)c!=2DHBnqOw@K|gUIPjxkaI8;+{#RiPl1yXiJod)Jw> z{m*kXTjp8hN}0%&GLb7~B3H^pu9W?DoH$4BMMSqU(K9I%J(DugGbtNJZ7PymoWjwR zJwRvoeuqW&ingQ|pP^r0kFG`Ty-a)_CWkOdL&_ zI1gpwJd}y^P$p)lS{*;ORDf_Mseys_aYdthdT7#E4AU7u;DZ6Qe_AqHWqG*Sp^D8Rw_cYKMKs zUb(dNemAW*t)p6+=h^>+{O$M3Pnjq`Wup9)iSqk(>2Kx~4#{mrbSo2)qD(}JG7%}t zM5G**TZsCsOw=%CqJ}9GHB6bPVaopVNKxzk`8|tBQTh8b=W)V24`t#!l!^0DCeA~d zI1gnvo^Sm6n|q>O&66?nqE4fR1wRvUBdO7~ zW2v&!*g{za?-=F0PW6sk#yf5m@3_T`Bh=9zJK^R^oJUsXN}Pu>aUQ>>vA@#Z zd8o8oNK^J-+4eT#x18MbYNA%z(?qheoy?Xg6XOGAV$`Bcj9Qe5YpzUOb7i9LDid{A znW($UM0=o2j3|_e5rr}_qEIGA6w1ViLYbK9P}aSo&!{AG|IgXqe`je_ljk8yLzyTI zWui2ciPBIeN<*0_4P~MXl>JxsqTdMBUrQW6$BhO38=QKcrurgx=>-qDPv`Wv!+Hz- z6j}eaVdPpfSHJ(gRmB$W)2bu0+^?}p`UdOwznRisV-4{3cir>u{(k=p ztxLTvs(M?L^wpOBf~=(P!NeN|>Z>jBYrpm6^%Y-0skiCH7bwd9(HB9DN~*>Bn2IO*_fh(rDg7Ol z{7J%(%)t2Z?*LITl$+W{hgQo_Dg>cR^!kg`wdv}U5qL#@l}*Eab?=eveIAq z=~^eQ)^&1e^?=W~QQBiax$jKqx8=loedJR8RJu~meWw1r_pX6%eM)L+N@^o?3!?jT z@oUMdebGjCdUc(wh1V$A%zzVP=Cy({?d){M7Iywdo0%g-BJ zUTHk*+5hZ_|95Tw=eOBoJM!02<(R8d9e(9TT0P#Fo+#~fY>KqS{rQqr+ACRpEk#-Z zmM?8KbDM?ICZEf^inK6u4~wLk*ivbQKk`c)(i~=D)=F!9zt7kpt@2*pCzh7MwoAL> z4t@__+8O*cfMRJ`OuS>q-)vpUUtN%U7s{bugUWnQdLT+{n|W|zB# zPSa%|?pM|R^iqB1I&EPISFq2wZaH7{rMs7VxVKmPJD)gL)~}Vjp5C9h+g3}(9k{Ya z+|4R`nwV}Z&*^aZf-|E?} zm9&LEhHgQAzunMV=n^S5hd!g1wAbm+`$~&^;4=nD zdzG}I($1>yGe$^zd_CWCOIwePmG%Prn<%X*+fI=-n>|mL_6vK-llJgN#>LW}UdOmt z+MR4WPukCHyGUBzTE@lFR+F|u+V^a+R$6n8yFuE>zw+0}qp5TbWckk8ZvERpYoXF!C(hMb>hGc}g zR?=Tv60Mo~%UOCo{l%C5-E;9hqWX(OU+i`^DzTd(m6y zYe|n2Q`pcVo3w;dz3uYxP)oCSN1-(>XeLa@azdfO!JBv3o)Rivjmx%QK zUTNUgSe>SSokORUwBDcpx?g|Oub)}}`6p8)J-rt3){$$>H@(=k(ylh$Uu>)M7X61z z`+_u8BbvO=FAd1FKf3LL@Ay?Sxy3TxJyKEI>wC9`t>zc4?~zNdqQTr-edd{N1w#j(9O{VF+=sGEWLG%r|^tWkmmymYvNs%nJedwgL@DKdWM7iyanEF;#@A-+> z-J0XJ@)6@B{w`?7*a*2dG5kiv_**zY$|h(UAtOl2$Kenuo1tlh`4=%h2}elT0!{v3 zl>faGkCCzr@_mXCC*|FEf|TXZG-5`Qlr4!ADW5{VQsH03*qX?YvJHw{WJ%eR%wbiwoMMzA<-6=(NI3}kd!|NN zQhJMY|bW+Ac(>T?rK+5f9E0WR=nru^vl!;}} zAmveL8WoMoq)abcg_NhE$r@EjIdb}$r2Gg?;|!x3DHl{ci7$#7O;WQ5;ini!A3@Fc%IP~Ha6P9^NsefiO~UGV045{jZW}Fqcdz~ zbb%KcU14*h8@$x$4qF*L;N?b7*v{w$uP}PU_C_CgrO_95GWx-5jQ+5zF#uj~41(Q^ zA@BxcDC}+wgEtz(VJ~9@yu}y^dmE$Rt;T5B#~1@|GseQc#&~$UF#+~7Cc-<6NwB{$ z8Qy7#-whhTa|hEHXiS5HjOlQ&F#`@UX2QFSJUG;t1@ARx!x2V4ypLy*{GA+Q4t&rk zgky}k@FAlJjy2}NamIW&-dG49HWtANJn=D&M~o$KqOlY{YAl13jOFk#V+EXStb&gl zYv2@PEquyY2d5kB;nT(jIK$WopD{MUnS5Tt-(EGgz&v9se9qVoXBj)-^TsYX+t>|X zF!sQFV=sKsD24^bKKPQcAI>ojz?Y4Ku+TUJU*V61n4HxS_^NRf&Nq(11;%l>&^Q6# zFns*}_aeg&-!y`7u@Q!E8Bw^zh{Jb{BwTK!;d@3Ft}raP(s1A^qcmJ?l!0rEvhaPQ z99(OZhaVUf;0B`-{Me`rHyc&qCq^~6#i$NHHEO`EMlHC_s13Ipb>U}5J-EYY0CyUV z;4Y&v{M={)cNI5bTX@W92XFVa_wiK{q%Qe7 z;Qb+W$=4Ad0I5s9PWT{b8pC{@@q3_Y4EJ?`_xie$G6GVIeBJPo&@}G%b;n0R(|Eww z10M~kUA~_97)Xus^@8Jlz2U>YKBP~8)F@wHd?KVq`TF6LAT`R@AD;}V8@>VfbC9~> z8-za(sT;l_@CBcETPhz?H+;ijfp0h|FG1>tZv=eVHNZs&_!skNjhHo@p1Wn^L z-xz!zG>zANWAXWrI^!FUFND+?-voRSq|W#z;)@}5#y1IH0!`y>-(-9#mYxTz&8tD4^88*zS;N& zXc`~+^6`z3ztiq3z&Anao^KAm8B+Irh4>ao-Sf@Gw?gWkuL$1`se8V8_zp-a~<3B;_q;CcO zGvq5--zxkUXc{McYjDF{gZs?2xCu?eZ?3}w&@_VPdOQT_ugwj31kx{?8}S%4jkvi9 zPeA@El(`vCLHcEL3!Z_dku|sCIcOS|xgED5{j#|OF9qp;&0Y8@kbc(OjsFFj#%bmr zyga18Gxx$OW-+X4?j!w7NdIN-$IphQ(ZW0cFEJ0omgXUNsd*T-GLNv%WzaNQn@90B z&@|eb$MDM`{f>DYUSXbq?M)x!<13+QbTIw+RnRm#nnC<(NPlF8@oS)IbT*^-wa_%W zm~s3%NIzvJ@#`V|l$pkFfb>&l7QYdiMi0}%Z-S=L({%8gA^n$G8ove7f0$vw^iyUHd>o`zF>Aqx&DwB+S(o%jApMkC4}TQWPniwy#~}Tb*$96e(odO<@h6~Z zOf{R}PeRj}W;Vs2g7jZzGyG{t|7AAEpMmsTW(zzI(iWL5;R|Lfm~XZw{Y6OoW4470 z%yw|0*&e=Oc7Th_j_^&h6I^U|X8pGy{f^lMe;b;{QnM@m4&--5%x?I*kp9T*j=u-# zkIWwUN=ScX_QY31S`4!nz7Eo2n7#4!kQT%2gKvPe7-nC5BcwGj`{7$5t%2De-wx@6 z%mMgLNFQVl!as-fLFN$r3uqd9%%S*~&@}d%!|<;leUmvH{~DUcK63>A4dj~;b0q#P zq|Y)(;om{iIB1T>{|-&#kU0kb9@3YYWAPs#?TI-a{}Ixjm=o}yAnl1c5&mLMf`0#G z81+wKX$&&<_D{vL&@^)XX}ASV!}d?d9mv?*KLalf8Dslr;$+E1_vz>tBj@fu?bte;M8tGUoIz$9q82 zxXHf)?+Fpy@$1&LYzLHub*%=!=E&p^hU{=@jQka2?l2>ucz zPW?ymmmx9eKL+3SA17rgq#yU6z?VV#alen}2h06__?|xqSNOwlr9bMYABXhg{y4q{ z(vSO-_*zI*`qTJ2NL2c>_@{gv>2kiV_vuZ-`9j2rz`@dMB_zVlbZ4?@%UyT3Yq z2r{1Z*T4@$dTM_y_=~?bDJP(57=gOb7pO;y35mWy13UofsRNDh5Tv&aG={lA6KDmR zl5RtK+dwnC6r{HeG{;YY^tOQ(_+KD*uYs2MsgQUKw8Bq=#ABc}emW!`18wn&kh|1C zJNyjD{bQg#UITLf80di4g2ZN^BYrLCGVb ziGl8TbI6mVKo7hHq<;_e#9Ko8_dqYa6{PPD^v2sm)3`d&2k!*AXAJbkJ450(&=2nd ziQhnfyes5hGB5z|2Dz6E48prZ;yN${?*X}&3=GA4L+&L5!|*HI6p8R9|ei@zyy3WB(4J!@o|v2 z4ot!yhNkgEU@|@xn#PlXDfl$VU14AF|ZX3{vtTAM}67_-I_+iLMKClNr z0!`z`z+U_)WUL-2#*JVx?hEe2O-Kt6+>Zw!EkN)99)hNk2p)vV;31d_9wt2v>79c| z@GPW#2p+{PNbejxhC7hnId~i|4e6bOC-5?mnXaHO!0)v{T7#e;o*oR6QUNl56%6B* zAoEngC|(&d%M^^`XF=M8U=ptdnNtd;@p_QCqhJmd4va z`siR8{BlSi9W0Aq0U4PG%i&i;M&`lt_%)Ci4_1I(gOy0R9x@IOR>p6DjH`oH;jO`H zr1XKz3kAh@CVe5jbFcR)d80lX^M!&(~_*an8Z*TcrZAcl)poI)!-QTOK>ba5gZSV&;*wHAoJFtiMSt{Mj$i^4?^ay zLzD3^B!WUy@GK;PLQ|m?nnsEZ>0v|D@luc;HZ%i21=5p-X5yzoVkeY`pAP9sL$mOT zka^e8Y`i8kjas36{2a(AH&lSvf%K%IIrzDd=m-_!mq6}wLv!&3D!eyj^cz}(_k+xah1TNzA+uqjb@%|tSU0pDzYEf1hBn}LL+(RE z8}WM}v!GO`Wr!XJZ-Y(u;8#~~xz z&>s8=$jCOd7k?5mvJDmEPeJY>4_P zFN2I-Lr3xDkRC8}3||510Yk^}RgfMqbOK)k=>bE&AUzF;ed=sPx3?=c+kRC9U#4UCxE~Tt;i`BLQvbu% z@Y5mnKU^KJ2pLI+Yrr$YwP59NZCE8-7gi0|gJ*^tux2&LGmCH|ygFpe8E%Z%fb=in zCU`Aq8s~(Y;3V8gBv_ zqlVk!O(FeMxE7z7x)8=`u*cH(ZFXf<$h3F1`j5t>GfLE<6u@7@iN; zhZn-Xh8MvN;l=Rt@DjK?ycB*BUIxDmFNa@+SHR-%D)@DH4g1^&8AFEG;`ia)H{nMhW61Dk{3zrJMR*H-44THz;jQ>_NN*V4 zj-P(61DQvS^u@o0%%ev7;om{VmXZGW-y!p; zkpcMkka^U|Ap8f&JZfYJ{v%`_H8K?c2{Mlw8HWE18J9+epO0(UG_b zxz~%1!UK?dz36B>1c|}u7`zH32BTx)nbGmET66;GXF*~xIuSn`5`)o6cuhzQMknLv zKw>aD1+N2%!RS={Tu2N?r{VP>F&LeWH-yAsbOwGNBnG21@$(@u7|p{kfW%;Q7JeZl z2BWj_iy$!=&Brf>jANq(_$81?jLyL?g^XjPh4^KVacp!h-Uc#`jTYgTL&mYudH5BO zacp!xekEia8(oNB1?h{Ui}0%EV=^T z6I}&|N7ul6qif-P(RFZibUj-=2#J^I2KZETBPr7%@e^aQ>K(#J)8VaAG(Xo~vrZy+^48iYSb!=xOC^g+=mege`5#p1XR z(g($oxF0fxjHU4)f+TPBimR#ygDTAVh!;6kP&ID5#AUw@{Bdc zn?YtrV@>epkXg`JQ@j;4jmu)q@YaygX{sYtOecGfjm@arLQ5o?d%0O|E&9q=0=y?phV*W+&iHMRF>0&} zekWv%8taM=g!EjoZul@rti`(H!y!*PVm#A$3e zJ{L0c85@BYL1sQGOi=R^9n*l2tqq+g4T!QXRmZ<2lGIN_+{l<4d6vUj|FXm&4NW z74Ve!Dp)4I2L2_!7M6{#gQv#V!*cNr@U-|wSU$c9o*v%}E5x_Jit(+mQhYl+BfbMx zj_-n1;=5th_#Sv>d@rmPFD5@{L3+&iKKyJ*j~U;O*M#(#@dNldkRCIB5U&I2G2@5u zb0Lu%KaAIh^qBD@ctc2!89$1j2k9~6$MEwZJ!bqkegUM%jGw?Sgv3hgS-_GkK?yPo=wD)_#KcKjHlt9@hlt=x8T6I_-c7j zyfhpfF9V0f%fh?j<>1hGd3blc0vr~v1n-GghQs4k;l1%{a74U1yf0n@j*QoW_s46) zQSrL)fp|SQI^F<27;gl}#2dqh;!WV#cvCno-VBb9H-`_$TfhnNmhh2yD>yOU8a^6t z3n#_f!N=n5;pBJ+_;|b{oD%N@pNMycPsh7(zB3?EAMc9KghYM38=eQbuZ(xcXF={O z<2~@%ko(GbPdp#eGQ@k~1(22@-W#6-X&K^u@Ipw-5bul6g|rOues~e2Wr+93=RsPA z_yBx9q-BT?!WTmBL*qm6MUYw6_)z#sd>Gsk9}Yi_kAPd_BjL9AD7Za78h#cZ!&W;W ztwDS&z6;VC#K+^iA+14t0=@^*8pJ2!dm*hsd=g#^X$|6&@qLiiAU*}(4`~hJQ}F|k z)*wC&KL}|J;?wa%kk%kR13wID4dOHLBaqf0o`)ZWv1`lm*Tg3La!CK1*bF-*wvciSr2kE9#jk~? zadToj?3LI-$}NycPwaxXCU(O|@P-kh{ple!M><(h~>p0gy;f z9K;7fB0X^k9|DQ=#9@3WB+?T{@L`ZhPaMUEL*_^m$KaERJ_;ZlE#Y7T+9&)#sNaHU+M#zaQ{vxC=PFVO$kf$CA z2Y(sz)FV+Ee+4qgxnz}Tj2r79b&RI9)i5Nmu!niAkmj>hsPk%mu!zGAkmlXfTtjD z?j<|o8Au?B;t}?@k)@0OLoI6L;BEUcl>NfADZle*M!W$ zCVS%bAak(EUU&n@Tx+s7Y?ACl$_0@4O7_Jsgp6;K;&)S9CHs?d86>ij1MoJG$Vv{v zFNfR}CWqixK<@sML*doQVX#wjIO*3wVl6oWzZNpqO^(E`gFNd`j>3CD-r-4(#(P5I zF*yeB1$nxW9E(7MrgUKR157G}N=i##;{a|uFJ{!^xCKuxQkbW?^2rq#2gUQAC97sQy zT!I%u`oZKqzAu~V8V*Fdk%ujM3{4Tkll!K5yF?j$#1nCo#2l2y@ zJ~4R+KLY6!lZWx6kUlYa1V0Ap6O%{rEj2X;>pw2G&fKCA}8pX-ldcteq-PN*%~}I8^~Z7t)iaD&h4ZJ!z^k z-Vib#PF2OvgY=%MYWO9PS)f#P{8C7~r)uDrLE=4C3vUC7_f&2Ca>#5?sxG`LRgaX8 zka$luz&kwg^Dfr(YZy=G-FRs87wn zw?U#lH52~~67{J(d?#eCI5i9Z0y0;envH)6nJZ4^<6lAMicF_VdRQsF0iKcG zNP1<+XgR$JuL>D0r#Iu(Ad#Nl0&AzY!aC{gq}PSSYFpp-OVj)C_K+{U();lakXTM1z&k=>IeifC1c~MJA-pprmeYsvE|6GG zAHlmq=5NzS@otc}_|nJl?vS26eH`xr>DkjK@Sc#KJ?-PW_+F5nJ?+PPLq^W&AU*&x za!!ZwL68x0I*Jd2-1Da6_(;e-Z#s#Og52|_)A(q}U2QsxKMc96OpL4CZq>Xm&fxUJ$SkTJ`2)=rz_#JAw77yGM*2K z?sQeW021BlYWN&Tbf>H1g^>77*T7$g#BaJ5z5o)x>Du@kkdbq`F8(HDPlSz8^9&Pj|t8gpAD7UExpZZtz&TJLx||M&@beX^dYWBlC1m+{pCA zeVJak2^pDZdgB4e$UM^r4?*HO(-$T){a`B7pY$|jjyf{{&qC&?GlOsoGC!6Xf;*7; zvCL4sG~|9cGYl^SiQ>#~SUEESR>_Pcy(%P%GoxU&%xHL4W(=&J84J(OjAxx1kUl*# z0j~v#^vp!OHYCzBlkmEb(R*exUJo*Q&rHD^K;EFpOvM{P=BqQ)@Wzl)eP%k|1o8$& zW(M9AGLM~^i8q7HV`uX4=8)$&nOX44%xu^plTZ3pkdb_*0KXbClF!V+uYt^xWeVX< znYplMrik>LA@|OidGMCZd{TNt#_E}ccpu2Ub7m3V7t-%%7UTUO{eDLLnoEC33y@ig z4}i1)nPvDO$f!QE93KL?ch0Q9heBG0%qn~sq&Ls3!N)>+^UPX&JY;q&vkspC>De>u z@rjU8dS(NBCbN;0nUEOIY{K&(F`n6s&w|8wW(z(W662Yzcs?Y?Gu!b3NQ`H8;Bz3O z=*%woUS>BbDu$9F)YFLMI!&-fCIx*>gQ z#*cpodES}{;(v!cZ_R}9?;+1yGg15pNX%y9_>Yj7%_Q-kATgUs<3B@UHj~AFfy8Xa z!i}tj`?3yhLSi;s8V^8XHd_V{LGGrrW$_54r_PqcW00OYTOLn9=Bct3@N$qIHd_g= z1c|V(1&NVt6TBy+*UL7=dqGCC*=BHXwmBT0Z2|AiwuB?H zt>Asx)^KFDExbS54vxyUhYw^sz|q-`@ZoGHI3e2^K9}tRXJxy>=d;~7%4|qo&31?R z*&gu4Y){e)Aaym{3!ek&kFve-LdYFuwhulRaz~l%ix)xeD6{?Wd5}BGY=3+{WM(xx z0AC21So~%8r5? zv!mfp*)c3V2DyXFj>V5dW@fVE@e`0|9JvX&5Ap;vHxc(ko?zxC;X%j~%-m!=40(c? zn}SCnqrTi!JPzp{a?@ZkHyx&OGhnIQOqQ00+@t04@QRS}TW%ISBR3mX&gH`@xdN6} zg|z&+Ie0Zl%bzR6t3z7;++4f{q_xi#!P>cbuug71teaa18|D_VP9w-DF1HwV$t@w} zI!GBVs0ILDYqWJoZA2ka~t6+ zxlM3xZZmu}w*?mEw!+tP+u^+24!AJ43ogp-hKqB1;F8>4_;#)sF3s)ZxbHxoiRbpi z<+%g!z1%^#GIt2B${mL9=Z?U&xufud+%dQzcN~6{I{`Q5eEcTR-*SGqDHnvBb7A;t zE(*8j;_$Ov67I;Q;m%wZex9@7o}2@}%$0^;<;uXXb7kQ-xpMH^T=^uk>yZ0}Tm^V2 zSBaGGA?;YMGW;=D6&}r1BmE~x+m)-1{|srnay9T@AT`9Q1(Q~7n6m1^v{esgtOhV^ zHG(;-F)U>@fu*gc@D!^VEMql?f3aG?vQ|rYs?`dfX0?Xpt+ud&)ecs)+QUj#2Y80n z5mvT3!75f~Sk>wR&$PP2YF0ORmen0rw|c;{t)8%k)eF|Ndc#^)A9#+{7uL4=!8%rd zSl1c=&$R}@de#tF-x>-VSi@jLYdCCVjezG_BVl7}6g=M=4VznI;KkNh*uokQFR>=T zmexdgsWl0ba=Tn1Gckf!Yiyi*xs52ue4^v4pu(A$|`^z ztvT>&s}Odw=E7^NBG}oQ2d}l}!!FiBc%8KfcC{A6>#Zg525TwoZY_g1TFYS%YX!W? zS_OMrYv9e+TG-242XC>~!`{{gc&oJ$_OUj>+pNv7ueAlu6 zfcINIe%ExA<%bVgK{(n9!w0P>9Am}dLsk-wwbF2$C4Sp@yk)_MEeB4pO2bF2GH{|* z7Cvf~gOjZC@G+|boNQHsQ>@A<-qVIWgRrXNPeNupt!nsFkiN#Mjz151reM{8FIcr; zzEvB(Xw`)URz3KV)d0@18o`&X#<0+80$;J3!nsy6_^Q<$7FjLeYgS7*&uRrGLi#_UxvZm)p}do4`b>tNbm4>R@#n6)>;oV^KJ_GW0? zTcBfag{AE6u(Z7co?`EUf3bJNvi2T$s=XJMvy0(r_C8qN-VaZ=55NlcL0Hi~1S{Ex z;TiT3SlK=btJue2Rr@$R(>?*K*}gRGq3ws&?I1kc4#OID6xOuku$G;K=h$gj+s?u| zwgv0j4m{T`4eQxuV12tRY+#pz4ej!z69i+9iyW!VE z-Ziqj<2OLsOuGkuBc#o=d*U}i+Dx078{=k3n`!sPZ-KO#b|3s!NSkT*#czYOId(rd z(e4i)wFkgS_8|C}Jp@j+hr-A0VQ`8)96n)>fK%;}@JV|VoMw-PPuXMObbBm(+8z&Q z*c0G0_Cz?-o&=w@C&N5@3VhC<3TN5V;Pdu$INP29U$AGwd^-=mXwQNL_H6i)oe$^O z1@L8i4lJ|_;VbrBIM*(MuiEoqkv$*2W-o;E>_zZ(doi4EFM$i}rEsCW48CD6hl}hL z@J)LaTx_p_Z`o_%5_=td+g=Zs+8f|I_C~nO-UQ#ZH^b%j7WkgM6|S(i!M1}iz;;TcX3SlQ_bt2n)2Ri`&R)9C}NIep<- zPCr=P=?~9#2EZE5AXw8G0&6)#;W^GQSlby6>pCOgxz0#f&lv^lJELI(XAErUjD?My z@$fun0&MI|gy%bxU=wFDyug_PFLb8DX3jKtkux1OcV@tgotdzOlLs$xX2F)uY@c9z3l&I)*ovkLZh*1$f_T6mkY4)%4{!`qz=u%ELL-r;P5cRHKl0A~vv=xl|9 zobB*#X9pbS?1J|=yWwzW4;$+lXy+h&&^ZLhIEUdw&Jj4) zISR))$KZJ9IDFVS0Vg;hLfBqe9Vc%$xaeJ<)q+t#ToA3qj+wev3yYQRg_u;p~ zAHo;I)8V(nAH(lpJQ@=q?K^r3oZBku$+52Ebo2@hPqe6F!#f- zg8LCz(ft^#qDbh}@K z9`|+_;eG|yalZ;9-LFBf`*rAZzXAR3Juu4s77V!GhSBc*Fvk5JjCH>cuX7)Qb=@Dp zIQK`ep8FG6-~AbkcYh8WxR1e>?h~+;`%Bo`eG;~De+}EZzlH7G-^2Fq)3Ag44D9GW z3p=@gft}sI!Ry`UU>ElV*wy_f?B@Opc6a{+6W#y99_|qShT@)X1(V$6U>|oV?CY)o z`?)K@{_ZMpfV&zT=&k_=xog6~?r@mmt__E{Bj8YXB)q}xgTvfWaJV}fj&$pPV{jDY ziO*dZ9|LK5-1T6ZTmLP|jvzEXKcrv<#lx@l%kN!E*=x4Wwo8+=YJ!X&F4r z@E;&8gXdoSM@XNyh$zHEBGy3_v4Ii`((*)X#LGiko``4hFi6W2 zu?epTX?Y@^$16ixo`@p6Dx~F!cmb~tX?Y@E#9fekoG6yEj$L&{zSZuUk7P_BKG5PkoG6yJ-j}o z{fT%VZvg4@L>$5!LHaxqAK*w9L|fZP3?S0+Z7oB*F;9bCn9}tZDbU+PeS?(k#D1$-&872F=#2EH8G4!#oE0q%(G1ouT=58saL3g3zB z4);g)fbT{o!S^D2!vm3h;ro&O;lap(@K9tjJRF$&SHYO=J*$8#xJn7nuRSkDLmBh@1vbM`ptxBd5bZBJ<#%kp=K#mXW)46S(xtq1y1n(27}&naH97D%=P{W^Spn-eD6Q7!22(p;SJ&6 zbC~H>aF(|mob3&TbG#McTyG^f&szn~_f~^9dTYQ1-kNZsHyqyStqt$;M!>thk#L#U z2k-Gl!F#>Y@IG%Wyx&_FKH#kfmwV&kgWiVlA#Y>2!rK(C^d`Vn-WKpFZ!5UY+Xk-p zwu2kI9pKa6PH?05diadDD}2`59X{vn0XKP*;AU@c_`J6-+~VyIi@XEjR&O%g34&U|$;XB?*aKASLzU!R|-}6p`2fW$v zh<7^t+?xlFdJEt&?@V~yI~$(x&V^ri=ff|(3*cAYMewBeW_ZebEBxBK7=Giu9e(S* z1Agbd3;yn12G4o#h3CEZ!wcT!@DJ}p@K5hbc+vYX{LA|Y{M-8&{KvZnUh=Mm|9T6d z;adkod>f$Y+X$=ro`uzXn_zX{^RR}m2)cYPz?!}nVJ+Ww818!ox_z(0+P>GI$M-sn z@Vx=+`1Zg^-&@e@dmGmG?T7Kc_h19x`>>(!5Nzc805_~-&xqx_X|w&{RVsa&cWWk3$Tyx zPuSP@7wqTz2ln^<3kUc@__ufl`V<`GD+fpWLg5%+1vu7M38wn0z;V86FwIv3j`!7s z>Ar9{!B-mweGzb?FA`4j`QT(<6wL5N!zsR4IMr7dX8P*EX})-vT3$~eF?C@*88-E#cU-Qky zcR;Q+-+cJCZvlMQw+O!HyP4Vpkb9Z$R{S93UglejABNn^e7EBtLhfb0JMfPoJz*bj z6pT+HJz?K6{0QU<_1%jfgY^FK>TJ;<5w-vnFu zpQofH-|1oNpLGBd(6ZpN5JB9yC{C>!t!haH94!KkK zzs4VeoMZlP;d=k~lx%?95&Wm|jgUKn{|x>t{y*{UklvU7FZ>lq@5}!W{wn0XjsIW#HOM{1AL8c!goT{3egzNs z%Te+^2diZ@H3G2F#bsVEaW|m--rJKc>;=xg5{&4VTGtzSTU+DwUr?6TcYaWRUqef zR6Je{axaK#h}VGJ3!)n1H6hO?QBC1>Q3;gPg`B-nE%17fHb1Hr9uH~rquSsNA?I!>Db*H2cq}`6<&4I*ZX`ok$v11X;hIai~S@oA9uHYx?rhV*cvhQiyThQY;ABPd@2Iai}b;Y%TB zUDO!3CMp#^5tT;yT1dMWm5vue`WR6`xFu>5B}I_80Z|!nSJYHWUWfECqNd?*K>8R_ z+4vqvpFCkyw!^f*D~vN9at9B*icf&t!2_@16Cro-!0Y&A$Qc!Q1D^u9g9rBD znUK~m@D`p0Y5f9k<2jJuRS4|Ib0PihzC>QOLbJa1wtU(!ULS z4c`oW3-<)RhkFC3;ah<-a9`jod^_+9d?)Z5+#fgx-wj-V2LpdHpF@x*$G~6s2aqSn zz(4p$kT=hPfAP;Cec(VyZGI~f(&7aaehktF4wS=BKw7^*DE=j+^$S$MPeNM1KqdTZ zNbfgL1^*6mZU?I2KR})|12ym;A#a%iHSwPyZ8nR4;|(Bv_2?A55u~pkJrr*O>8nQ%!<#{_&FB$$bI7$BJqm9L>9ItQ!COPx z{ODA?Eu_tlPQ%+n+WhEryd&hDQgjgS40)#%Jqhmuxw@k>@NST+J9;Xf2ze5Wo(8u@ zXH)V5@;4?1AfI-hx|V-iAdn`Yjae}=RbF=z2#A^SGw7yNg~ zzK!_}KM#4lT+6YQ@Brjmj;(^nK(5EwYOqOc4N96q?v=4M z@dU^dL~Jidzed;tJu5aqHlYxD9Z3+(x)R?pgRj+$Q)*-1G2M zToL>y?gbc9??qTYemm=r)+CdS_Yd&Uokz2Zm0KJlYrzxc6mK>Rp3D1JN~96tdLiJu5> zh@T9H$4`MH<1^vt_$)X!J_nAA&xPaT^WlW}8E|6!EI2uS4xAD{4`#;S2(#iB!kqXg zVQ&0QFhBklI3xZxI4gb$oD;tk&Wpbj-WY#3To`{3yea-ZcuV{P@V58|;ga|jaB2K1 zcxU|T`mN0JjrKNdWrj7{2P-yu2Uc$MF09(<0Ic5VAaphQ5Y}pRxZx!8&Njo_Og4AH z4D&}g#q_it-e#)V4`!MR;WTqA%rd`#*=DVF!`tMTz2J0n9?Ug2!#wj8%r`ylhqoy( z`@tFJLO9dh3g?*3It*_!*PH<7nM*qy?l|9kutTzOqxm;}n_0Qj;f{+QhgrRIGXLh#($0rF-feD$%glG-y=M9A4|lxJjDruDqv3LM7F=N-ygr$K zPiRh;!yQ+ftKcK%7Wk;SvrDq^m^rxX;f`;Z-y|j**Quogn!-B=Bp7wo-FRJf4<4uP z!{gKgcs=zXUQeyS>#J3GeYF~oSC8WH>T$fGT8}qWPvcG0R=kPYhBs9&;Z4=ccr&#F zZ>DzQ32GOfpmyWU)th*8wHI%x-o;z019&TS5O1Xp z)xmoyFWyV}@!l$c_f|1@f7J}{ubSfnR7-q-YK;$6ZSjGsJw8Zv#0RO)c(Uq(C#!Dw zV3mjuRz2|{svkZ?4Zv?uL+~5a4frrM93Q4e;=|Qwe7G8mk5m)!k!mtNN=?B>sZ4yd z%ECvh9DIz*#mA_8e5{&*k5#kqR5b@rRrB!i>Nb45T7svmrFgo!6Q7{&#wVzI@SwU6 z52^?7iRwXoqFRAZQmgPuYBfGtJ&I3OkKi&dT(uX^Rr~Nf^$wn=-o^9P0X$zF z#0%76yg+@3&r`qR^VIM7e03h5ul~SqR2T6Z)!+C6bqQafj6n&;LS+tW3N3t*DvvKx zVfam|B7T#qjNhSJ;&-Ul_?@aPey3`W-=#X@cd5?!-KqKpud^&S4a`T^gfe#Ez^pYS5}GhU>A#kZ>8@vZ7S{(|}ge?eWux2eDJZR!%fUAdE+ zLQisn@v^FezpT9YE6R_*q5}916@%|k*Wo)=1AM1ygukYm;IFA>_%78P-=$jOudCMh z>#8ljTeZh`tB&{^sx$tE>Vm(iy5VoCM0}6xiSJRp@V%-JzE}0b-%q~_p<)ja&Lx)J|CEyO=i zH{l zxq1RWs-DD;s;BT{YCV2TJ&hk%&)~<^bNC6h89$-6;9sb%_!nv${-t^e|5Ck-f2DTd zU#Xq=Nwo_by4 z{73Zzen$O>pHV;IKdGPbpVY7TS@k=9R-MOxR)63>tBd$A>TmoPbqW7f8H1Zbb8rIx zu9b!Vrpn{Lt1$d`RS`d@D&yx=Rs6iFj-OX9{DP{5Ur=uR59PuCP<8M>l^6e0`SHJ1 zef)3L0RKld!v9fC@Jp&0en~aQ|5YvVe^qPTu-f8=)gBMAI^rQ#XWX>9;HK3LS5_jf zte$u|s~=v@8h}@@a_|aPE?&u+g;%oX;FYa;cxCHGyo$9DuVUSVSG8`zt6I0=HLMkQ z4Qmx1Zf(QEt(S1O^)l|ZcHkcCP26Mc#XDHfq;S8so=f3=ZEeOoT3hf=)>gcewGHoV zy@YqRUdFGtcHq}rJMk{oF1(Ai8}DkpiFdX3;@z#UQbrC*w9FwRhxD*wU{9+X>}8D~ zGJ=0MYr>FGaN>|LaPp8;IAus0%p8&qvxX$|?`drv!rj)|HiWya^%9lVb)=Mxb-1E-1-o`8j`T`$ieT9#{Ybkz7(6l>0TNG| zlMW=2^d~ovR5F=NCv(Wn{zcZ!(yqkvuYw+)C~y50S^o2C{{`Lf$0rk&np<@*VkwTqH^vMr9IC{G=Xf zM%s~Xq%Rpl#*m35o6I7M$Wn4YSxpMbbL2&`i@Z$^lN01Sa*kXgBu%-~-KWH}^> z3?QS(1Tu}xAPdM6axYm$){*50j0gY9-d6v?hH>7TG`=RL03_vXLAo^{N>B?S+PsNfwjs%{pIH_2}FcL@~GK>_FiY~+GOlFX+>;PfkK{K}-otj2 zwqycXNLG_K$h+jm2#zP&NluW)b=YrYB&ik2HBH8nS!64D*2_6fqI?FwTV?PYIn0Or zPHOtOHpw#b1bK@bCGk-#o6IJ=$;ae4`Gu$e^C5|39J!U;LspXgBr@7CQpjd;?MWJ$M;;`*$uV-4Y;Q(8 zON<2eDQQf4lOS14){@uA7sP6A7+uM7vXgv5E|G>UxQ~$aq!KrndZag5MGDC-@&T#U ziuEBa$jc<7HRlgmOg51tqRR-nLwtI8Ds%jLhdE2 z$XfCYd4YUDP7$je`;9avy~sqeh&)JklJ`h_d+Nv_azEKe4v{a&59BvexdZn+avez^ ziDV>6Cz+&xEGMhUdh$9+;KrLmZtui$$VcRRl5#!mEHS$<4(Um9$bIBX648~mf~1hj z-B>0`Bz?(XGJ?EDJ|q>obFPp9+jvE|GbYB65s`^Cek~5@vAI>E*j@&_ZlB#`a_H{h~Z?~OR`}w_v;kH_=g-HVi+$CWqLB>2G)bzM@9^z?I3lA zb8e9eBXH7$v?iTN$C2!3k~E5YJ^76+7|nSxhCa|(jyt)K%5_8%#?i+imC|TONgt9; z9w5H)^a)6JGL%dtACqU&X@AM|3G6%aO_1|&GRq*Y42}VLj=WC3A=9SNu8^lm5jjQv zC2>;?<4LlQ93u5ISs&7#bSDGJ9C8QQOm>k&q}nvbA$>?HSxO!z8_6zmn*2>_WU&pT z6B$dUkfmfJd6B$MekGTPKbt-V=}Tsi#pD_C6S+Y8d>v4Gi z<12(SeC2dEG2MpaW!LqXS$5r1eVthvSI$$f%UAD|KAo;hc)RSnI&I3X`>u7_bxR*E zyY9ggrPt|ge`s&%b$UGm7s{?1{y(;FL>b$sm-o#7m~QcFmzQ_-F|V=Xa^2PYy2_@~ z>+WEAhlZA3r?+ot|FVx?{n=$tx8{oVyn0<0#*{tX?klF#OV(p9pP)Ibcxb+U>@&VA z9y&ct4-E(U=drPx`-+FuL_O5jwCnng(?jcvhqkBbArF^~{yBY;=91!}6O;9jVcB&d zqxDcu@lf^{J@iHKQ2!}3V2a@z977dZ-yYM*mzL zl)4J`&@Hk>VU_KnU-hQ(cLv)-r&9IMch&8oin7-0YuZDDWs8=$?V(-c^_WJ4Jv2+U zsD7k9^i77Y3!|qjKV^$n1ni+1vIjk}_RtX7qJ4Gkq1~B!{ATg?(5g{-=+lPwP!l;u z3VEB-=NOK9e5WDcjeJ-isdEEZgVlVh?>R$M5Iv_K;t; zZ(ouT{3ObGci# zZ+*HwG*Py1;Us(Lq8z_L+`;sif5`Eh#XUn09g^)E&K*M!ZI|r}==%mk^<+$gyM!K! z7^iu#c<6dLelKyS(4~uI`_^;M&_m~B`<8I`&_mD4_6_HLp@$;ntZU1iK@WA3;}^!| zp@%lg_I*)2bh~WdF76w;?t*OJF76n5=zZC~$GOJ!P`Z7M&9jHnWcvm^U=JO&_ryc? zP#-ydo`>zBOgVm&AGL>$$kwi3V-LL~d*Y8L?V&i?zWN*Np-Zw2lb^AN?vvxUZ<9Ur zmTYaW&GyhHdy9&Pe6mG@p113&$rc?f9%?09G<=I)H($2si{hcva{MM2*>!7Wi~cAc zsv%o6YpY$?Lbm9S;-NLNMYCS8>lWBsR6KM>j^B!HcHJJ?BF~HV&-Q$zT&KY}m%BY0~znlJcc_;NqSXrNO0YM*K}QfWqG(u6c6%}4@iuErZJ)I`3> zPvT4bWWK;>@#TFwU)-nj)-9K>?KAkwK7+68Gx(}Li?8W(_=-M{ujljlYCey*a`X5~ zzJRaexA0Z`Hok^0;VbwOzJ4#^tM^i)k9vr=b`Kf-NPjYb3?zd{G8s%#)Jop!tu%(J zReZ@_%@^!P_;UTIF@lUFqsVA7hKyBD@HKj^F^;5>@g$v0AVD&bOd^v>hI&eWU*?PQ zQ+!E&iZ94d@#S~}Zw)u_rFbJ>h&S?Ocq3ngH}WNTGhcu=8#C1N#!NDc%qDZlTr!W$ zCpVG>Y71X{xA4|+3txD*7&oh}#w}`xaVxovEGA3H?PMvrgWO5(B6pKz zm&q&YBws^M8n2R_rMkdZ!i#(zyvSFqqDD5=z2I1*=&|MXOavB~qDG zAyr8=t93|qQiHgx_8~Q`4k5KjIB}EOR;LgTiLg3{)FF|?OMKSB5WjUKB#Hz`wDna; z42iW)hg?VMS|Mf}sb__m^+`NwU{y04l17%>Y)qP1*O^U8Gm>C6G@FwaRx7im)!A%C zT9Y=`IJ2#lZnm?YG}~K+W(RAX+0lB|>_j?~>#gU^E~G2zW^FUOTd$ajqzCCql1MLW zpV`|wVD_<2ntiSB%zmUl89)YFKbV88AI)UTQiDkf8A67V8^|!LoElC>Smo77D^!gl zqpgZ+3>j-xQmJGdNwcb}@g&`+{PbKZ%KY?PDjMhK^V^?dM=`q8 zl<8&AoyPPs!o-TG)qg4*hv(UIu57Gg8G6o@jazQC*RQg%fbsO4D;v|8R?oSz%umm` zvdmA%kRb{R8 zwpEq2(rZvv)=IBIRpTD!tk!;VCs;r-0gQ|w!a=ivs zW&Ns%>Gk6=g6Q?DCZ^Y~x>$Gii~dvHILcOPuWsza^dFbA|6InH;{E3`o}yN-z026m zvD9ntGFB9CZ!M!&@%Gj-T4VZ;+jyI`((X0_l<9roHu@LO#cgC`dM<9GC0nldf!lbq z_xLYOi$~PtcGS*7(Kaa7QTD|`~MlGh$`_E&1&YJ4|=P~|Z4fOu=7+W#D|2#%rmZtZg$9Rc# zt|6w+M3-2}*(p%{@MzIEZE4{`P#?xErHO?{@y_H@$oAg$Cz-b$}gi7nDw={4e*v))RtF%r{%{Bo^o_Zx+5uU*ts4(Cg=y?a=Gzm+jE&=a=o!>*ts4(Cg=y?a=Gzm+jC;!7tmP*UvB8q1VqZ z+o6wwU$#RZ1;248>!Oc>-SEN5E1+&E(f^V7#I z&RD@*^l^(bywvLB7H3prTK%WKv5qqB^^H3iPycCPyohOU;M@%w87}6h%NiMrnL__* zVmwlO9W^m5YW1J3eC4!lw`1=Z`#aiY?>c48LrTU=bgZXi!$V4@812|t$HqA}-mwXe zeeBHTh-1GycHXhSohb~nWL+%B$~zY3SS81*I9AQE8jjU;td?Wpj@5Q7!m&ule2zsq z7VTK9V|5*?=UBXB4IOLjSX0Lm9BbiNOUGI{*4nW)jyWX*`j&*mehhs^O z^>(bUWBnZ)=vcC2DUJ7{^i_OLHvUv7lp<9LsQQs$$yUUOI< zeQjGjgO^y>V$*MFORkUu^o=>bZnPnyB&MevAvG%bL<_* z-gWGNV+S4ku6#*b_k&|UI`)%eKRfoTW4}9g-myO%yXe^8j$Lxh2rXHz>6qo%-JvCW z_a4XY6Vu1_zR;56@qknNpkpf>TjkhlF+J^SXWB=d+Q%Jx!m%eEd&;r(j=kyFUdQ%1 z_KsukI$LzWv4f5scE~C41a- z%yP^VRR1KGDmgZ+d&!!PaBP%gV;oC$EHtrXzcfxPnKr>GYvEWc$J#iS z=h#eV+CryngJUl`_PJxnip?@c^eb8J&HYN&gB4;f~dI zEW)v_j`eV??|_p1JX6Y&%n5W`lg$;vgYZ(h&tbZG1~yNuOILQjnFLpw2Vt^VjV|p5 zGX^G`tzZ|`0j8Tt!nv@>dtRjn0~ju3Dk-;k=viUL!3WId@IkXJY%Jr{ zv=-sv!esL7;b4c7ABju z0(#nJ!hXWZu%^^bFrUT8n?-P(xg92%uL<|SWb+6NRo{sJ3e(L?;uWKHZ3EahY!)0A zY9Hl0@pN+qkVTSgpl7O8F@9G{`wAybmUsD};~2Q0qzYr-hq^+k`uWyM_B; zsC57)nJO4-t+h3$>t+4-P|Dl0vvAs0Buq4swMqDj#1@FTEAaQ~J1bmz0teVJiG5ELV7=lq?lKD0~7Y$}vqg zpOcc8VNY`xOfvVvZl*rgNpg&m&4~JXDcxbRnF0F%umVG8^wELAvFN@fag7A}LG&E?{2gwMh* zW)bAh0y~>xooDP%B znXqQ@m35oAedl@v4^=H1>$wete^$H*%T?0*q=`AH3EOB+gURN7uy5EmFuu}xSfjii zr;*vLsjkfxE`<%udtjXTIIM3z1!K%-;C1E}m~4I^ydVs1ruSO}446?c*=#E80KH~c z=r@yKlB`LR*&h$JQlQ5i0qdBlFxi|coC(v-n_;MW5Y{r+LbtgACY$fTqs7OoMuIMB z1=CIbcSd}gaG7u;3{`K5S8lHRGrBEJH)C;^84sBjRyRAqrlIe`zF{`QTIfB~3XTZX ze73UP4!?*mD*v|d2bgUBC9K&}dsFy+<-yP;cju~RIzB&4Pn#g^NvK*tNs@W1@Bw(D z@;=x+QD04q%Adj)l|K*v2{T)1R)r@jH-v$Af#2rHToP<~Fv zuWYWzL)BLJXXT%S7lcM@=3F@({#&^L45`vg*iP6@*jG3No~=9vR;jX9xIxOd3wI0m z!|*B>g|0T*8^FF{pS0r~tEyXrMddy1`DWKf_oWw=zX@Md{zYN!j(Up{Vc)P!I4txg z=o+B8uBzTA>#FL#x321YQeu}M68}VaOn6fGz3{B?obXTKzru2z^n5A_YY1x#eZp8_ zys)XTm9T@bt1wB}Uzj2sAxsqpg;Ryog)@coVc)P(*Xwg&9Q;SNrAW@k;obEM>lQ?}I z=yNsdtG%PJmv9L5xiVox*D5L51QT4l#SaLN2)_~jD!e4D*iX;REsTLj`_&gVmXdbD z9>Qed7-5F+4&lSXb;2Tew4Xi?kM`4N^3i_Vr9^MVKVkdvWb|9x>a67~`%!y?xd*jb)K zhxgM@qlK=!rS>7I-7Fq6NSAjKj)KQrlf@ScHwj-79)ibQ--?$@)>B0auY*M{{wf!q zd3(an!a`T3)ZQgr36Hs66}~McCxrh9-GlYqqJ*7bk*g={B2R^duF+CHM|h8Llkh!Q zCJRd^hYYUg)YYRFCh1$6WQ{O0&0=3=qzR z4P=Rht~GeF`L^&USmdg9gPvy`EOIr1g|2qOp0Kl&_YGShB}atc!eg#-!(@qYrI{w2 z3cC!@Txre_*Ia4N6W1(sErktYAA&`$=cVK=;X&bN!gInJ!}a(H!uG=9u*j7rev|Mu z_^h-TJhkDWmTnV@T$v*@XTw6*Bf_VJHAm{UT|Z$Jy3+AN*KNZ4g^$A;LX~MpAGP2vz@R9EOLz%PJ)H56~Z;b zL&9UiZ-oECm8NdN3SIS5HMs{DIofQ8beo`xIyk6pc zu(OosNu(q-7A-WG{(p7P^iI&j>3{ z&?Pltk;^OITsS~D63(qPPk4`%Y!L1h9u|HsJSF@Y9&=R*YR1Dt*AQX8@Co4oc+92$ z2m6(#zKRQ7iQ>tykzCh>u3PXz*Hgk>!XJf|C+YHVSmbIVK3JF|C3gy!OUd)XmxU+b zG1ocqn8|t$-61`5;XRO+M7R?cy7mh{752!`C4=EHSC066xYFDPyA04QbiFO~Pto&i z47o1|2SR!&(hkqX3tc;4C%0~43SE__YBqr>?h$alIbM7+Jm$Iw4wGK-+*(KQxwZZg zR>;(~QLt~=MB!s_MCi+Kf%|VMiJK<xsLd$jNlDS1iwfw05Jy@Rmvn7eQsqdil9JXXXJ=;T_D{>v6WFDt z%qgKoJDH$!yHsbwo*9|J?%7%S?4h2yX_Kb$Q_n*$GBG1BCp$0LHE(uSdglpt*|6M< z{NRx6l>FRa+O+@F49x16ot~DTk)73ja$44;;DnM%24v@FOq@M9Z9+!&RW&!HWoArB z%MW(V%q$tXcUDGz2E}uN#g)vjq^^5rM*7rVX;~98gSjPT1GBni7UW)2*fTr5ATK39 zEjRzaRdSx>2HCo6&X1m%!C3=y+3y1iri~Bg%1QEnk5zJ_7@Q$S$AMXix!E~aEV4O; zDU-8j>ebb5?<6+w>K)ZWj~L9qAtNtid}fd}&kyQpDAr3zZDs!)HkrMT=TTPTx}J?m zpITgA;@528e=Yz<{$C^5o5e__osbC$&3HppYK>G}d06FC(qnf{PfgV)RA$=j?wM(M zT!CfGqq$UEJ-S_5$~oPltobCgEUU(@(3_YN%nYXI2PdR(9tL}J(aqB5ew(r;Y-_I? zS5H}ENO{)@6P$f(U%;hoe_3-#NJ!8-W?UDHkeDOiB5*yQ_?|OXkufJwH3wnf97przahf zotTlX8?&_B*_|h)rVh%@P7mhgv8M`x^JFIa8vM`sV;`mFr5`;hE@hu2NX0d)P}b

U@ezIoPeF{>pP+AJzfvWI5V)bt&uDx~v7Zab`FuH#j3ByC5%f_J4NA<;%%l zHC93-Dd^m2WYJP+H<{9Er_ug(&n`aQ^gfjlN?A31`{PKJRwEVmJf%g=$jr!}osvI0 z)85(yslR5YOKIsXv|f#}mS$I6J-6ageVxgK&UL15wrLqzLGISGhGk61pKM=l&PZk5 zkXyqIU> zyFcPwi88w~_fv80<>ly`SwUXOt)C?ok1=qn+|cc-SjxK71aaRh8AZ<4oV0YhZBEaI z1Fnnz+ubQHO#e?GsJQTQvv&17#ybt(l{L<3D{FN1?v}z*c6LHbz0bO52Gi_zMFvY5 zuenr|eP-JATq3>mgVXHGL#DWTJzAEvfYxPIv@NTmom33W;=G)gkvr{*V^Y=>Qhv=E zm31vPYo%+X%PA&Hvaf(4xoKH>Y0}L0;O1*L=Q2_$yDq_=&s8@YyR@{?o0l~syW)Qw zgHjh{PbHU!)L(Hu)AP2kVS7S-#g(;eyFyRfD=n{Q8cpzo%NL5wq|8ZM%RKd6XK*l& z4kXQ_zEav;UZ~#BrQbVc9CmzKR(de=iX$xL#VZi(nGwvCLm;JtgK0d6F^J1f>gtdu3&70#8@jfa*=x!DC- z6Qnt}uOWLbSDhjDg!IY_B z(cD~fW0p~R=MBxt3FfA!<;it#FW{;@A%*`rgZ2IDzo&1z(obJ0E@fXOG%u^huDE8? z%Nkw3SP|7;k70&rNBseSoiZipU1-2}!qLsZOEU|T2qu3Sw3Z`Xb z>9)CNZuT@;qBKs<Es`Vbj3&a9Q=WczQXn(4M{{~^GDayIF6F)R z`eo0&eBhLk>c@&=458;yF=OpIme{*>iumOvh5s;p*i|3kM7vYZQfa(|5WKW zOT2};va-jlV0rEJY83SM*SGnxIK>hkqb+Bo_- zGp8V5_HSZvJZ+bKcVzNjyh6~&!49GsRtLv}%NLC*}Dy);_CykMsN`eDMX zZnJd*R6IiQbAtWISzM+Y?d}D+xjcx=DwI*&l~-RSrw6Oko6a|H6}uJW=kqenUd7_) zS^HgAaT)I|m+;-rUL>O-xPgnw6b3 zdm5MQkl8uGgjVAy*Q?J6xO~uF6%BYkr|-jyXHMH z#ii|J-m;cn!~0Y!u5PsL(o$wr>ezN6O*}6fOJ9mzkrd3o;zG8|u3mDPv*3NDUQvD9 z7SsDj+UUy<_IAh7skKjxGTv8~zMj09EWLs^lf_FHDfRUuBb4&`QBQVt7o?1Z@D8x_ zrSp!h^a{CnNz8uXJ0K?1t9@0gVHc+V=N(Y-n3qqL%Z-dZdMWRKn5L8qfEP1V zl)Yc=dd_sGuVj~$GAmxul)emJ(Ue}nD;g^FUKJ_*T@7Q{4KugAvSyUP%b3y^!Rrkw z{>S!7y&PDvE6$rMUVoH6Z(eDXUcoC3D)dZ6N_|1W2*u~fl`kkLy|P!K@8e}HM9Q5# zQ`T5Ky%w(u&zhLCePukP7LUy1Xz|EpJ&qQSDC0S6Aw#8{8ayyEekm0^FqU4y17qnG zJTU4-Uv=e{TA0v`&%&iHRzH-LUQ=d;d}F?L!6n7I;gNYdJNTNXtkM_AQ&#B}JY|($ z!Lt<=`s^xe3@N|n5l2tdmYbSAEkDY7e4*-pJfToq`V$Hjr5s^O|I=;ZjHc+C?lfi2 zS%mAo=)6U`<{8|sFRP<;)zqcEgW}nt@A{?q z>W-f?a)Pcd>kQEA*t}%6EwtFDkvtvfo?J^^X73bdXV9f&{jOeMLTh`}lHZJwN6dCa`cmL$*)hey}UI27~?Fl9pycFisgrM9$o!fUe{&k4+!QD96yE6 z<%5G0gFL;Y2Pq$tmN!*@tji4QN3axmTTHP$hLs%Zl!Ebj>A4x>^@~pGE}yRq3@FIV zEH3ZeBddTXxRRmbFTDRP)Zc#di^q`f6_W~bgA?>hbe)-&QBtFS2V*2(tC@dtL9jso zy!=*#f&V_KQIIk-BR_pI@}KqAV@?jHPvxf^G`$$SxBZn`nEPOD|7aLO68Yl7*~Gs99NLTz<*Y@WG4r6sgcKB zEpnLkdiM|JPtN8I0IvaL45@Io>gwA5*%Q(-OCIc(K;-@OsM;{rdqsee@`IyhQS$z)iNUYa+a4<)I1=Q-Spd4K(O5p)J(|*4- zFt=-NZrbcVdD;5g)r?@SJy8n3tu#289?YPGdB~PtG2C0 z5{ErFq4<-fY(v-FNqJN|$53xcPH@7Nb^X)wClAff$kgN6=Lo`Qp2@UeSn*ElF(E?_ z>0MT=dWRLOeJ?6`kIHD>cnd2hq4Pz&xKP@FD+_z~%gEC+c21z;VLb=E$udFl#6yBy zu`E>|3aTi*cDGVkaw_)c-Bs>v3i_qZ(LeM}hbJL6j&qgc!8NU4b+Bx%3EhCTNll%Z zo0g-?dH119%6jin#sl$HuPXRWJmdf8@w)VpuA15Z>%X;DCV<=<*c4AaNCa}gv@s+Si3Cf3 zRDy|c>kKci{vQbjOCB7cL=*NtRC@d4cQ3x-57mUM!2@}Q$vw3429n+;28=D)0N`rz z1?=*1zT!v1?z&@*N7Sm)nrcNVY6TYZdh>)a*0I5Rkw5Q?c5_D65ZdtwDsM>SmsJ`F zkGEWiuGg%DG#h}~u<_W(@oM+|3$*X|FTUZo*)Y&=v@wF~dwe%Q0gVG#FZ#L(z$yVj zl;wjCs217K$e@*%Rt;3~QtCjvvvIc^ir8Wkeoi+lSoi;-7o2T7;%NqakBlL-*pTGE^ zPx00KtJeJSYP;h(l#}6TqL@b}mx@EO#x0*|D;K(cjEDeqc#a>cL_( z%lAO^R}Rs(^>SDugoW&m2PmD$G=OG0&V_hCe?M7lfEyR%Q^X*qP3_RH1J06O2g*(a;p{~c&R&>s zhBP6Zu|ZroBOJmRe{O7B@M5Ip;D`l%ygh=51tFn{PcKGaUW~rIFrf*>7?}0G`yM5v z6op^SvjevifbMr|vJ6N)z+jzK1G7_+^5y#RiDL=E_XKjr`fPuTU2Vb^IYb5O_n{yD zWtl}2k~mb5ev)o%qU87qz%23rR&~(tzW*0#8x8cAPk@(J84yF-ypS9Q5Re=^*}ml9 z;I8E0z^>%rz%q8Tp4~AG$pM%~9U(aY!7iXco*py!N8&SBF|G7}O|=+O#J2O}QrpI0 zMFj#%l$LQb7Xo01mp&lpJgH7g5#rnVbiJCTWds108$almlEAZk0$8JE04?9Xx~~Il ze?S1#zO4g9d!Pt0xH1Sk(B*~mick^MG5JOB2fjb+i-pS_h&$JGfGEoWM` zmSpQNUk$GBH|yOFhLlW8`|(6zOxon)Qj;ZgG2fM5>aeuJAfMl$*SOW`J|bLT_=5%J zdz-?)k5l;fX{Ypknrpw;Buf^bWWO)7>-Wd(rj8(DAHbH#r`7LA-}~CvbzFAF`bi<})A`oVikp<%8t8r_BrKfw>1*(_{a(Ud-~R1+?Fr z0BTP>LJUqkz_$CK*nCn5>o34b(I5&<3>~`ySTg8i~(p6IuYZXz@NTI z@ZER+`XS8+KcxA9ggz7eP-cQ3j+qILAhMa@2cHRk7=8O;biMu+HxRIq`pb_{*?(Oz z{*953k2%=tWg7lJ+NL;v!0!NP9({3;1K0j0#9XiMprqAgpfqSLnC^H2U?#@>X@iK~ zZh>iK%NIrt%nHDMn832HtN<^5tQ)#>2l5#LYu{&x#@oLh&c;#!QLEkm@~I8S>@;w!G?axjQ?#@mQ?9NW@q%qR~Az6xnG*#!B;m4sOVa92vh#4oP*sMK}tjNHY7TEs$ z0nmZ7LSWlnQfvc)i*N@77vZ(Hl_ak%FJVwx<{dBM{hkXDXA1sQGsVAJ(7yu8#=zF? z$25JA&Zmzb%kr_iKmO?(Q;&A(mGJli1pToso?!BcIq7?*_u|K&zTpp{zyI_N9@JV@ z`pc&_9HVXkfl&txTdX_09M~OR18HEGv@sYaKycs<;13QH@brfXK<$A5#O2CQxbhW! z0sH+I!0OBW{a-(&F8WjIqCb^>`BOdH*8TDbBI}nw@iBRnc3{|k_g5nOSN{R5N{u6R z(Q3Kr8w#`60Nd#HfBDpgqmK+A&_{r&`-lU(ePkdF^pQ3OeFTUbQ&K>JLxdfsO$;cD zF)*(J+wU*{nQjs%nz|G^=Vd%Jjt~Q%KsXEsKf4a{mt#8D2`#aHH#5rKs{hy2%l>*y zk2-?LdemP>-;iCu>fim1b%*+m;*uX!Ywr3RC#M&G`-VSKv`*8AIhD#7yHXeylka=- z{qVPMKLFS4R&6-XZ-A+Lj|02CXCMvq9$-4Ue#F^N+6;gm=qJEdUpLE!K$^(UGrW%2 z4@|#}0U9`|1g1Sxk!AR*653e=eh6>!r1e<9i^bmW>kSMPKD}Bqz^?^#2Ud^>Vj(ECU4teZ4sw zUAz>*YZzs{c_qQngG?Hdx4{{?7)aw{1nV&L-20DXB{g|?|88{kgu}sylkw%~)%okw zk8iI(y}G>q_5AwN)%l0t#xKv`f4KZ@{ObI}=pAt5_ixWXy*ht8emA}bh?#vD$n3-D z_4xelt52`SSMM*cPS4(+UpeHr)3@VSr`O}lUq8J&zq&fTIRA8Yefc5dudYw85gGrA zEPg$G`{``_>#Omv7oT3gJ-xUZT`SlBRs;OE!tWL{I32R^<;s4qrtr_?VRRtqdJXquxDM=o3jAr}?pDG42;hnZ~H!5$8t0U3w^YXS2hH(~L z4dH;-xIz@>Ta$+nH%=11TTD0W?fQ0ia=Lwl72(VEW`2^7Shpv?&u>N_?rtV8@NdK$ zkkFamjHH6O*)MM(VVdpFNihMUVr@3vz)_Rx2NN|ke*kXLYii)l=*@a}y}!XIor-Ua zo6n1>>hD2WN*NU9ghal2T1_7CJKnkh7eZ=v8TkR>y}PWH+mnkq+g5~h;*@QyN%tA0zE9xJMHox3At#J_>Ozla!&HwO zzbTU}tUb6F6M{!vDX5t@LnhT-i;z?L(VxZ8E!y{EJ=0{hYSaz6WmF%kj7Vk-rCmst z?z6%^w0Vq*|Z6KC8lnmCJy($mt6kfP)kL z3e7tm{fx!8?CrBFs$XWnG-Nj!Fa1T>nh%E7!dQj_*OL-+Yuka;=~u^-AD}1%eGfC@ z>o{q7rZ~`vrOa@QbX&Pcd5#@^FubfS*Bg!+s0JM^h@$I}L7>vhdKapD*w_bk*H!rT zXS2*o%AGz`m;t8KAWVjEl2^b7ZsICWPG18e-*?}M;$WwEjszd-SrT0R=`~Nc@eDgK zQdv_YXt$o>4%PB|WUiHUW($tR{PyX)$qIHgGn{2&1|MT={j&V@X<@z)Gw>G5H{i4q z+^_e`+39|_)>?z9*b!1nBD_U=r!X1Lmvg#y~)7%~$&laT5{B(aj#QnWtp4y%!5`@+2W7C0eko72?cl}W={b+r)7>1ThSU=x-Y6NR||y-pzm z`-NO(xARdN)93)Xk>iFMu1lD0H&#}dZ?NxT>dY6{Lo7n+JV)jUss^PW94G(a;nxe^ zZy7((NX_px8g(wNu!_{%A_$f;E6ee>D6Q0HjWcCCmNdvseyMRPU{#367 zixp2W%Rk<(Q2TV1G8Aw>H7;VL%Cu0kg)C3gosE&1U+VBG<*nvH*RtC#2^wpzdou|U z>)t`YR}1^!0;Uh!OI$M9z*k0La&;)B<^*IGeqld>n0OBaeV5s%CK|8OyY&r*P6A?` z)u_9d{$4$eryvQ*Tci0r<7PaC7;bFePjJzz@IQ8=>UWcs zub`<&K7cU6^bor4+k>g8xEW5|YN!Yxg?ASev`g56ll~1{ui&0oMc;yxK6Uwup^2cJ z%d2=3`c^Cj+D&fgv?Enyg0(uvnU60JP?;nuR=0-Uq3b^Sd2ga5Kc|0m=ma8j4}{y6 z>#wioQ`j{x-{boPYWvt&IIySuGXJ<)q+}rGZg;OHPnWm9&*z^L^kF@NWt3`ox%&Nn z4nK0C52l8BKUoz7%hN=dHS6>V`{0{(GaVYMru1Vn5&o5hKqvBIU|6OgJ0hiO&f*E? z-LMa~6Q)R*n3Hd?Mgo0Q^O#DrShdGab6Abw2d$y3d=2H|)7!j5nI%8lHKKdu=QCqG z1=K8(KGfB2{+Oy9TRy_21G-=HE@38>YQpaQCD;xV(^7K?hTMc11F?9$&$2AoUZ}jEakTDFdom<{?hq6&A&eXDv8w zW&mr^0i@Na10-8&WsRc_e;eZ!$&{C?uDO#sS=ygADVp_T>E&vLmW0lM z4%1Tt90F1{6_BUdgQ`l=)>ErF+ploy8j?xYMg!9%JLUUg54c-t5KNT|f46zk(PJsgzvYxS9Uf`f*ii4M={awYbOk;=;BOL%Op740Fb=re4DRCbC!0IkX(GT9j+gXmkpWMMS zB4>#X80mH5Tp=DZ6AQ%_%K(1J4glG7;w767I4K1>KpODlO7Z@&14W5C@eA_=l#5`_ z_i{9)oB=BHHb-ZvO$oOilX|bZ4j$*fdh0~TqKTUzJ82vKPv;p?}L?bVO z*j7CdQt3f>NzW2yH)6gYadQyv)vZtEh&yp$lV#Y))tawt%yknYL-&ba6*gUKs&S4@ zb4V)`weFxvOOr>LfCpI@4_=zNUZD9v8{gCA;*M#MvIBUB5jDTX-U$;~31Z)up(V&1 z>EI03Grs;=7`=>7c~~T^z33=?P>OGz^mI16ny#4|yA;~_Y|j2d0JBm*^Ek^L<7z#6 zA@`z4*^RKvhK?bXxf*b?9Kku7z738MI}a@=<1_zos$`C+mN|BlXjBqt9Qmci@G?bg zKBVgb=pz$wngV~|o~qp@1z)PJZ`70ytDE9wc1#ePPa@6R1=7a3l|-daX2qHNj7P26 zFt2-2c|VmS%%^U}NQ3do7jcX#M~KnENrv#VbRihf#>t+0zMMQV74Nwz3O$q~PN!3} zBW67tm6Yj?1HGpcF?@hcGbtxv8IiEK_X~-zDb5n74(YWC(IO}Ur^@-gShc@dmjIJE zP^Jo&0h7eabdrp#baKSBg*jTjU5&vb7-)!fIYKFqt6UrqpZEIbkGGRjS;CWpZxR@?rk(JuX+E6+N*E z9+IkXyr}kdeCz9`gqo5dn;Jr_)@W*E);J1CnW6nKE!+NtnZp?qf5`F)z(p1gS<{nCc{5^G+!=arPB3BtJ+|UX~inlc&(5f8o}B3|9;Ef1I#M z{ITh)i%auc7m5s|Tk1kN5?f%+1{}Oy^3qqja1+kDFzpReIlCz4+J#)+-cBd0FO#i3 zEiiz5y>{=ArksFLYcDKy@u>tnVe4XYo@eVB&VQ_V*(ZLTd|BM73rR=f{iBAG zmdQt|7@q~)X0COerY}&tc<0k&3YyC;^mg*J-tVjlBE;%#kXt^$pssuQdGh3C^I*0- zNvf^w$<-q?InWgR2b8&|1#^Tf*mQeaO_AEsdR&c9y{^Wjo>yaX?`xoP4~)2uMT8f< z^vOv1C2L0_)LOuLYYp%8*cy#xIyFL#WL0Wt?qc>$4-nWVjs!NLMaUmpyPFkZR-<|l z)HJE=90)Zwmz0Acq8Ir+!5N%s!FY2q8(poTdTN=KUEnCkWX{zV`kx$y%?!j-MY%+V z=p8vO_RfZfCJ`cug>-Uf!K|0D=&dLlmTfw*f@#g5$E?5nviJl`3Ov;^`gsED$`CEq zcL8|aJ<1Ol*C_=E*|4>Vc#<@sq4b8I<{cOck(?aI6=i z=oWf6Er8ZHe}ve3_YH*S6=1nwTCsqZd0jr=3W#^~H&nhXiw}Kf7nnM(+5oe3phvIk zosb2j+4-a+uYk}|+T|)h%8&~{42KY-|M@P2qvzEg=Oh>sfsn^tsRIY_tHs7VP6n7d zu;fpFD5A84^=)VsDvXJy*Xx)LmXZ*aa@@{}0@P=v0D-s-+g3Y3iePk9ewWLYcK889 z-K3o^1>grBi|1pXfao741=Q*AkyD3i@YE?#S^rK4OaXDqO9LT(hL?j;nAX2Gt}MnY#$0i5gFc3RM#IC^MO4;-AuEKl5eo zUp_B_YGe?0tDa>7dbtl$bB|{=Ov>IC;=Hn*t(p5`c2%Z0bthBVIvLNZRf^Oa zDWM}s!U8~R`!JCofE*@D^*l`FeWjSC)kW%>nbr7| zQM3merjk+~TSr*H*F@CJn6Nt7d?`0-F$Rf{PPQScbCJL_$eS`yyCpN3IuVmw22%<4 z9yMNMT+>N-cLV`xIrVzndUnx$;ZT3mjHTeGPKc3N8_{dl%UqyyO+lTJ))40G~Xphnt3 zXAP%h%oEKT(>cGa(dqQB$?AuGH5awqI-09d9K7|Z+5x)GxmitDG$D=3`Qc8@6^_4Z zTp*|s<^Fk%>uCDzvKd6}DFm=$xw~{I)=+-9U2#yTFTu zOV|P(By8$it1?KlT0zs{NgHdv}!;+&#$0DY+$aSqcMHs0D(;|klS0_rsQhlIAQ2n^tzDcgVeaJ=CAq#7P$vg zjMZE&)Yk|O5q{{yvR}>Je2tyRC(J((SljSg)-;}G`Fa?u0_3tnZpVxs8ulaVEgvszVonZ>< z1wKEn7pp-Uy@Fgf5-ouSP*i^$K?seXLyxO&^?R7m)T+DT5?xR3+N}_D{)05yySCZ+Dccw? z5{20|0UfdqV>Ln7U!U8j8p<=DHl`dpR$ayq7%Mn5=Q??;5Kh;-t&-XluNHc;yp1$7(M=oq(Vrs04sJiilGZ5oOH8y)M3Sk733N|i zo3FYt(i!5}{1z^828ehHIe@YSHVI#K`qXLE&~kKKeQH^dT>Il-H7BRmVXW4iVYF+E zh6&iuR=j5gTd4VRd4O;?e;CHv5#@H6fcd}->wz;&qj|8V+sY3!?IuD0n7wL6sqX96 zOULaMJ*Cw_B;>C;DXF1qaMTmlSo9X`^9NW{M;<`Glq)JA{mRw=8EZ0t!YS1d2D_6v zd?3J>plTXQ4Ff3I7B*NqYJ?#o*s+=ULX~4?r*>h8C>lUiDd2TUoIt~XNcIsGS_Tmn z6y1IRq1)b+*xPutD~DwpiPPw>SN9uSsA=QD{PKQ3gvDD3IFX+$saM)!mf1h7+Q~?; zq3K6et!x2OVP4}vx}6#uzKuCsf4jP$z~4w44T*2Egwnb$hR&#A5)7-&1~%^Gn*>E4 zUMG!n{ks)LPa|Cj7BxM4bPes8#Z+zOQ)kVVOl2w#>5lw}e~{?%v(1%*1g2hnj>t5r z&rngRij8hv1-mFfbLai4P4W9=(?(#RHIw9O*+iI>U6%n5cTVqXuuXacNGQ~{4W4wJ z9}8)TUu3gylsNz zsC9*_L`^K*0zltWC+3O(ijFl>`g^;a)Fw#kwwg5wHEq5q(F{;Tai&d@m3ejU)+h7r z&6>csXfRlzdvDt6R?SR}&LKQ^^@s4P=}E(CwiH$=AzgIXTSU$ zup8aB3M%E+5Yo04b-J7(#CVV(TC-QJU`Z6C_KE;9Jbe+>nL}eZi1U{uYNotgQKe0v znL{MQc$nE&h0F%{6=uA;ZP2sRV_%OuQY|b>|M9WTB=4VVl;pw#_}{VXuDPgXsi9^) z0b-(_72kIuXC8JT=W@if3zBp+x$MzAeoGgwuf`e zNj*cy!b78UII(z}tm?&=^ea?%Zu3o3!=)tsU>DnKY_ZZa-`tIaU(sT@0e6oxCTBPB zJXp$C-KtvHOh&=UFT+(7))nd^%gD9?-b{2F0dF$cS~SYzIno25PT$fPuaojwc9`Ju zD}0OBeA&5yo0~RBP+>@0HLFe^hLF^zpVP-s&6lQoyP4j^=jnckhWi$_ncXKt2ZbBi zW@Z4pF?LHi=$_>%>|4Hb(pBaA~sYLD{^qPSrQ&2Pn$s z>Ur8ToIq{oCZr!oGFd4;OGxX9XNhdw9LTN=t^-8;@P5CvYCm*{y5*#GtHC|BTuoqt z)3anU?S7WZ5*sLrW~2d}F;bm8r*qj>1yzEB6vA|AT> z9om7ksPP#<=a(09Eh4dNt8h z*VZeFV99n2@$e<~DrGyA&Ue`>{CMVXkF=UchdT%Ge7d!6Z=9y%mVA|yi5+>lt_kvO z`T058f@BxHQ-QC+2OTp z2GM!%o=hSJDOJ-!Y}V|t3k*_~gN;EFTf+y@NliUS z;E#+B;-PCA#PO=r%^~~>z2y*rn*$GKAdz4Ydxjme9ik7Cuyqe7k{akRRhC=^bK=@H zh?E30h)r6kK?1r7|F6Yv5MQoJ43eBKu_qqHY5^L=(plRelCxtt3$X6km~=?TW*8)} zY3&)b8nT|ae5%D&NItYV-!$?^^8N~A&Hn4!_Vo=m?xWN-8aQoehLDmn8cb}5EXp?U zQmoZQOe^{j8s`sEl;O#2>K+>jfCBdUhlyNh8c0H>;{!NqIdBMjH-P3ie1;_NmD=U+ z?3D&cI(wxyO}N4{P*iuNRJY*uJsu~Z1x1ZgPiUhc4`Bo9iJR+4E_s57&HGK}|+ zi066t575*$itF!))Jd~*n&&5-6*dTTI~AR1Fo~x3s7gAgCEG1EnROQO#)u<0o{qKf zrY9c4zU2ddhe>3h`3#A9wyKJagNjCpSsD1bnNN0&+N_GBt17vU8>|XTC2aAARiR%m z*R2fC+?S&rWx_Xbqfi6>w5lwurR z+xcxHB|8*u<1D2%&YG)@)A+3mAj_;8{ASJ<3u<^$GD~V1A}X5ZAquPD5Z0XsjG)1CAhXPu>n7q@uT*Y6sj9w5}_my1)Kd>SSP zNZ3&ipgGUz?AoTUItw*iD{p&f2wVMT$vA5cvRYo+^9|Cd%!61gMBUd%6 zox<%K7>P4jZfl;a`5imr>p6D)JWIkwh?>aiWo9Kc*0(?A6tWr=?5#D=8!Qq_E);l8 zx=D}}#<ywpk75Yl%?yETu+$q*wWAgP&@Vn%VlPPAl33$>L!U3mI;zS1Q^R^!!@286HcX zG!ZX%n`IMm#kYo<7|c9Pc(N(D7QpUNAx$UL1U+ao|w~5aXfTNGHczG+q;{M>`Nakdt zGdK&=V+*yPF+HKs05k8};+Zt?=ere*aDKR6GX(t(e{i_KA8xyar$EF2b4_no zD1tfOUac67VWjo|y}$KI53>s=_}PMo0!D**G`(D&ApVQXDNFJs zT(3jKP8?9y0P};b2=Sw=01EA*DL$fSwMrok>pqqSbtDdfo z3~fEchWoWWh0_CFuYFh3gRh`d-Ylj)C}gC`Ll1T_ha|7$AM9s5iw)`qIXLkAiOAdU#I_vPIQQ=($c zvkheelC=VkxizYwOM9PWp8RZ%#?de=CCFS_aAwqkqgfNHNixYUV5B)mN1yOX4jyJ!>^QDj=Mt{IBTNeVN%bP!-1usN+m+x0dPd(_Y2`xTFJO?_b!lf*a zsRnrek9qS=zjT{EJ;j&fY?>Tld*lco8^aNSEMPK_aFTpdKl0J$khd|26_ zTCJl4TdRHt!sevDy5a6t)Wf*o7#E@>UsAMOFF21FGIfHCs8g#*x`5XZ9}|ztjg=7Mk zS?iTKaK!F##t)6jlZ8`HhGz{fXq?DiGJL&;M&e#UfOGgQ?h4~ISyHI74ESO*AF;#D zrW?pw7=KIxvJkqcy?!i^Wn~Zn$eTz6nC>^2wBZgTa|)b>Ne?{r)N|sPC@_9<(jhAI zun^xA%68%$G)kx_401NsvCyD7r!GVvrwh7X)9li0I@K)`_pA-hreMlKZJDz#o|V=3 zAqo<@(So{gV|+L`2vIbv`^OV@r7OHLE1GOmZtagIq z@Wl6F0-W)_Utu7X~2C%fyMISH)z|+T652L6vTw)sbe(`EP zfAnbaqtpaC)%iD^ZOMoQnm1mQG(#7IjEhvIj6!sm9T4KdcU}gVzohUry52mYrLxUB z7lVi}qw@kq`#mPV14f5>Zg$wvjIaaRT;um_0Zj~Ed3y;*p>_^Ifcd~~&1f4yBY z1Vs*fNDs3NPPVNy5eVRINt;Jc9 zyZe;Xni?Ltb|t2kFVTBQXqJGQBzt#PMo^o(v-go^jSwd_5AZE-9@C_7c@ML)z;=+0ioddku=P7!o6#D#ps&#f5?=W}7wM_=aF276~3X zDYsEoi*<@Js}N1SPA`d@i-tsL*{4`eKLLg~j4w%-YMzgSMCs`9HX(BDVoXO!q5};q>Q0nh9(@ z{2mS_JqQs!hoNK01ehuH;D`fS8EnXv}w5Jv?#`wKlTK9UkWVG{=NzoeDPr@99J=GF zhtWfVljHquY6dAxgFu(%`jVR(}^7s5Wc zyXK({kiIkGW|Afoc3%4dk5G)trbtoNB0W%{(&Wha3@(*(OiiU{EU2i{%7Ah*K}6H+ z?hs3}2jo|;D8cK~to4tSAp27%u>i1y0sx8Ft_64ROPLT#FJtIasU{g>i9{NtVm+oL zkp@$NxE`tiC<>6wAy)Gq(DLd5k)3Pg0;Q9o{T0%wltiEi@%YTyl4Su8 z4~4r1W_n&XRlO8oaWR4whM=V1sdT#;t>sIxTP|b@Y2ThH;tmrslGMZ*+0yn3iB{+k zL#8U6(#7R8>|?U?2*jx!R%-TAOG-H9F!1yyAq{U3i6XEenk3hj$N*A&+g!DHw_r zh&?Ey@9Gc7sCvn$a`9!Jz-+b#7-~43;U+ScSssOz2W$uC%bXj>ts<1g6tH<96L1_W z!pw5y!Unhys9uJ16lYd%9G-9H6#6ihEt%S7qAnn@leAnYSNnu0vHZN00I8qT4JoCF zvgRV$y^jQ@fDa+?+#X-fM6|-tH#z6M0fATZull7vy`ys<&%T{K33a;N;jhAjfaFD~4Y4nx8(l1T54%~l0Rfs%D^_&e5KnLe!M?=V#pgih9pZzJ+Z zn=8tAOC~l<&+YX#o2MMX0NJ@1b+IXq;OS=4VPYh|tYlrB(zr^U?&wB=%*^Z^Tlf8?Gmmj?Fg3Uk&- zVVI|9{I8fOgLtl}E&K|;+OMxkVHJZRvb_%FwJUK9$BeT%HcZZ($VUw&TUrH_dU{?; zN$1G>d-7i62;@e-3oUl5;Rzqqwjm z;L(&S)D@NEsbbWVD#Dy{*H^FEvZ51SJJ-*DNTCC0uF-MK~yE z;Om4rIJE=f9KS6z&<4?_UmVm4rtpq+fF;JpbUyrL{S?2)gCJM`-ZM<4od>0~^Dy2H z01}UX;Os)?q3`hC8;*ZYmyc*UGkjxVHBPouA@5fFDb4K@4IG!Zz}U)Qv-yeH8iZ+t6N^8^2hYlDP6AoIQDn) zltu+qXP@6rP!U>ePi7SbOYb*D2Pl|EHxo(vBRfP(Oa>#ZY1g37MW(DWbLhiJ2iv^) z9+TfP5ef*$=6ZP}0=>`)!~`3lRxJ`snqx5?ZO@((bm}F<{N*BXHaw&Ebrv2dom+6w zRY=KmuXunbTC<>}JT!vRb&h?@MvygCLqJ}+=MDT-hO<9Q0d{f>#rWZ+QTUhiBb04g_Obg_Vr}xnPJPYU&8+c9;&x5 z6yiE!HI#i5oP&LtEW?|MVo6WTL^#f0C$}(3E8O{pr+7-txCi>>veB18Wk6=o)X!~j&bfa`Lcbj~V5{*G_v>)z082*xXThjYQ+X9g42lSCLrU>S z+Qh=IFOP5c*tHm!&k>9+X&L3`ydf zU!Sm#$KqquJWvl~J*f+!9AEIvF7*TTKW+U+uqoZ&L9~#^SL)CWd<7c;J7cprxorse zvXZi_fS9S!sDY}m=1o5LnQ9XsRc@(iSy=*I+L8uLdtC3NQ`=rjEv%*2!jx2T@YPDL z1GaP;pu*WnFe^@aWekUGvBDL&BsP>%7jEV2!b%#H(#$htuQ)w~rP2eIWKc>gbeRA% zC^t~)GQio%Vc_b+n7FxHDtzzNiSl`HKg%A%GVTFOnW3qM(zn~?3e1>Gyzog3>oW$R zaRvZp9J%A~*Mo^;{-+m#esUG66sN-x^6J24Dq)G5V6RcD>w^aU`Iql-T}idq^%^z< zCwN}~bc=SpqEIZDK_Bw@3A--pgVxi} z|K2lbO^Wmpwtiz_!l_pDS9FEz!~^beVm!a`LDTs=_^KQwtpmJ;*si3j!peob2f z-<43Q9#A$!{IbPz@=c+DAFp_arj#!AJWPRn)UHOn#7!+6G2KU$e=l0st1x`1c$y0%iWsOH&V}YeYu`-iYK%{|ho1=3m0eIiKFeZGBaizOb+$~^R z(&2-f4ZmKhIq#HXjx*KNG#4K?iwwG=1tE3^I2eGdYjp8Fyw(fGSrKNBnhp6on?sv{ z%eUX=Q>1lziy6QSdtjRc^n3vR3U0EAKVRAJJ;F>H9-QOxhN6Vq4Z$ulz*IsdU?I-q z1tzVyzf!J(cL1spRXmYGW`PMH%fJ*Nxf;d}j7E>;1#}f4ZS+e)`VhPOVR&q;5YPt6 z0Jb%<@WmWL5k?)l-`Smkn7d7lC7uSqL0I)Jgga8cI?#nOCCrp?WiW;HKR(+ROm6(p ztkLAbf;a>#dP@V54?YlAYsDOb0mc17>{|*S=U9R!Q9tF@TRKi=ad_ z>aYm=8Rx%WReSIBlqyO}CC0Mh<7F)4xWiLObL7*fFZy&h{C;A)(wfkU7}VB9?V-Q zbg6lQxw68e$N+1SU+2~xi4ZMYrvLG`B^LE!Tqrup}FRY5NjDOgcpK z)+E5tokNUGBB`7(o}zmx*r+YIZOolWpEkXsB-l0$r~uB`e4TG56#+KSYcpsf^&`dv^-_K+s(2r&!=)S`P)|8yj z@B!kVI6$_A+}yMSm%D6}uIT)4#} z%eqJu*yTBG`8r~?XmiE9T5m$!y3~SKgV5}H1_MVm7Z7zK zBu#@o@Ley?#NawFa$c`{08gq1Mc0g6`WjXk*Kez8shJc>B}YoJ*f|=?oM9|*j+l6_ zwD=+2`@Q1csOmw zim)T)NHY6MNK!JbOqnCs>l{pG0Eupw0_4ta=W-HV$QAk%wh1T|G!{8rZX&^n$>Sqd zTKM~d;(~NIaa`chItFoiI9cLw60Pz<_n}AQ+tFK`{_qUp+vP2eyr#A+@QvSo7QmMK9mi2E|;WHMtOI6INvniW=(I0AW03FxL) z0+0d&p3ksK$C`-xFh9@h`SkFEus*cs<3q)8eMm|_M4>gMXHa6$5HJhaDy(+Mu{Rr_ zO-Tuf0SeIx?%XV`hPX${U_LNydNVsYUE(AkUH(}@Hc27Ytd?0h<_ZqVs*Lf`#$~4f zCmDSacf>HASU=*eiMzAOof-$$ullz91!cOSxb^rI?Zp*&y>t$4b;P28I)EkR%QNP% z6k>gBrZuTTY#o3m>kcGI3C`h_ODS$0+!aMeehh481*n~><_CnzG=*(SOR=|;Cs^C1 znB8nj-0vqd>h8py!r8-vzd@AX_T3=5_TcsfYq-yGl6HG6D_c}rC|lSlA@_KgeexEY zio~q@Fw#Mx1*b6943V}47k%_1+hJ%Se9BC8=GrgC9=%2H7iw6kwAsR^+bKpLL)6oH zkmHKF-?Isv-)y$Y^VA4e>K@k%j9L1VB+rcZa2YsTeCE&Zlcj#I9@hGO5AR`wUqMz{ zGVpRvLs9D@@CUbISgqyZGMMf8Sl~~tFn|*e6oxsRecvUZzW55>DrrZUfL*KL6UbH6 zs53noJit_14;iNnexGb|p;DMfLEAU;C5P_l-9$qeZ2@!3?fQ0ia=Lwl!=sn5NIIb+ zQ`TPF6H_XZL)th7XunRK@=rgQMht_s6Xhqz*rIk~<`ft6>@6yRtYZ|{A5JM|eh#ub zEL^t@RQV*D2Noy;mrvfobCMmFc@IMLb(6yku+B@Rx`XVf0Vd;E`W(cf-~gO1lXy~= zc%k131U~Qs1h!%!rW163Gc|xI`_i?Il_MbJ#8f7P4t$*OHQJOU=0zRQXma9)KSVi~ zVkgQiq(k|(Fho@2;JtJ#>bmH0N)K52mO5c!rKR2K!MiYhG1FOh5$v#0F_%*z2eXv| zK4p19`||Y7_zp*jx_J~1(99Ie>3ljbSF9Y)ITzd@zEw%|3^Sqniz#E#PB*rnVNgrU?X$XfR z8#3*jPzM9hkK0X(B&?yBttmV$&i0RS6>G_3vx2wxK?;8=!29(hW+wV?D6~U3ri*#L z5ax)>iaGvO-<G|wz4|h=;smUCt^cRr0_790|>wzl>F0zI2 zN$Q)&Sasy;v89ptE|a?~y0zIVz`fqig6}ZO&}$#oYyA9<8wW}h=f5_a`nfRU*qVjd z1vJbdItgJ+t?K?_f)Y%!}x8-eOw8c|TxeMpb$o$g=k3 z1ewES=*kc(KntNmz;hn`mJ}d?O{lelc1sqwrrb&zQaFbFj78WhDjO<&Qwv$OupgOQ z++<1%L%;ynjsAaJ=?4dto)GqH*wI+)NmcP`@^pFoJ3%ab5A?|6=^hLpRt+Q`e8rU| zM!mR_Pymyfe#?2EqWn?{6pgKsO=t<@-;{xJ>+(ILOa5yv@6Z9b2L8kp@z0X6>710o zl7LDdqNc4($zyy5To5n<^ez_$F1psAVeI{eKg@>isg;2O#NwjcXLAj^{vGyJaJe%5 zj0CVfWpuvz^vdAm=3YkJ3J^jqWrpU+JVEn0fHJ33Rt31pqwUvB5GdVX2Be^bdxa?T zQGTaDGI z2p#`1N6=fgIno&O5~^*}Ye7v?wI)#lt5L9xY$~vLnHntqKsntSXO2MWZ`X=apGqe< zE*+0hj~zj-K^gtZJ=Ai9rwC|-yv)~ZF~AYy#uN>W9hUEW-!2UCX1$f(RT-BT-SlZg z)I9zmaa?$ZmR2nn&{sUZ-vj`yxni7^r>nZ0KxvH*_`Xo2RsVXe3~{Lm`Cid-2znnG zbBsE{wROInFn#M68wx#>82cRgzI9H3sg)0u!H^U! zH(VqYtL_#mWec6+D_Tem>Oh_vSrFgX0!v;+R1&7nQW_p)y~@xG_zF0cicHC%k0C*p z+d{q*Gtbf;5QH|`C}G9ho;1;}l`$q32BF0*Et&T7%M~uBm5lme&E5@i3^!S5sHnE; z%x4B+k-HH4t~v?mBB+TlCSSPd`CwqhmiuL8mzQS)F~1(@4Ge{sqYGHm*e5CN{1(=M z)~bD&K9Ww@0!@e$kCt9<3OYoIl>(bSXVWAc@GRsZeCeB({8Ht7H(4xkMezKAzrU^F z=UpLYhKrd5zQj7MfCMIbz;Q2G(Bi7G@R4P%HY31F5did-Km_!nbN&YVHb$W}g|9s9 zwz08id?UZe9T3HqLeS9*ki!9KpK2!w8El7}3CL<)uE>Qhsb3{cfDwiSDfFOud3YJ1 z5QA!<%SVyU&MTHUw|az$C(>uu+Kb_2d$*ZbFfAt*vm%(oOo!x$WM(WPWI?5)&DcxE z6hfJ>yzd_igcb`B;wlOrmO&DYa7A9h-U5>gvd9?**#YwO@`V2mpjkbUumdQ-HdmmR zk_|AXreVbZnWgf^09Q8jXQ~kF-j}2In0>7Mw0Tt!uL5DyiN%jP$R~wyK7yyIZ)t`* zlB$gd8qR4-!0FS~6Q0+woO>WmLp>O@4iC7lboYJ@o~!9Se_RZw%|5TE`AMCE$qZK! z+Nw}rrwA)(yOoa{%e};=c;QM_LND>5#Cg`AamLnK@n&BVpi89!A&H&sYO8z%L*O`jLJcVoec_Gq25sJ%qj{wi(onp!>jTxVBC5mV4cv5IUi3N#8Tm^>BP@Ez-yIU>HyVqT>;`%L6wFU@>M9o=(Em|-#?6Y z_vqdDWfib+rJyv|x&)m)Gwe$^&@s@yt=x%#!dSXqHkfxps+3^e^}$mC+w4PAK8L5^}wm`O0}>BMN#&z5Vi04 zHKQ=o7p^C;mqq<0qwnXIqFr=RTX>LCrU#iQN(<7$ZE<4W^3p>e9e|{P(va*7LiIJr z^%F)}_7Ei&qF=#tl6KNNF*Fw&9rAOM#YB?U^pmss?klrsatu8Xb&#o<4U2q`YbdM8 z$gn(v_znL@R&ZJ2x=Az|A)b>SKbES@RkkTH3yyhtKyL7@plBX&PN`6eR5jU5BCN zg~(%+ueINy4i0mvO4V819IB1aN}kuf}Mi#yJZ> zC5k0dPRfM#-9)zD&Iu&bi=0RYz=UjdFnwR9s(_-5mKKGyf^tn}Tj1BP=qk!2B3YFhBB8aRnHw-Q$q)4lF7WWn_dq@DxUZUM&{ZB zsbW+t^vI-a2r$xlf%~XXmp+PINjUA}$Toz-k_ELU8fvl(Ww85{0e~-!j|D*?z*JBf zb#_|^vjL8(3ygGZi*10V_KC2n3K3b=AtF(UEj(kR7v<0Hx<%MvN?RK+%!cw?05S0% z2=|(F^)XO=T;aLf5Vzg}kBeRKycB|2VTIF53aw`GiIstkQI4(Ke z1|VeTrD1GtS?lIOPS@YGNo#6#}=GTGKBCR1KSQJyhM|6t)8NO@&(wx%hw3Lf$sWV3>g zaR_x8$4t?eC#NfT*E4e0d|xcrH|S{pF<=pBIm=`)**gHcpxXgqf7^*KV*;L;U(G&A zX7Qbpa1@=;$6ybwx$g-JgRA4sZ{v&?=D|Ce5x!^_AjL5>f13(W*YLj4d zndOM>3A}mXC>19xPj-u*>83i&Z@nO+G3xOJ>f=&2e9k^3Us(@Sm=pGq>m9A60^U@c zxyHDRx7Pi=q^el!{WUwCK(9|Nqw!?#qO-v4FeP>c(>@+g6-f3%SU|q@aAR!BS03zN zwL5}^>R?L&vYUS^sBEDzD$Eyn%nEg*^Wp-e>&3)!g*T*2ET~lrkmPbFSU|HHkP>89 z#>9cyIyF&=b!!hDe5MN-7vMCbA)xc?O&;aakN&K5EQxR6){<#gPe-Hyi|R{(YR*yv z!pt@T04fmP;tLQ@*>;=(zSR~q0Gtp7gkC?uai1>4oXYg^H9VXQ1ms;gF9=Xi3W^)c z6aLF`dtj$t1DzoqDFkw6fOKLC>@p?2G$QaZsk{pqPn5kdKrwb>H1(X4VCp&r!XA^p zpT<;<5W^!ow<{4c#&-e7y_7_OOda~vDK!ibT(ae%w)}&XRIg?$NStYB!AvGEnQfuR z{a_2w1^4qshmMM;v@g%eJf`Zgx^CI7s;02rLQOGbra_+K<4ay^ls!C-Zde%VgSd4{ z(7awZPG=w8CT(p{JWWNF8u>4&^{e zn=0cHqxmzY&0NNUp^A5coj|GvPWdp$mUv3NK<3}jMKOx~%C)sgQqhN=Y_Ds{@gJ0j z3!}4Tum`-KU}zK?xtfZAe9t(oUU`v)!35SSSWaM2Pp!JR_@YyN}~}$~NYBp0dk1o(D5&x_^2+6D!2M(D59lwda4fwU1?tt$i#{ zZ0%!tVrw7E(`oHvnM!LP%aL3AKlgvKwU1^DEq63eXt|?#V#^)Plw0m-j@)wF&wsMz zj%Ez~^k|;Y+DG$*);^jiw)W9XxwVhx$gRCv{>j!pnlZHY(LABGkLC%jeKb#O?W37; zYah*#Tl?|Pw)WACp|y|Z39WrJPiXCGM>FNtKAI!9_TtaB_R)-?wU6crt$j34XzinUVrw7Glw12~j?&t@KRJ^?!*ZNz zDz^5qJh8Qp<%z9*EKjGkk7X*YeJn?A?Z;y|`ue=18AEFy%@bPtXr9p8NAtwiKAI`F z_R$=?QjYf$Y<7JhE@~$});L5{GWvM^WFim+OGy;V zB^`Pt@T0TC=mLjJXS-|*!XT^;;AaniIR4SQaD0gtmnLx*iC2VQE;ds*QW1#XQ6cjV zry#7LzQFg2!q@k>G_+Mv2h%wnfmomanm;Mbs-|$mawZ*m!2kIPubbBdJb|wcxCdxM zVyxT$Cc#XvM%jw>lmq(XqdR*zf2E986h9k z4uk!KApA`h3OfaonDKh0DV2YG_ zBnZp^y=H=-7>!9LyYW;RONS4SHu?xisYL+GZ~Pe_ zqE`O^pv@kAM&+BIl`@q3pEv2y~}gdPf2324W%K&|?2q^C0_zo4sC?rHfUCVC1{md}AV2h!! z>H-@ri@k*xNf2-uTkVZWhJj+S5JdTzg;;3H5Eg6n5-kLVWi}=t;7J~?41I6_vUo-t zfN-;lr@3I~W2G8zEo>dy!i^H-JE*F^C0bx5qXL656&}^_tKOqKWw@RHTl^e1`QA=; zpYqSeztud$Sbet0OGDBx^Cn|KweAIx#f?JYBj?|(p$WlCh2<|RnBtJMu-M~D;1>O9 zGlH-cqviV~zAVnc-gPtj`R8BmKiR{SkFts$^NKrMSj{(o`Q;B_KtB3;^6>s$iSbhY zWD1`$HwA{Pw|rO9-V+4RjbGn_U+q0Rwv`6U{;< z?scRwK^S#CjCKW*gT5rAMnu%3i&9YrGZ}cyBwg zXwaPOl6VU#B;#Yyc6F2Owu_c8DLCE<9OG3tPN{`2g5pYb4+9%UKHp4%vt*dxb}b-Y z(%qDo0Sm%k@GAh8vI1gJ*oO?_+b4xna~Z9zzXVeBEDC{zigoEiG&8uw6XRMWMs#W0cV3b&5EVX%1DzLtfoPt4L>-lymINMt! z{|g1~m#hn*45b1?UoR2A7+L`Fl0tz-QL#X?RdfNVe+KnI55pd0ihzPhJF)`d3|nIG zI5eH#>%wgT`utJ=@Er#yQ)W&Vpy-JF2$yimg<)L~+*zG&U;J<%U~m#}hu3W|?@jQ^ zPoZ`HPYn$A_)uUV<1h3yhZ`=-CXrqO3SF^5Wc|0!8@rpywiM+G4xBL>0wgWYc8l{R z?on!LXi(4xV-xQaFvovjlM}-b_X-AxL_Vb$3b>z6vGVkx`7=m(59AVl;i}_u)x&7A zu}}9F4s?6iAYkIV??a*Jp>8&L3J^`xwu>$qU+#C0d!$M`+XCfY9MA3b!MN#fFYo!B zX6r#=qv(xQ(&y336^wAPkQBTl3P4?&=D`Kj9nuW~-)5*bg^i+SiE;F4Z&^T?*GfdA zJpvZ9fc+nBCki!gG|dAV8`Xk?VJ*7LU4XzQSN@+f4dfaakgwr?(gYQKQ9#Tl7Y?iq zFy)+p-823nLp({b(WM&6Hm7_fGw2^IP8r4&C3JrTfn+;JYFfPC;tsjLt!a`RmJKu< zQwjS$xf5|Pgd=uXkFAWBIjEtvW~DiL1CMa%G(8w;UoXDRXXYhHvRI54wW37MHY!3P zqeC0=6hXHk{f6{QQQdQAX+o5OVTclo_Cm)Cz#<(7ptS&9XnMkU7_dZC6Gybl;}=#! znIM&FGw&eg*#l)G^hlRxw{A*#!_-Z!4{nsq9&re%bpR|?2cUXlli&>W;K*){-qiFB z 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%0Dm6XUB|n{zq7%y-o`t?!R11*j7%|MTF9?PMNYIJ= zV~rv!#Gex+DGQlTybQBL6du)+{GH0@H3xK@$5|2Jz4j3ZR~Zq^)a1j#?Sg(G2SUAiRM72nvzIwuZdnHIhstWs~yw-%)6qq7jLA3ZGSrjv9nh=rby|g2#~v#+J*3_b77VV*~BT z3}Wj~)kptB4LwPDqyhN^tJg;y4dop6{zmdxo4WR*4LgO=-!h~xq)*0abq;rG*(zUn z;0qcw#s)JYGz6cZ0y##Ssh8Q|d80FCLUb$|C}bNhd+UH_WIdxlMvKRpIj}@x?nlS+ za**q!?Sf?HV9Wvkyf7mvZo`q=fkd9zhME1;H?H5yz52W`eu4ecsw0a}fMNtGh;hN+r+) zXei1Pe@_1xOCCq}(g)5>p972LK+~c-f?G%pwoV;qcCa~9o}F0Jx#tcmt2eW+Ne!DM zJ<`Ri4meSa#l@@>@`J^N{zX=40rJHR&3Ge@q|t+Lk~kI@|6Aosgo#M+B1Kk^=?D)Job89q1}Xby%d%S7gKah!nzCqyu>7E?|%^ zkNX+`eh_EG95pV+oCj{^W0y>9cCcH!jXsyE=qG4_Phl0(W6n3{EB%U;+1zeBt?ay} zG1_mTPL18m`YZC$=GcJ|M|T-TRvv3CTOStpIX?1f zANsh&eIAZD^&=N`{b;$`+ClDWcr=&Abp))~I2<3XVx5|)1!2@OuITfyy^wnJL~slH zoj&$)g*;(5gv~)YD2){iz0VklRRFdgS{&;R?qU1TR;(Q2cwV@SE94EWg$;m|1h+{E zy$`pjFXV?22PdLDdI75l8k63i$KR!$^Ra^w>Xerz*EkZo*+&GUf$+U@Rl2Mz#*TP7QCoFsqGh9XN=get_4v4PPEfCp8@Iik4r*jpa=P8tWd;t- zLtimR7s+B3fL`_TLIpA^T)S`>A48nRPpOML2 z4MiSjUiTJ*n{gU4#TY>o!*_>=m&laM91;o-%53EnU`er3Ar{h0&3RtRHDmXiG)-Jm z9-e$W7HQ%$b*yu&wICiUvNvaIFm{a(XgwC^XjW2sIF9IJJ;d(bKGpM<)sJ_E3N3FwXZ$) z@=!SomT}lAqr<|^o-OsUhY>e#r48=Azo1+w;A~kgXZ~DlaCS3unnAyA7~;HG&aqv9 zUCMD!L30|%#&NN;YTQ8cGEbcbpZ#S{JIiCGc@6BmXycTerB;0lR~F4T(Z`D&ZO-xW z4WHHH3=ngEUztvMDE*piuPjMwKbOxGb>K7V2g*MV$K#|`$!*h;>)HYAF4b{XlIt&+ zoLRNLT*l7H-M+OM`h|Wz-Dz!UdwwJB|{UjgZo=faIlosGS^)BuEWs2usfBdj)F zOPK+j)!gJg-0qvS^;43@`sJJQqD`jzN&2lH>agt$qR|H6w|BvpK72*>#abu&t*gXA zlM~;K-mfy8qa3Kq(5S)?PrcL7g|W?0+^>Q z+&7xp&t2#rnGe?b_mGYGlWJQ-$HWsh``~NQ`Jt_~WV$}->p|0r%%PkKE>vgUwzMud z(J|%TsXknKS&bcM__=!d`t)aC`5DeN$6bCIgK5(vs+Zjf_VshR>EB&SDfj#39P26X zYjUBMIlVbiXc%7>&yc@Yq*HRaapvl0bFUD3K8Lw7=xGm6;Ok>fw*IR2Lh4sZ`&y;B z2(ID3VMeIiwO={0i=NXTMw;p4i_K0lv;JX~E?3K^o!wAJgpGNpK7))$KjUuXomu^y zTJEzBycz5{YABkaNcQT`wRXBCZqo@h^qpYemwCl&yGWQ@ARQyXw0_Yrw}F0)cJ2~) z>&r^$!Ffpzr{EgynHA924|@4_hiI{}rts4duEyOa zyG>M$<%buPc1m9IHHc@Sf8v-k*K-WbMRxAWrW= zTVdR$e$fH44HX}R!amL5mBMpi_A@^!!hA8bHfSm&tZwWRXb0OhtX%fI`Bq44)_T0;#2P2`RpDsn$a8Sy*6{J#UTaPJ@w+Ye8MWs3f?KwJSiROc z$zhy(yfZrM60MrdiW#ga=A%31M-AV}k5yU}%rC^c&)=tRg zazE$I&Usn+XtO>$C+E@MSdzYrmFu&-eoL;Vl3A;JWiohoewtyg0gtf%u_u!zv6a~C z%hu8ux@m{>2It+I)Y+n!uv-I`Jt#Y8Fw6BC{V&G%9`8zJ2BBALU9OYFW7}lgp#^#m zc9o*vSljRg+6U$j*PCJv{MMrOv^s+YTJ;Xa^aRtLFWj6N1ROKJu zW~~ih;tYmwS1XtZVgB^-p z4}Dm(4VNeUZ5j6`!1JK9g>6Hde+%MwE+NjgsjTuEDOpi{KGSUz9fVKk9%jYi{auxt z0V>k7#EG&ZUlr_*XlHjF1y5DxqjyuLJzMl%`sK?8Z+koM6i3b3-p7BLQcaz=;ZrAX zZ^Nf{nLa+{hDm8dRQ+og2?2v$$=aU~R%ux=AYp#m zht)r$fj6v*E@G|1$ipI4x^BOZokea~FBd*EdjvLrm6CObM6)N+ z-~P7Mk)b~dFKEZzcxQ51dndi{pc8+l21#$vsh!Z)i-WE2gf;mpvRUZZYi+^D^p@o4 zRMQNX zxArw;NRy4Sa_f{I(|5GC-)mA+)%GuT;xX!PW!=~K4oh0m#$D_43} z+WK)b&cWaBQOa&@3ELASBK$!LftWN zN07WV+8g1mz4V)bxu%|4*hTNQep?o1V~2E?FLuF#aAq5Gd(^oiuDTXwWx$NhvtO%f zzLrfNRziP?QbTEb7v7>Hg|D(^`th~x>Dsz4J%#mB{Dbs1aX8SEwI7tWVY*tjI>w4y z4MyL8!iw=74(AqJtLkrTrPZO!JHxG#jdi$s$)hHf*jcO}%ARs>ceHx-vh|zJ^|kdC z?TsvjG{F7-UFN=;pNyKL41QEjg>=hOk)%QRisyU!v6fX%!H=ZgW;NH?_)**K@l;ea zT)kE4T0(*AA3eRMU+)x4MZsJ@AL267I7`9>p10)pK<%{*-KK1#CxUWp+vAcvRuG+S zZC1%$C8~Dq?Qd7otSgKH<8z?GU&^-tBYNeKo-r24ZT|;0ivhqBqQx%~*yDh%k zVR}q=T=e#rzPfYFF|KR64BI20kUh&TDtnh(MB!=ULT%mH4Hf#(joY=quGxbfW~>Xn z$D-Ste2lqo2G|ej4wDaw(scR86Xu>;-SxCZ&ilJ}PW>`vFobW%UTf&vvuo2~Qa#wVm2a>$jw>Ci)nB9CGySU4JsraJg29T#L4bVNtZKfAGx@HgiQB zNBy>#LSbmuU!h4K=Q}@_go6VXTrPT1b#lPZFCX=x>{riR6ecdRJT17hqDeh8S(kny zrM-uR3y$FSgd;4c!5eCZFntL<QJu(4DZq_0Ujo{Uw?XSc7$()@l`c@>Qk&aH2kvi_=;E>^{v z8?M0{%AHq?YgFMJUvMfCM$h9g;9DXbC_)~NOY5ZJ&x>Xx={NQFXbv-`6n@>9bq+b8lF%qaT*Ui?Wf&GzQb~#_8`U?@9I2$8});;|lB6?vdZH(8m<|n1y~#>01S}HN*U_;$K$o zmy>>nr7K5vYc%o2Iew4W?;iWzZ@-`9ca&{rJ?(hNLy3Qq_fcNAAa{!-$Dam00c?z- zG<-<)DEIRJ`MWCisQ&$?uBkqxzu%VP;o@YjJU*tzxWaiXL+rUN#EZ9pcudW^Rb98L zCGxuPKc-WWx>Q-;|HY5Q8=v^e{0uOkWI@%SGT0O0jVitr?CR%C4Y^@X!il2f{^cc| zg$zF!@T7595UK$o78YSfkzNvBREga!GC3!KI$>Dt_7vfKOL=%bSa()*Dd&r-jWc^E z^d1ZY$Zt&GBZptKxa!b-EDRv($h7NLVeUXXq2A$)S@Y)MR!`>}wtfPN)6NHk73IUu zQ`!s!L!RLX22LJ8kx@GNqEdl9q^A_p4DqGZdb3D3-;j1rgUUmWt7?_*R&n2o>QgvQ zOVEx8lKzG>s>xvK^dCdqMW7 zR=ZJDeOyvs6?Uj;FshGznzma>MMsP@F50!4TnXKzfVWsG1B;O zA#$UB5KdCK&GL2Cjr>F!+MuCC{PA@++~IE0ia#5WX$%0y9A-gNN}rKHnyCG#%4IE~ z??JnaT`)|(GhB@#E9EE=umhT!su(L5e6thX3;!p z<|UH~_RFEcw3^=O@LPJ33nYemJjHKXq<^DqNJ`cjR@Sj&@Mx5;r)-^)A;mG|7Ji)+ zw=jl%l6IQVn8*ihP+h`{&ZSL0GNH*iLmxJ6S8b%aC%4T{-ZP;!{`R5G0{ZY0Mxws~ znnV#b`srtMK#Yg9jT|>)x#PANeV)G5*0Q1jDdMw^%s5S-TWw7%?c;p(rTD8}z+fWW z)T#E7cBZX=^$Au__1l*HcHgFqy^TW|eEg?G0o?anKA|7E2$_G$>N_KzL=W=0K*ly4 zM$#CQr-jLMgLp$b{Bs_yxk@#lDcrI)TF!Qk!wz_^X!z| z2Lr~9OP8pshc`xk=oOY<(2Qn`yaP&s2R0kFQWs1bYuLkrjJYOl2n@VSI$zJ?O}(72 zcWG_@P%3mRD*!y%i8A7jpBTw=lC?e!(ug7Ww44{p0I zqYd;3DZG{H^G#CU(n|P8s%wR+Z$&-*#+=x)*M!Y=d`lu{b{igOXlj_+tsJ{I!h+-8ck4n&*kUrkkP_&$g}4Ss+;x zAni@7^XIMensOYN3#K#D*8PHuG1)0WYE6MyWyaA5g$oS&$>m)3R4b>&C2^pX8L+Eb zwQ@=d-9dXREq&;F@+piG10$pgcpL&cGG*gmnxa*aE7Kf)^RVp5a z2IqQK(VPWB&MSTivTt=g{%UF6!>_6i>^h_rOQwv$O4m&t5Y9JM7qV?0ubBg)%r$dE z!RP_wN1CnYs<0W-hB~#SLpB@~_F8g%v|=wuPDejlDOMS*Eo$6phEgt#r$wV#e)e`g z9B=CdpW)$g8uu_h0X|9%H%{8t1hzEPC4DLwsc3YA>hT$?;WEdYl21@+ER z!^C{AxlkYS_Pm!AU$&k%yCUO#(=2i39C1Reb=Wc|_&mzTd_AX;q|KzzR$mz~?^hHG z-gPUbj1Jv$<||-Y=pis*;gmQw)v{4vQa@$f#0p`h!d)D1OE%$LBNM{S+F7{732Ivw zFQ~cIW1_g=pA!@qPpI9rBDHc^o%lTHo)M~(7wNu@0!OK^} zGDoWCT6LlYn59>g=dBD*F@D{H08iTOU<9xtLN2gc)1>PsR#lA0G~sb{@5Ltfb>p45 zxq;rsE<2+Y1*@Ef<1^%7i(yH*WTdf1HuRBr*Eh|$GDVjJ0ZB zedv(tL8@sV>oVrfOKtCk+64@n4$TiOuE~-<6YqU_PBdZd2Tv+#)rY*P5m~QN^?`Pu zUA+wRERq5iq&9L}ZL->!OBmPcDSfsYo6gr7=<0@pg7kTuQLmnOkT~-&R<`$7%d!_d zny@K9H88K`l*%Ky*soF43Y}wnh5$s4O+@v2WeyKL- zCzbx>TrhSMA@NH%8SUY|E*pUe@LVES5$Y415-zg8}$hA6!%%cGx169 z;9x5jLb1|J6vq&`>AY|eg7Gm&vT^D ztY6AfjSszO!?fX3svT;W1HBb_6s{)+ZH%_5`fQSPtRMHxfPop)b-Y`d*`Cw~*1^jj zOT~HNb??=Do05r0w-Gf{$1+9wc)MHtXvz{sdeGd}?tmcSG;)#FyGCS0@M-6Ucf#O( z;q!POHDis>e|;?@bvr(5Eknb$q<8KqZTE7+6K_;=A2v59)`uYWXajz)zC`&+SyKDc ztCF*W>9?f&4$Cj`nrxPM^x&S{ORT1WE-NVLk4{27U(C`)BZ0F zYdyKOD~J1h0vC2;tJDNX1L7mkX`=q*bDCf^>+4a?dzb$W0?kr)+^4md3wh*g}^aG~V8%bff0QyaeN3@#M9<2>mXd^WoHJJReg}o+@xMS3}a<;ND%d`oF-gcBRN+PZ^F6<4hNxHViwv20&b|8}(%)z*I9JJ)Eh*Z2|& zKGKh2K~Gfqqx+R*3U`uV=AqB&t8g(Jk&E&9z3es=$k`~ zsW?KKbMwn#)a9;r=yOw`l16*|lb7YVS`^+h263uj(%iD7M%$_*#@s;k2CCe*P^CI@~7>CE6r+I+xF1I$c6(YI2U zeS`&U|4VaGYgLDqRM34~zpmY?JkvYG(R1`)Gooy?&8c3rv1_m<&*X;%O>>Q2PN_c1 z`w&=>iIrvyxPejCzO|ocvKzC&eRZ^Z;VdaIgcAUQ;Z)t1Qg zE~mciHD~LcxEv5u!C!`|b8#TAh(?S!=D&tVrYF4?mb~co&>p$GjUUEMxPtq%lVRv@ zsbkC-*5l~qn9(+2FS@p;84aTi#}V5nXr2`r7)Sx5$QR#fgqqWOHg4Ja#vojhDT2W# zlj+K({SwGMvQg$#jALVSvR0OL0_+R2Z1_gyd4)bJWN)h)ZvTBj_RB8iaYy?FJwGdp z=DbS$o~)l|O^Lm&a(q>RiTtxleNk2I&`!itD)|LXs_X?bX?#+-ls+hE?5ej#;HLzC zL3lnbTj>ib{~0OsWz}+AIA7E0jMs(dq{!c?Iv-crlUh5xD$DCRm48dv7F34Yy*Yw< zSScq|a<4Eg3*%W?LSIx0)9e?OIw$zkYWV@R>VWXG$^p4NW`s`&$ycJxckEV*6EsouuDW`pas|KEdr$`;Lg(3*y?#!m?8k#{~(0=Y(Cy z0`)}@x{t2ay7D=?g<+1EVN`TYK1?%ShT&trtWQ3n+TT#SeFE~-Csi7O;QO5n`4vGw zDT=A1Jq11?npbr4?=2|OS4~j_2rvpPe+T%byQ#s?$3RO9^N#-3`F>w9kUCoS@!OTz zCkox{=_tMD&Z%BdTis*h>b^z!B*Tb4VOZgHXU&I#rvU9or~z5e57&9@ z8KCN&zs1-{;|y~@Uy=6T4fRY`^fT*1R`p0vs|{nAl%@v8qpceH6HNADbfmkGqiFrA z^?kHUjxd(sVVpi()EL2BIEYFK4lCdD2HJs=dFFMFOLP3D1pRrY5+U_TCMRagPI@h84+mi{i&=w~r&A+I&QYp~^0IXotJ$ zAtpt7xU+|T>&~fnZ#pB9F}W(Qc6N`HSok1g7e&#cW-gZvFs3KlI?0U%e32W3S0hwLa2~%})lM zE^wRKHv<+8%>DwR!F}TAWa)tAtY${cWJ$r}HRNtV z(?YLn0Cvjt>`R#*Sw&MgXt+bwDOAb^hdH8jda0U$*L#i|z|42pRhqFkJC4D+nQzku z&wWj;rUX`+Qkf+jqP6YF!VVyf?|ZY;f*VR)8;9%MrlkGMDf*jIZ;O6! z35x>ds0>=hcT3YKBLVoB??a-K&57_ydr_PFbGgYQES%mrx)h1fo|ay8^7g>Fx5Udd z%lywwcu|_Gv3+D0<1F!(q~STert+HpUJ}P&l{K!rD@R|FoW88*YdOBlpA&v2mRiIC zy?DhO0JquOz`lYq@TPHOnps@oF?fy~Cw&PTea(9>y~$;ToxAAYG(~ISoG;^)GVbj$ z=&Kta))2tN0f3KsTv7!W^z^mc7KKrJ5VFPC;l5O=AmpR~0lUHn3fssXH0HOcw*IAn zzlVsCPcts1tt$Dt%0FTa*_3Sob4FPtkVnd(aqb#MjIXNWd3~hYap7X>4(D8VL$7GpZxrW=*q4 zl!sKz34%|gvFL~rVH&XXXjH4V0!wQ`t-AlXzubP+#3m4JXUo_XbiaX@cDx}N_;y+g zbC(qSF-(WVkvn7*732qNQ9^rji8RG#6U+O?N23Ft-XHWY$}~?6uM!82~?B_=#HGvgCo+`Gg2+`v_RJMOGL z?<0J3x-4sCOL|yS@gdb4S~DG<6E};NaUIi6d0R9h8>?$w*M}~>znOj+oC_xTNE2F+ zDbx1@84oy-((89mCrdcYM>y`Y19YN6(U|B(;eD`}d7Zjt7H$<8Iihk$WdQi|uzJy6 z9n)b3T$1NCPm?dbGZh-PfzjvYnCLP8JKl)iIg!?iy1V7x6k;=IO3?; zYGpb&_Av7TSdOV=kyNPQa00WI_%m6;Log98;jXEX99J|@>z0B)t^VX+FO@5ls zd9~RqvJXiy*Ig1-l*)TF zPxj+rX}3=}(Qhn4aCk7EFoQp#xzHDW#L~9ADVsL>g0*XVAbr#iHT_Z>3D0$v#R{lh z<5(bl8xV7MQjQV4s;hn{q8|QX^;@yA$nHT=I|M``#rQt29ch8nyZ_S8)re+DQ8`(0{Tc=+o z{FeRB^E-X%UVbmXJ32dk<(=M4;(0>Pdo6D8o7a)}4JF=ZPyPH(j$G)?PG9|VMb;?s zLT~!&_W-ffzfkI!BJcDzPk-&Zp!-G-MAyEj45BA`LjnAi`!l|GgwK!*@SQaU?^m{{ zf_LBVO~1QoY)i7B)p>O@Ny<}T>fMh7(5F3R`rS{f24&>}LMj|q5M1wlIfGfiQr?M_ z2z=$cIpq&%BGvuD^AR`_fd=NsN`VdU{e2F6B^dLS`!euXzY&2yj=;Ag@SO+*!ms{G zr2JU~z88T%kHB9<;QJByK?HsnfgeQx3Teexe-eS8M&M@=_?rm)Z3KQ1fxnlnH+^;g zl$yDFZ%Fw#m>C6ARw=MwwYXtrw0{@f)Uke6)?Vd3rJq}uqpvZMkG(hI$H)biIFLf7w8TGSo9zaH$o z9_+jx?7SZAydLbl9_+jx?7SZAydLbl9_+jx?7SZAydLbl9_+jx?7V(at-bz7PBeOB z_+HUEDyoSn@7l-p9FqgjL!(=UhGx`yslYWe>7G$#DlQJK8%x9MrmyW@w|SE!`@RtY z^=5`yd-4(I1R_l;KAhGu$0GooR5XyzXA^nR%6 ztp%kA?;W+2UzweLV64zEGct4U%;?M-)jy)Yd-XS}zcnAAU>9Jndn7;a&Ck*NT=T$a z2lkN+?XE>I9W}w3PAS z{j<{_k#L7t&Wudcq;}G}(H6w7%}zfxQx|b5icSn(%}mWqi$_!XoBjw$@3c_n$y9z$ zKRSAcwGGWo4b4nT!8~(MkhhMCOLXmMlk?%(>F4hcu$g;eEVNtks}#RI*oQ`Mi|Ogv z>5r|yU3D|}!?c;1nFnTOXMRPDo6+9``kU3?uRH@WcZ(!5aV9?>$j{mQ{FSFh?~K$}3W~rkV+CnVsIZ zuDb&C%gn@wsOHun9~`|U1`VQvWe|B#X-7($2bK2elIB6BeXgW=aOA0;EbFngqU+lJ z-Urjr2h+V+wWMjM$Uam`V**W#Lu))k&Jy8M^WDKp$d!eJ>|NK9W)*9z9+6YA^B|GT$Fwca~)&%IOcGM8U@xHtW^AF&?U z^no0`e*g67J)1VEz<(TC7mqbh^~6c>ZFp_Z&Hk(ZMY$RX2Bjv6WX*F>O6 zd+&!i?Y$pbnLn{If1>d8S0B~t=kh-eDKPZF{XI#ESy?=kDzTxeuRaP{O_sPJlTE2+ z30(d!1eN9i$}`^pw# zU;T*VWT~cJeBYLAbh?LV`1>sG$m2P5?>dtSi-6$$`x;JM{^r^&5!08y8I1a7$^KT! z{#Imv%d7vsP$SD%WED)kPfSg@GUingweFn0@^8#E)!2X{#t8PCmLop_&Gh?!=IQaY zF*J@K7_5yi=?RBr4JsV(^ZaL{!|K=n-kW;w)BR7U*|MnV$`7F2q7rsVod^{V^mFAq zV~D+F4c|L`+G5DeH=EG6Mjc`e9cIL<+&e$f&sBb|{6Ifn{fK_P)+_{OMZQ{Qi-OrT z8X!YcSEkmjG28Y28FlDTPuNf{A52=~53$Byw`R@oXm7}*@rNdjKZIHTIJ9mEnnks; z*J1yzo4WQpjM;1R>(-=UsVv2XWtj47?n%8NEY~a8)FSHoM{K-m&Cu(CNNQ#XB~F`% zykSG$O_#r!pVqt6@Bc^$U^P#Z)o&0mSy54A>vz_T4ml?OeIWOUb36Y=5z{aKT@>D{ z<$dO6CeIkol3>%3fKFW|8C-`9urN@^}*%R$!zm;!}oK; z{WA;yEJ)rmojF_yxwYa4FyQ^au`uE?Z3{YS=&8&9;l50~MZkJx=X9GkrmZ#Up5FAy zHS30=3E#}re$xo~g%R=#3;(T!|JK5PZ{fdp8Tw0?Aw3}B3XGY){tCZWWjDL_{kvA( z&Y!g?E7Q$?2fBA3)lA{C@L!3)&+qgV_%eO{6B6qQNiM6qHEC%2+E=y4yEhU4s!{Y0 zR)pW_Ye$4=9ijKWOzL|!7y7ib#^(Czt2@cQa^zmE7xf<)Zma=Tzl86x@IAAm_lQCX zdP~5qzJCJZ{eLoOGYxL=JAF-ZW}4*Pzwzd&gWvs|Nc(w7vyQ%TpVhe{CUGh z*{K`P8!^{zC~5jeOte=&Z{l>qcU8v#7@4F|YF)i2COQ_briZS+Ad5kp)-^vN!f-xGqC^xjs^o=7TIP0vd zr>qH|wkGg9eRbJVK4&SP6XCK3*BSo_Sl)TdGn44XvW30ODGNKs6Ba&U@SnHv=dHzZ zGp$*pN!^~#1G6?~r*7~x9{fSW1Cp2zq}J7X(%lO};?%pRFdt9FG<)SU6QR+rd}iv( zXPTM%%4hOWx$+tHv)oxsQa8RWWTL~KRx55`=e%c4UnPawuYbdfF!51@r$buE&_Nq{ zJTbfetpiw74B+b-fT!mXT5t2(Uou1BKsVKe6=CgLUYG5soO_>T=g5>wGWp11V6Hiv zQm@Vm3C4udnX2*GtxcN972fJeR5Lw#?`90z&>3M``{gruIj|WdZ4>Aq~5nQ-IAk4Yy{!1FZRzo2tV!`~FpKq`#Db*IUnRsT<$3@b^N!em4Sta=(o%O~x9yC!xsJdJ57lIZ0)wuYQBy>qpjA zMuDvK(WG6ascZj|N%rcW%FtS)glqq5>e{~^XWISK>8t-zQA2QYN)0du%f`9-FE>wL zJ?W;`zxHYT#$OnXe_{0gxrP6nwZYE1N<~5T?mhf|(%dCyHeCy z3~B#SNt&6aud<#tAWJc`;%h%L9b(-v4!Ht@^hwtz4bvkJX4HAaeVKjrdu0W8^?Tl& z|4Odf%+uOz6d;tAgq{@v#-6{=pgg_hgv`9tjH))-tmi>SrlrZ^T(en`E3}YQ3#h3# zeyYNg&W}j8#i(V7&<2><;vX6Pj^m%*kCM6ezZO4*PC@FlX8#wkX7n9X}O=-QqDat{igzX+a!0gL86z}$~4QQY%nF0 zm1Ij-Mh$C5w5yQT$P`5znYd_mH?(G*hSs>R)-lk8_r2BKcDLGa`(j`6x(1kx!nCH)F zp(d(a5rX_fB^iTnCIgzXr%9M)Az_x}z3@*Cbc3h&f`yQ~n`<%xo|b1Rj{KgS$J6r& zF%XS!Qi5vI1vNBG)&DG&t4uANudr>0^Y6-Xo|+$4QP^_z$M*XZ`~5k;*PgfE2aw5k zhbPvqMHAmN175#`0pOSLGZr=j{pLq3{1Hok%EC`I3!?XI9VNfadw*m3pRjxk{^^?^ zma#c~^U(>pZzm>LG)zp~Gm0Y@i)vk-bHDc8bv_ypBeZEX^M0^*@7f_9by%lG<Z{FkAbk+1fYF2ETc}wBx7Z3+vwZep=GB z*!Q%bm9(Ennlbg=`>6H3%hdV@&gRceY>`uGCyoYN%$rzFU;QTl-(}*PzWNXJ+V4ZB z(e(;hH(#;vE(`NJeZ{8gcOM}9?x)A43n&JA%ulju?dUM)K-Ns(JP63u@05fiBwYKv z{oaE{f4H}4ZR2~`WZ-|V1^F8NtyN6S&BFEGPkq@VHXz=aBPNRK;+&V4(bnrx?q@mg zXQkZFsOP<3l!RXd?|u=bex6I^MK~CL-tby&a|$w_-htAa?--xp_|#3~`?dF}=h`2U z@*e#$ea(OW*ur18Uo)((eTVSXN8MnN3qh!+Z+_VjTJf8IWMPU--Tbq3LTMv)@nHugT&yWOVx4KKnIsyZ&jbn?JPh4=w#K zENo`xO*1p~i(dJ@rDFw7-!udI<_|382bTL&3;%ROIsrT-|9(wN`{jYFH%>PT= z`@lzeU1?(@A)!G?Lh~X!I1$b`A&Iiajpv92U6_H+%`?B1ZSwc6>J$y+)gkC|_ zIYr)HK`o$I;A8^ZBR>k{n|sFOn|p?B4zkZZ6X1$2sK~*exMDKIaZ$;j1|Qd;EZu}R z_hX1`f+iAlN-w7l-?T0F?>Rj^IRSF-@HMBfCMTq@4&PAr3BAdJ*5zC`Oip-*p?{?M zCnuPK0!cO1N;u7GN=>nX+#G)TEW>Bct}>5@wMaEAR z&spo?u?x5M-A=07`lB{&eGBUp{6I~J8amR^vb&kCr|mC>`4qyXz^Dy zxV-JxZSHLh{gbCrJ;BDv+Zv~jq!ET`rkT$6G7(868+c~xiEbTbOYDZETg|QI{g0mJnUsQ!BQk z5kx5G9VMSeNf+BeJH1wFe-oSC1&TBIh_)=D69QplYfN%qEdp~(>{45kcc}4yU7ZX! zT9S;E*O#V++U%2=YDEy?cC3_ zc%OV9%?g3^q$Yo5tC8H#tTCK$BH&Yv!5DeKO9e38D33czJ`G0~mVQ{TxkJZ#sa#9~ zb3glV-OBoU8NZKLCk<(zsfrn2PsX$d_A~ckRz!U|$yV&Ag$r&F^%H>6EIFW@wqp)GKU|d(aYi$0fk05@-t&FqBtNh`RqdN6e>Xf-WU~9!yh5 z&eO8OEQ5|*Pza${*a-6?Evk=D-=+Ym=c#oKdIi(T938y8wD+`SRuhx5>GrFlzpA)b zQ_wZdUw)*+u|gk$VD4bWzV1rGr;6Pl6vD@EpBYc|lc)m*sOJ)5h>OU zV{(K~OPnt5Z_GDq#y;P|$`JGl8p-E5bfyHo!UT2BuS^Mf2b#S3bx+nc0DALjZWM4U z=hyx-=^r;?)%F`H93U|hY;A4A&K2yA9zkHKy4AOy$o(2BxvDvpd;dd;n(9_Bk8VMm zCvt?g^76I*Z~>iyrD(l&80DlsTff4cZqW=zY?{`mI` z>`W>5Ya|{Jo8`f;*TXcL`k2MejxDb9a?kt&`s)+m(5pxnwJxj&so1l$k^ zpPXX5Ao18J9%j}x-vK?2(&%Yzi6Pca+8vHh!_fs3iB|CO3epDioh+Fu zX6D=C{auoWtXA?)8i5v?D=bl#g9(?}ti1AR*2T|MIwi8sD;MPG z^2#%EG<#((L%jL^)oK|~Dqd+F4?m5eA7~OStrP8Fgtm(bmAVu@5()26cn8m9+-laEv%Gghz^3$8}1AOkMK2_Hs?x#{yXH!!rQd1{WQ^!+Nr&CjBQd8$sQ|CB2 z$7ZCT+9}_`gJfmogzq@%JC6H~)4t=3?>O%}xMzdtFe*fbkGTxbP$!_*&LsQ{zvBlW zo?#T>q%YCq7Ce94k8sHka1rK@E5d0+V2#XlvN=%nmwB^~iJ$dR-9GAyH`6WDd7$Jt z=gpsU*y3im6?oB)c*;j@^JcJt1D=pyi5I%2?wB3KTf^?;lqw3 z2MBNW9Sson#AF#{F3@%aX{H^dG>vM~xD-5tl%_cs^-BK9PiZ8KM6Mjnf@c`1L6Ne4 z_OehcY|*T!Ca-kE6b4A>ai{w5r@O_km())@Zw|yu(kn9&01{IphS}|eyXnV1Bs#uQ)^$# zQPDv`NgU8rSoJBDhPp(JvdtxK{wp;JSi{pSWCholC=rgZte_1zv_b%S$Evzo7|5eV zenoLxTe%rZ56=2ig;h;;_3-(f%8r6@3S70G*8tJ}aU@(1fTq^Cs%~X6iK(rUOsc|S^#Iu1Xn>s;W+Xg? zgHl1V*x#T+gmDy2ss^zBfSI3{e~Xq>2Uht;Rah!fMT(qjs6P*Utd03wXr6#H#>)Kw zo8H_a1SAT3cAV#Xx$lYQjskB(VdcMri%vWdf`c0_puJ7~pUOQ4zqBG;SZ1g4`>Sd> z7-0tn;?)Kg5EhPPKtVz=X75VP-=%v&JOP=DdkWWK$wCd?3pJQW;kFVsS$Q50vkBhu z`7v%bp*Ao;***a~7%Y@&KSntDO`bP5wQ3X-&gN}$Qk;KA9t{ohMmcOA!N~d)x3hj^`lec0Ao) z%WB7aHTLk(1HfW^6X&@rkkcmI8mX$q|CRV(kA4SRid5kxcp5PO2VeXcz#7lJjo=#m zufzXU_z#8%ea{w?aLD_0!u%l@m_PJ*-I~P`un;t|uR^BM4|19AY^9lhs_-)FWa`0=%JnY)G@!pa5^fE3g0z=sa-uxl96vTAfmC=hMSO(?Z$MgNFRJn~hP7WzXbJCE& zg+h{#k&F$b+{XJLoNaQ36F^zw(u+f$R_HgB3fqsY`R}kScvRzXQw(t)lK+Jo-Y=+{ zVdk33zvtzD-kd=7Neqq*LnV@6i_y-0xdSd5#-cEPO&j8$+u9)MEnrh^MQb%|`mF0R z#NWE0+cqZxy6R@^`0zjlS4?Tx2rXTYL#%}j5Cc~jxRZbxU21BBoB6|qdI5&#@(f2a z;UhJb=JL6Sg){HAf&d}TQ4Chb4&{}%+bsqhB2D}f*O!8MzXJUDtP18Kch%D3x=4(( z=BI&{{C9bp25S$ya)c!UR_Q6IZ%liT_hL3x9CxHepGR>V<$_(oHQgZi6&ed>GTe+? z%cCILgynw;2l@pZZY1T!OU$#Hc(9j46bX$JRIhvjC|L@H!91_^7FbW5*TMv(d>lUz zD~wz8ip8d%{}r~h^S@$qhSfOlD8Q$^*79*@f!Bn%s2M)kg3H`mK--kVafc3}A5Bbi zWT;#;3;4v0$3>WTv7w-wCx=f}KouCvyxoS%trM06cnfmTEqY+W$c z`;L$c*#Q5E<`w9O=*Vcn>?oYx2+ua{JF4sJLBvF1+(rGcz7@TOHHlL+X^&s2rkeQb z7w|?xJ3+MyVmBAwBA_H0$_w%q+Jskgm@5*7!Ahh75#$G|&}%!TE~9#2s6;d23<%Zn zuI6GGf7e#2ehR$um0I8`ix71?*8@X*Z?e&wd`KuR)lv&PSrMs)?HXM6u#Smz&Ge)PhVe7PzQQ z0a7$v$P&^$F88?H6LL?;eNgU$7zoyDZJqz7f(r^R$UP(XjNEf_&&fS6_q^Ok9_^P z1tD~esBqfPAUt4#&ps|UO5sy-1xU4^aJ&2XT3i|x`aF<9B&d+q*7ZE!Gc@NElb`0C!Ui{3Z4`Inr;2_@ z75WZxff36!it`FP&r`9LS zbILY)I&aa36?@gY$8V3gSEY9OCJuij+1MZA-J*fRz>O6{LtRNa^rtt!FG9vHpWS}t~36S5~kq>;}qL$T)T({ zgWZY+J~^%(+75?}YYh4wDF)pLM^A%%f{TqB-EbZ!-qpw@RI4KUo%2u^;>&c2T?aQV#mn3K&wxt#>%YE5u5)l^HBxg8Y ze%!Cm{(zLK91&2!7QX6^wqyF|=G_maSD~2UO<8-xna^g>uc$$*P$nIz(2)mgB;!{M0fQUg4qp=}_b8tpw8{~;OmtEa^&}=%=$n6ZWLS*0}i@-Av z&&RCn3~xmN)Y`Zogr8q8NE*`uo}<$UQTsn7E|R&zc#JRI!}a|pyeFi!2~~%Y0%jJi z*fxQa6rV_^z`L>n<1cqx+Z^QSsGmW!U|rF-k;*SSDp#b$9`i{l@Z<12Ti57|36~3% zlcj1Dh;J}UJk+Ga^)0_%SODz8(C`m^n|nW)+U9x*r$*QbSvNr@xG-jI8Y}BD$AU)T zx6@PBJb{Qd&(nSjq+tgu_Rv{R4fZ4(EHyX#y^lLrfx~`gfO`jH63AOE{nLxmKksMc zg6UCEETtiAphgeB#Eyd&$MGKz&Iv5*LAfs@$mZ6%Lc0OeBuCGui=a%w%gJ-J=GgGV zw;~9gOxG~5NtUQEBDP49Y@Uj;kyGtMH{jwe23CXI)Tq}HXj5~fvY#Ew%Y6r7Ao8Dw zZkqqlEizyv2Dol@0ZvLkGONVB(4eHZftH8OjGkDuP<;h7cl-!!r1bnr9bR^0HOzo+LaN7`(<YW;`<+^b}-@kv%<7y!y=*d8Pn)~e6F!zXf62j(d3fQS95!(o5waCnP# z`MYttt(F8s7nNt5pVl^KLN|L#S8UOUy~zYuQTx2ZJ%M6!3ojl2E!>jKZcAqV?DBA* z&#*5@b#cM^{elIKK`bF5$h%HrHz6Tc2tUM+GGf|SCc%0;Jw*lX~MG2=VtRGvwYE|%iFPc+|1T{@X$hl}LusKw<>GEB+TFK#Syk=*8U zuvOtCNGUd-$6KkxCjuU!JU_(Os&eOzqacPqKsi30wp~|y+3?aYH?_Bo`pNq1$-^f< z!ZpfdTg8M8DfoFQr4FA`9ZdG1JXQzMMUq{KT)3llq2u2LozgDcwGv>#yI2b6{ET44 zK|`2yt70cczQnaUSqbQ;BtaT&p7%7$PtHLswNRsO2ArhAvgB-?%a-?CcYI}|~5+of-tl8%fI9ejubv|~T z4Jo>oXhri!1>G$CRNZQ*Utu`~)3Af$@w^U$3uXWeLsbQl(g?&La%2OBK%8Ab7CF$- z3R6!V11;PWauuf8=Hl+1i=ne2pMW#+?{e6}j9gFh(|tP4$Q7g+`FGj4NyMj!HZmWa z6e`GwILwiVPZ6~TL=3Wtg1(DD(feA2`)=jCK><4$hgHnUdk-~Gu184BH*_QNlbTzJ z&02`bl?%1>myiP<+(U=NPCn1DG!Q=<0{`G-byKY^)qo*;k@878s$j?f5HcW43$_Zj1?g=kDI3VfAgBvL z)@jcLZAiWCt<;fj-?7to^q5)!X+*6Y!3=;3;vA}WslM%x{YUyuk(_gi#7#t|YeM}o z=!fYhpy`y6AbS-$C2Kl`w#7@PJML?Zz;Q65Qzm@ugt57%>VX+jtY`%m4bAQ*!~{%S zd(0qky;je{GrQ5siq`ZTNFA$NOR<_qAgtz?6!9*x<+vRM$vVpzXXZ>-TXDIcAx&0r z;m?8!J`MuAUX4A@+|Rh3B!}y5E`BtxClKSa>TLyTGw4EF(Z-7BLYK?oX+&Hr%QB~Y z9sQ#cm+rb*z9ZT>nujxpuenE|B`95V?s4R-!36BNweCT|P~0tNF+!OTP!$cn`#Q zYEuYwMce%Z?_sJ0_)i}(S2wHvL08~Ho(j?Q2+BA%$ogO3}CqH!Hxt6uFIi=U6GQ9mwgXf z=X;I@nje9UnoY==n&0>ckJT6hMZ>0{9+oUx;(R;GiL+UZ{j^$g>Ir6ap(i3j5^KyW zTnRaJM1@SxdbBDe$jqWRg^M7KX4fXi^PL)v<9Y40yk50xV3|=HmXa^Y@Xfr_I4+fT znTA~+wazWuhvWq`4uOGmu*rxph>5m*g$pt1bhk)4w`S-_X9d3#&rT1e zkDZzl&5`8j@*N$x-46@O)Kmw)s^!c*xS5m+Zz##!qcRM~L2)Xcx#J)iH=RO$&A7)B z3vio1(*cv2v;QIQLc_0=lJRNAe#~`mgz#K4m%4 zMIK~-`V@YsMRUaXy<>Tt!HPsJmof^&{E`GAuBbDxgTxGeCgBd+XA*ET0Xbp`T(Sh_ zk4F*+!~6t-5XW#HceXB)p&YDDW{h{7oJCF;pciF^-bHv>?1cCxpBZmO#fTXYVYVbb z!i;#InJ!UbWx_UB+?>RnVYC{{v`_)&VPDAcV3(&NFI+|Qq<}C_OXI^l39mdcAKkFz zi&jN=b1SThNSLdNFvM^BmtF43Pi;RMz(abNgrUH=fTV6ZdpzDvZ#~LxK6@4#1HBv; zYIp{lC4mk_ctGH5353C5-)72)0rzLPQ#5-P2rvIl@v$eYmVCeX!w(YbXIU!cze&dz zNMyX_#KnOoXXy{>dMHdsZdn0M?t1|_vvNlpGAIf4qH(ks*hWk-HK$(h;+(d=z8-I2 z(FFp`BqBRN^LOiDKfixH#u_{e+;1}hog=TM1QZj;y@)vOnK;gUU~vSc$$t}f7Xly3 zwvhOA-5Q9N>nW^mBQ@m4>wF4_U8$*~VKEnK!mKRR(9$(kcnd?2D>FoknT*2l#)I!m zHgDlh1QZ@jXKd9DD{`A=!HgU;FmAoeh53V?b~9B}Fft;sSqRCAVG@iSrJd2l!Z{-B z2Pc@OW9|YAXXkVe$B9U^UU70q0FDw?Ugk%_G?*U`m0z$HzfMi&EMef=5#l3NEl7Z02gUe8!D`5G}b*HsZ|#=ug-R z!}~=LJzOd-Y|(8Q+>vOsQ|r0rU^?Xs7)SQ#ZgcF-XiSqS*BM!FV(RSogbP|0$QHJ_ z=DV=%G2@_v7}2Rc$jf^(V1?NWYz|RnwpjvV=jgs>n49n4H@ zJLU^`YCDDwXqF%u@zy!V9L(v($_f)uhzBxa76Yk;E^vq^&5#&R20TjrG1na77|4&D zV)E!-jSC;x51&jS+rD(Wb!ZTkuA9xqqWZfO3p=@B@a9@#b}~rF?>SAdlGMC-4vS02 z$xo`s5bG8p`V8T=p1{qIVcQ$%WP?W0wkYa|PntCfx73XAupJ8UIOvm380nTp%nClm zj8SY|L@{TGZHo}|e$=CENykt#{<1?Ji-uKdg-GnAVs7Um#0j6@No)N*)$4H$5E`Ft z>N%Y+!z#0BeJ$H7{CoiES3`Ab;glT(%N|oxTdj9kRn$t8k7(x=BO+XJ<4Rq+om?+G z%r;YS#tGIg5#}$9WCuzebp|5f^Q=8(EJ^=4_+jad0q3nqCD{Q4D(SpN+zP9mg$uSK zmKjYTszAUO!BPS~gq3%NfG;6UTqM9-jr6R>o@E1!oD^gsi=i+2%eFW^Gy(o(EYk{P z+E{Th4K|pZ@S#aB-yZ@u%niQIk1on%K~Ts*fQm69&_WCv3n9TF5+NF`dVRVP*;#He z8OY=ciL{L%vxh(~0l`&YXou4Q(l7WmZK@FAHouD3{JJWo7Ooq1Lx{Z{A0>%hS_$t945qyncC&AYV{+QrT z2zC*CgW#Vac#WWk03Ux()a)kML(oT%A$Xl&FF`-S0KwlQc!OY&U?0H{!7#xH!8Zv; z3C0Mr1p5iTMeruUIKcseZxj3}!9jxW5d4z_f1hB2AV-iVm?S6=Oc4|brU_;UN(8e6 zWr8_^Lj;Ejju6ZfED(H`;GZHmO7J~`f12Q*Avi|xeS&|M;GZKnPVfVQf1co9AUHwr zLxO*i;9nv*N$?|rf0^K4Avi_wX9WK$!M{dun&8I-|A63MCpbg!7Qw$k@NW{FC3u_Q z-y-<83CH%2{$GN>AxKmKR1s7YtRSF1tf?hfNl-_SBv?gI zPq3PxfuNC~iC_%@J{ST0N8k~xC1@ddh~Qy@4-u>*c!c1?1Ro)2C0I}JD8WYw(gcqY ze2n1Z1RDrGLGVd}PZ6{ce45~Q2p%WcNbm%~lLVh3XeZc2@D#z*1RVs=5PX*4a|E3L zk3NxjBC#9)vx$BT7yI!4iNu?54wp$yu<;JT9Zf%IVt$$WK|YE!zK!P)1Y;$Rru(Fyt{hps#3De(F znfX3QmG##L_$DeNDhsl&l=Pysqb(;C<5E$B-r;9^Flc5=m-CaAnTrz(4>9_KM12RANOfr(R@6pcJI@^mSYp<;rU8gEUw=ulclO@QTovueo*9~-;SXz zS?lqIxl~#aC0t4F4?IC5Sc)TcPF6}J&@uNXqrUb#SCBXdt#Az&9qE3@7iT32)hc!M z8z^Q5M3t9G1QKS}ISy0dj4Y#WqS@gX`*(=E_wN#U_ir1ST7@lu zo#;R~d{>q^Y`cL3D@hhhFsSWH(&c9)_u+1XIj3I(7(X-NoTQRF2iNh)z#6p8N?>9Dq#u_eA1l{84N7CDKa; zb|<#s@AF`?FVPeyXknx$#o$TD?m!~FWMGsD6AbBF$bOegfKPUY>fcRN|7oK7JBgKl zlHlLUZzTAKZI#zi;0&64ANEH$@UxqbCE8y@2jnb(Q#l3>sMEYG)jH!uRe zqK+?WT&}~?0&g8#S&MfVlv)Vd3GkjcFF#Lk2VnAyUd!<#?&0y23_-cm0MjEx-Xmzn zMZc*F07ZPU5}&joxK7XjFilR=cte6WEd-;@^e{#jT*U&TO%NO-I8HD}aFl>Crug2v zB8kh*0HscXbp#4K9T*B{dBP+!w!ijW#f!qiu%gt47`aBWlCc)f@0zL+R6OX@PW%$y z{AH3oqW8Ll@81>)>~5!S1g`6NPZ-}-)GFx&-%auXh@8O(tJ8=|M`8>d+TwCeg0+72-aIbo0qj-_No4AYBD=DF=8w8@c%3$zHO>KrN z-$Fovl}Vp_kuKKO6#3_m5p19rDdE)x@J^xvynH7C!n`u&oO>xKK@W+y(~Fm}<3h13 z3*XURKFLVC@QISZMybiqZGM~tmx6fXc+&-6@nY4W%RP}oS~8JBh|32+R|n=y3pEoa2v_9Ny-;4PkE?jWL6QPPyOOt_ zs#n&NKZRIkRa*gXBLZHz?;2O}YT&Zg@Gd@$b}b0I6}ZS{_7uQm4M6S(0C}+T$~Qq` zobLw23bR{H#L|_&#}XX#NyI9D7Yt@tDKl+sfG`K5*h?LZL~HrUHl}ckF>eycbq8US zYzk%7?k>8RlhS5JVqecu%KErP#GbCtz_&f!|3u%DzAYB{W z>rOm;#DanMm^x_izAFjmJ5|WBR~{$rPP(#mQMPjlQq2?008AmKR{}|@c#_~0Nf0+R zb&%eT@RnQkiImu92oPL2LvR@&PsNpcAFkNXv=FQ#=pfiku!UeN!8U?!f?WhX1bqbk1cL-w0%kY=X~?2@N%i{; z>sccRDS-fzAV>qu(>p)TD#I<*h?yV>0;M&LQp1KWpb8A{5Imz#;wW-pEk~Zm1M0xW zjntjer%Z}QZ4BuSLTFjWsOS6;8H~*Ld|x@nVI{b`Vf7vl|Gu5@ZRw2)Y4Ex9MVK&Z4Dw zrMq;Y^1az@1Um`PKD^m}0&#Aq>mWfN0a}zdi`L_nx;ez4@?fNcpfkvI?mcGx1iblu z3_DJ6n%-|xU@*^t*_B*+BWv}_6_O+Rs=m0Jf2;<>&jFvUUWSzCdmnwOax-y!<l*1vpICbPWMH9FfGY(M#DCn4!Wpf-V9kTVTQP{TeisJUWUu-%2Hq z5m+M_Y~uZ#<0CLY=U0*Z0>JbJ>+oPnUV@G1s6tmi_W+c(7MN0)F$G zS8mVAQ#?nqnX`&Ib5@?~=D99UgL%YldS0ICd19uwnP;0k#sDApB{wVE%!oWa#-Ilt z?0wLK2QkHhFvS8f#R*~X;c|M8ndg{1su_O$mzX)j%*k`qJV)hG4zP6s5B5%o!9y5J zw5SJO=TZ-AMYmsqx1w-`^e&9H{yGRQUJQea7saU5MlAO|u%Tih8_{B0@dh}ilRN2R zU>=E&c7#m7A94Qx?{js_F-0m|(IanV|0{+pK{Z1wuY(T))y354y)~^ zX68N`V2NmVC@lTdjWGCnBv@@J_lOnekvjCb+$O&N*Mw@dmG1`{@2XbM$*DTAm848F z2%AZa?jD#AF*fV2+LZw=66dVSau*pV_l)A?o*|~JrdmF)T$Im?=N99+g`VOGd5R~5 zQP;w9Tb>O@rYq}HY4fCk!Dbab{-bQZ+;yVLWQv_D5#*!-%3I~}A4YJ!G0;)iG^nO< z_QN3-R+h5LGIhh!y#Wk%yv(DN@YZN%B6n4BwhP~8_%?Yqn`bled5IAZc~nYllNo~- z8CJHYSeBZYQi-rYq=MLFH3a50*ReEBJm()+4cQn>c+Nx zr`BovQM>%6g!>3iA?V#^<&#Q44>U|mt}Nx1-(_js-8ZEMg*9PJXSKuR7Pg;uV?uy^IY4!5@-y^~kJ5siJ8&X#E2Tv!wE zu!|Jla&p-QFnwWCFIQ7=N!1IpVPVYGt zDqdfWV(-z7oTgdG=sz%nDOvYfVkf8`->smYZ79SYPi?Q%3#o5Kf^UVv z{y@W+%x^Ucu@YAq_&{gC!ZZ++%{D0>TEm!e*pgXWGou)|kNUg&c=?zNds57!9yNlu-7in9mCvVoXO3KGpX^WOqGv)OT$~X6y{CtGO}HaQ&!)=!<2auPZR}v z2aH{8AW6yCmNo|!GkGwqn8|~ptWi3}8hUa+k|*~g#qL*X_#z&w6>ki(d4pVy=~|58 z1-wmbAGZ8SJz224Q9~ifq7F7l_qpx=(1ZPdCRa>0yOA6_BF4%JF*zYFTa3#Ve4dut z(y@v7z=tGYWRC_#$i1Z;^RgS+lucZcH%=26G&v)}$r*W$n&+rI;)GKMcyP=hw)OxY z*Lu16`Sv5cfyNy>eN4dJTzC{Bq;kNw7F_l9i9>ONJ)ljQ+q6B}m|(dl5DSkn!otxP zqHwAaLBYrT6+4ZQW&)Gv=)swX9_1b}SMoUhpl9-u5nv$Y;HPsAYdh0wEt6Lbf0e|g zZSs`1iA}%an`)c9Zn|1;a>1M)cTW9bBN+@ENscQT7L<&J_0TJB)_f;T!{`3WMa9?P zos^-Raz7*G%rRwU=2(+>24^vDoDKZQ7Pc5QPLq;d)P308GF;%BC{&ygF~oPq!M&i$ zzymGsqq%+f3ZOmN0C2)%lxpDxRU!_2tUqAif3@Gbar6^>r-UXSxN@>n9(-e*5foI;8a^w$_5K2zGtMH6p?ipWE+OhU782)5Mldgr+B=S! z=$TT+@PG&BO^Q?U7h!DM8jSE6?Z`C8KCz7<0>@H}HfP;rj-|kHl_hmjo>S%_8BVU` znK~%UM#F4ekJsPfj0rozAI<#|pZIwnbrr6gaKjbdhabsalU`BnD4Ox5ZKxl9AmWDdTK!rMDvF;ID^jNyS4h9-Vm%d{cJuo6o8 zuvjvI87h$xD%<<54Cty1=ul-(VH+Df@W5^5YCQ2nrl5lH@nN`;35F7h^G5s_fQLoi zX_0rj$UD6$ws$`=y8t5Z6m9XKXz@@&#e-h)U`VSS0~}@_G}?mE794HCD{`{#_-eZb zw1reU32`>#Gm4+akME{Yr8g7iKkcd>>I8F8PE|M^C2C6J5*|ux_LS{y%${0hWSFU9 zH*kF|UnYqoc?`v+{zh|S9H%dZLE6WlCNO}nwGfB5Fmgwd-Ac0CxUD0%5#zSbsHrS* zdI|^(TZ;`KIP+9cmKW3W&wBYUuqsg5&tgKxfN6X`PGR7v*wdRCVY-tO^y$tNz63?b zW^72-qODGM3abHYx<{x!oSgcO4mo;Iv3^LqV)Y4fUE73@_F6icLrjm0AJwEcJ;B); zj-HuAKJal&Jj5yMJ0|>$WZB*>G)8jH>ofaN<;L@Hef zkCHfw(+D~68WMAyKw3U(TqQUvcwCXs2~t6L)0YLW3SJkyDag^&n?7fGG0i*0q;W=W zg*+?I3G=WNI8ir`wDlAV16eRdoUohcv^;0bBaJ$B-aO}pIcJ`8Dzi>V5Wv^801HSg z9xB*59MSs@D=I=v9B`cVQ73%IN#Ai?j+@AnA9BWbocA5)BrJm$<-RO7h&$O_@ffjAMV22g46DK-W#7+g%15&lhnU2)dWie`ZEoY`f zMB4?sj6*k0-;G1Jg6RQ=Zbj^Zxq=+qeGXmn_Q6nr*`HBwn3++`gMxE{1(D6cfWdcc z248Px4l^=7QbqMC7n8N`&78Chox)MSWr)qiJcy#InK=n-2ytKoRSwu#yct%%H*?WA z;F#;OaZuxw2OJm%t<$6U=U_~s_-6$z{!QiajvHnAMR*ey7QVxTf~wzwW&fKwnqz*V1k7%z7&eD z!$FUM%~r%T0!SS?#gd%LDvWb4e1s7Lsxr`OgjipL(6plBB=PN6v38NS7~MMK!7hn} zHYnYx4K7`LD-S#8{P-MQ*pHEu$)hyYMx+x!=xG#hY8Rx0sV5WWe3xb=%0G`8&BfD5 zb4@@IVKofi6ONcI0EKR_vUe(<7_TgJ!XC%$K|KM|IeQ${L+c{2J7~Un!%@8;u&@R> zMD3ws?X5wNuq^T`b?w<1#O=w%6f-B z=pN$(lNrin2H%Qe(miO5);__MvlfJ%v&UI`bSWpr4)i;WeL$lbY)+yVeMk(pM$)!$ zMbjA#h&koJqu(CghTCNi6Q)KBkPKSjC8OMKk4_6r+rz3xS{%7`jm3%9>O$HYxHA^v zyggijdgLow>cy?*+iZ_5tnOCWfm)2~CjM&(00LsahINf*qnP9tZ{xi&nA>uL6qCAA zKNjrRIl=tG5AcG$_#mjo4~o*^h|cEJSn9j8J6OA5+5aIs$dgA*AM)@W<3|%8_7~V7 ziiTrzVO<1esk%68q6iRvq`k`Cdc%Y&m|(%CsW?#HfkwPmN#-})hd2;L?TexIeJG80 zAz%VehTZ``E{s^1 z^UlsUQ)gm(Zk~#<)CW%$9@LMeew(aw`Sy(XbKMPh5L`@#!Np`4+z<(F5UUYe&eMpC z?SPE%)o-K$wa1=)QIFy_^IfsWWqWkk!?k7CBRbZmv0;IkXtX`JFwHJq$srgv5l9p! zVQxKb9*sDqV_xYP_+x^1j02H8Xp`o-VKm3R61xXzG>MW2G{+5l!Yi>W0jt4K9$-%x z_M}&04+B=iojkzWh*>)2mDnkP)rct%u%|5UX|HtJu$(=a2iVhwJ>!+wO%eBuu=D_X z#;|9-(pkfDwq_n+&l>ieS7N6|+;hUx1FX%yO7D23cMSWEu=D`?j>SFim8cgGS3|En zz@9hk1+R3$uoo1U9$+sR_M%r}O(X6_Vd(+ZM*q?!uSE3)>?L980rrx`z3i3PAb{1} zKptQ(8}^D=naa^-5O_dsSF^fW2ziYhLM^VXp~G53twNKn-4zTa&<& z<{cjzp6mJ#*3B{XD2ulz2U&638Mh->j$nk19 zGDASpC>p%k1`B9Ve0mVyWHj6C%{D8TB0_MpMQZV8TP#wGu=D`iV%T-C12ybAVd(*O zonc#Hb86UDVd(+3)vqUfOWJABT8ohOX44iStqAlWLfWt!V3%sx4Z_j`>;}WO!K~G= zZNkz6Y@1;>!t&Ly8-=9@*o}s5_h#D-+b%3Uz_uH<1D3Id?GTn8U^@)k36ojFb_z=m zu$_k8?9FaA>}Fx<0d})tw|KK#47){GdVt+x*sUc}DVYk8N*09@zr3ct; zhTZPXZa3_9Vd(*OyJ5Rv(ref*Vd(+3%dp+B^)+m_u=D`iZP=YK^EK>FVd(*Or(t)& z{@1X(grx`AU54#}>91jXgrx`A9>ey*MA)!>!qNk5pJDr9RBYIOVd(+3->`!)LpJQ7 zu=D^sXxI_hEE{%2SbBgRF>DrA&W6njOAoMF!;X8i*>t+5l;*r?6a{8z$RO|B}~e>Zc#73o9+&pI27(Y$e<$3#ZVU?{CEt$BQ085>jx z#?cx&1^1%liMw}2!uuocu85n9AI4?1`7S6;7q%;KwFj<)foomh>JMCfa^)WbOQj+g zY-yQqb91xIIgwqSMw+j}(-FmVHnF&l7wR(Z?T>rA;@56#BEiA#hh^KTn;+fqR^)y61{ZUVM)U#zx8a9f4MxhL%NOTz58&oF~ zSUam|ScuV~d1wP{3Ra}@UtvHJ(aZ^$)LNUNDZF4Y{}uaL9PAw6x&U`-8xdTC2i;9@ z>oHq^JtRC$Ni<7~mvkWH5{lj{xK2Bfbk;`0t@Uj)|$u$_Rj4VfOG@xj5D$*K#UVXsN$-h&613FMhQ zK}>$1`cr-%*4{WnxdA&!nlH?rRMT9GK7hB0Wav`C9x};tFR<&U5#&tSGVE=$GD0hcaymh4JRDl0r(*H zrdpsI@U&Wihk-C*4g=|7Aim)m2GYa8`e-0MjcAMwc#2=rgU?!45JZB;z!wmNL2E#O zL*sy?#pe+XZ1S^gfy_z`Vgx0jhk)_<9^c zuMqh|F@(I3xfx!ywxWsSl!tYM*1amR0yWm0THt9gYWi0+A7ZuR!0#>Z^Kn;-meVBsge^?#$ z{iqsmPR3U?38_~gfc)Fd)$EEmvTK4qXsWNr`;wZPYxxI%ZBu=M=NtKVt5(!YM@$XY z;rr`Y`wm*Gg9A-12^NS3^J8YUtk>ivuoQ6a_528+D-~>!!3bIp^FY`NW zxyLvQr%im5ZHVUH=TL(~(NwvOwkvi#itR9Zt%z{))Kr}o@!^G!Ln!pjdb7ym#lI$P z%_v*Vsr-Am$Cv*(_9Bppzjir9K%Jd-V`ovP-`EL7h2s^&oAHA(p^Ium9;l7Yjt={i zMz;l4n?`4Iy7E>}#+rz@HK0ugt}VW+c*1v0t&`F!+sv)J4OXYd&?b82?Ou7i1vrW> zvra?`*soKrVc}-E={CDcpfCY&sJn*R>6JN=1Im?f7YsTqz~*k{90 z!UFmrdKw3)+hdm)n-hVT!v^B?<7dP+Z!7m(_@EgPfWoF~n27BRNZYX};X|ISg#f492W!S|;@Xe;VLp{bG*Pg*o81WbEXvwl!3yLA3Hgr!|b-Ju~4+XY3Nf=Y)d ztTE~R#j6uC+DPTz$7syy6AYdCfSrka_slnAz7alfOm4oL_UO|Cwor+x)>N_89%*~D zL5JGm3Az`8@M_oZuTIdqqkM%zkgnxyq7Ea*e#{{_+CYC}p6CsD1Dw3c0ULReGA!wE zc+a-O6%YDh)u69Y#MUGR3%YD@Pc}DK3BfO@y^CQeV7xEcxy zhLfmCY;d*dkx%QPD>K#DIhOdV5C*~H0VC3UZ5@1kLgcpltMQ=8%l%q$bH7%9&%x{v zCKo&^E3Jcxj2vCQqXQ21+Nlom#zUTs=Gh1n5ws6{#6jmKxR|`wlHxTv9INoP3G=37 zrVBu^F~x4sF)f{NN8(LbJUijmQE&tqTv=8&E?PD&vd2$d#2w}cWpIlbde%>u2UqY? z7|e$A`dA)tMX>Zf?3WK`GZsk~>Oz+GC5wQiyv$lr>wi1~3F$KzxB?w!F}wtgVl+Vx zFpjdk;9P-wY7e>8aa0o7Rl}-R>toDtoNlL!1I9uFe&7XHt34W!7YoC;0B|N(Rn-h) zjPe?4*sk2?4D>|;PA%{zVuc1YG^yEd>|4Br7USC@zVv`^i;E{pl)-pwuI|25tWO(& zBe}b9=nd@O=fB@-tXq*~@npuq6B^iNf|$c-Akxkv=QKvY!CTm1S<$wZJczad60ysE z*pP%P_=158WJQI6cqQ&yz880G6+tz@3W6GfT7s1Xbp%O*RRr|}s|gwi8VQ;R)(|uk zqzF8MwFE5$4-q`Pq77f9X~SCMG+a%q+RUO6*V*6-Y`kDn*oGe0Pr}K2g3W}}BjDlf zBNDgK;KULK5O>l5aT$$ponRLsZl4i*8j$zR0CCX_A-G{icwJC5xJ-tS>1~3B9TBz% zkT=DE#T7Afm=HWBcwBH!@Tj2T;>H&#yI4BYYw&xx^W{p*dtSb?c#%$bsf%Q#jS!46 z*hzoxq|xH!skk$UHu3$?`GcgG{iZ5u3F334l%H3)LYNoKvG`b4i(?}ouW%`0-P-~V z7qyKH4^XJHyY+r7-t-99up4A6$4E&i8#1_BRCjHJNI?f zrVMq(`m#Dyc%6oUC6)!3X^67xC8A#&O&;~iOFJaY^%~E|oFDgR6cH^EcV<|!YvPxs z8&_b+dnQ(vYQMOxtC@zo>0(@Y(Iw1??zyPUQjgW5$@7*AS;)4x**PGFsTBwhT07oT zLzL62Vq)_JONhH2%G+(`6E|IuPh4?fZs%7*w6G2&qO3-OYbE4mS4k{s%ns0~>KOrd zNr0v3aF-->x<=2?YhmcE&}po1GQe2h4RIFgu4$0Ku4yQL)^hAlMi9fYYcPM8S;t)p zLbhoS_a#`ETY$VFL1^wf498^%Vs|QBaVK{vgtFlU2XfdP?n-N4EHW z15UDCM~v+m{k9=tT_4m9jO&4cRlUo<>$2*LIqXV!1%6gQ>3kd1&e45#~ynhSay4a1pTbaUTenq)8x2N?{*8RZsX?&l0C zo>qu79VH7+9NiDpBmn}6PPa-HG>u-JBy+QU7K3KO{HF==h9h+4S~AEVU5oTVUG$P7j|6Oqk;^9^{C)Q!OMbI z1+NR<6ub=x!%e}ng5(TaQbFTP8NnP$@VwwTrDE`++?NHf3SJkyDMq;1?L0{qOovEVCJMkm|I#g5-LBKT_uAMmK5e&3XvP8HNe8O z#`O@I)A&x9&;-r~k&XCWtWn;qbqBLwVTz?23cn_JMNo2pjRI3SFL*-mg5YUE$pqd@m9!Q+CGDr^)Oeo9a>hm8W8p)*VHv)7=`!$6?0a9P!czD|cmbDYb!Ve(a@ z9N&{$!y2uCYF8u^9A9b!9br3{qEfBRw#vOxu#K>ENA7V%Ymh4~s2ZJB%bwk!kgbAQ z!7jmW!jf9X?1)0vDdeu)gM!-xcM9$j>=(4O)P`o&GG_Y}zD2Nyuq6JoXW-^p3Lp+q z5T4&hID1_1wDceLusO}(2;WF)K|R{0E8bI&WqO`v>>+>dh!#82EB;HZwZVJ6IXs-8(S&=D<*2 zW%$dzqi^&Lzlr?BnRjQ#vSW$F7pfBLp8WEQ-7gG}W}X`v+4x79(J>VA3*Y+OlQ1pp zZfg0`Xz#wvo5Q1TY#kUI8SFjqWq6Z}kp>06T+sAX`%_PE+O+AJP3_M-)zOhi;DZNs zFK71l?jFF~Tj+T;GnnZe%On!`OuE867;e8{+LwFNRdT?O(Xz%EO^zQuwgW2@(P&zw2k{*6NZ4uJFLw)HNcI-&M?&o(5 zG2Y0e1MzN5KTmmz&==y9mcva?K8?TjL;_zrcv7CnpWXCq-_xB>b!K+Af9|u-W_I^I z{Zwb)XP=n@N1>mqN^Fit{L=8A{bQE+P_}nqC?>p04x18*%~grd#W}n*G_pS%WW8t8 z;J}_YB58jvk@(%J#AoBNx(|#D?}aApKXBi;sO`lqCd}finX&zY zStc5WEy^||kMEdl4AXyZ&z|AYKC1EIy?X~Uk8iHbF;c~cP(B@r(bqRTG{$to`soX* z_CDlGwcw`{38>Y_L+;P_qHn)4v}}_{0q_wQr{p-mC_-iHd^VB5$6P+Si0$^_J!(af ziezJ2#BuBB@CXNq$2V^q=*zIa!7(m4r0Y|?l+Em0EI1U6>NA!HKZY;t%6vm9JTOjW z1tDjZ%_7K|pU!4$f`2qHHn4kOa3FhNNA|#AX6%c*(V3opt^JD_CI5~*HjxKDmh(HY z@|t9pR=ki8zP0nI7`^2eEugZHsP+maJDTb3+cUa<-|qXR0X-KVN1orG%?_hlD+Rx4 zS<1?sY(iEl%ISE6T03 zxuJo5%F&BM(xp$M*~gngm;#3RfP75ZL3@wO|Aqd{o;Q{sY@qGqD&~dZ!NJ~p+ZrKAFoP08c8V_MR)WMzsUk` zLV=f~@kiQCC~AB_4%4*pL7dP+E9%gtw)AKWb%d43Q;Rd_$f-jzeQsV5nXo}MRn)yp z#vfWM8_NSDRH_^3v-k?eFRq`$2N=BnE(|nsFP6;c5o z@t}CULwhoVmGMw@6$%0}{bQ_Znbgvw9E23tUKElarLqb*Bra|nKJ_a@j2o%qrxt0S z*MfDJ<%nKPrAM=oSV$vYh@~Q7fQv+dyy9AJag^bakxbu?{d@LgGJUqtK*Nns373iV zf<$d`7PY}I4Gc;HFE<#WM&gNt5th{~$XI*<6pgd&FocSXE0i$SqH09FEJyq0;q1Wc z2dumLiexeo5nx+V>wm;?tFAyvkCb(ie*}5vr?b5?>t|9PaIVZg9|7go~x*Ct#$EELu$EmZ!x;DAPNtd25HwTbD28W@~OD z{+toVXEU#b8HOf#ePDFo%fo%WoW+i0hU8?1P|Wz?w0yK7$42Ti=o;}gnFdy9n~~+( zIm(X@e|{_?R_=KOF@k{^t+b*wg>+~b^i=8tt|OPtjf)dk2OJFJF|>d3a_`t1%jF+2 z;$n`(xKD${h#If9SiERH^>Sw4@cri3D0aLLg%R#kYLq12hr(Eug+`9zg$_x%&4FF5h#E(s03|TW(XSa!iTG!Pxl98-Du_C);rywkS$P zzd=0LyW=fsaXbwuk>sASeje{Y>dIZC!{5R_3D-JqqK6h2pEgy{y<$2*OJS`6p$Xzc zwo@0&ES^wd@fo%wudLWj7z)$aW)FM3&)1)kqBfT#@Ta3sq46!5)JtPKdSB0U4^yF0 zmvM?7pUk_Yd_omgl#AvLj?x<0qFov?M}e0RJhs7mu?eQNx;o@jkYl{7`{m7K#dk2n zJwc5I+ytm-JEo%VGvR#7wVl63Jk2xX-T2FRr~T-_p8Ky2QKGn(tcdjrj!5>8M*1f; zaXf!6Mz}Uyx>cdA#P_rp#k-HTK|6}i2Ny+N)HadN_%`^WC@+p@_Uz9_&ohFJ)=f|K zpk>DU%%b=xr*^+J_%G5(i^vy?5|g~Rnph&vA7&10#a?N&1|Z1?)W9o4h}JaOqKzj^68<0LMwx+75*NgVv~9q^Ba+8{z4s4i5?vP6MaKxbbzS--;v zngNoJuU;a_`oy7jKv$2;JVJdR4Y8=_N1|0~3Cx4yBX)$AZHD{AQB8rC7T*qv(BDs6 zxFO?j8CM!3e!$g*5fr1%UN)RyB=rL#yZWe}cmZGS#UaOi_mbjjGoXKENX`gv2rs^j z6M^PC%O`+Haorb>Wb2vAl&Hz#lL(xoW}v=DZC%QpOl%Ng^EHyaMO`);XHkqmpDbE4 z+FWM&5}}#Khxi>hqqCeX-BnST_z<=uo54)IazBKHu3-G;Kz2|6@;O;FJ=_sQSW0W~ z(8H!OaqZd7v(M!=Ah;_P@57E9^S9o?J^KeyD>#9}S*3I>6is~467{RYZ>pIvk;-DD zfy8H(h_P5WsNA@0x-;Y1`%Rr8%y_#CBiv^&gGA#~=P*{KPK8|JO|-i|vyXk$%?L4P zm6=HN@DxoaK34MV;Qq4!lq25h80A3&IwHk)h~ts&BLI}DqH)BMs}uqhd_}dy$d|0` z_@pwPvtS|0;VnL?j1xu{9B4psT^Xlbb{}UG+EjcI9*?;E4)G?p@~>zr!^4Bw0d(w2 zA+ZZpNXaKf8j-_f?JBq~8qb+K*&ZGZkGS3R;qlEbC^XMNBaSB*MtXd6n4Fe(>a>tx zyt&*bLRW7VYS_#XKF66@eCBwcm@kfxaP;zR89EnFLS5M{|&jKj6{GTDc`e!nX5 z`~!0DGg-b27_xqg%q(3K9J{-!5`P$G=BruS8w_N|o(vm;+iGxIpPA9;vf0sr-B{;* z3HEv{DW7h86AWLeO8h~{aQncX3{ISf_J)=f78DtCp6}iB#$N0{4fTBuhI*ON*R~GR z!A=fo#rrtc$NOOl0Xveh%pdG9AJxORhTq8i(eOZ6Tj+Q3HO>8E26g-lyLWs#zjVAx zZ3$)cw~4k$nJ=B1m5&=3u`)tB@wxhgVh81XmgS7MA3yFN?09}O)BDEA@W4>k!XDrJ z)uGYMUhEQPMnfE{2VF6)@$bjv_cPgeZ1lqTTqF`(MjC$dFiFjh4j*tS#)r)?4wqz{ z6Z)~jOfw=9TP~~1N8CE}J5^#Qca_qr=mylNYqrxaFvkjXn7XJ7T*ee(ZRo+Y+-{eL&Qua{RYo02RDn z>yr-l*5!)q&-IticYGEe=DXYGa!W^APEHk(te8A`_HB=r6Y=xnt4(^=!M?F!QB`vcI@9hwg+Pn zdpp;erXGE4pyU=!^K>A>sodC;R`4(Y8&=S+kvhjn7M~e~v`@aW`|n{L9|pL{752tR z{^hE~wy;Q{nba5ey!IML5E!JtFxWdb_B5vEk8j3IP-pLz_E}f~%jPdWZwTzDDw$y_ z4qi(v>U} zlq>9@fzy&l*h@?QZ_P{jinp)(@cL{;zBnI5ueGk?=j_W>iI+n8--nyE*07ZRj$WMI zt5u1Y!LsYXNM_ZS1~P+vyauIn6TGoAQG-?bzFIEk#+$RD z(b!82NF?grO)(_bV9u)XssVXwc+o7ue5^H0%?|7-*UI=b_$2lUoE+7^*ta)>Lx{0V zRu{|oscg~Khbw|aqS2Tz!rvqktE&>socIHSw=7#yiNq(X5`{Msuw&@1Zp6BC_|2Db zlVV_GFoS?qFAeo$dXdfak!*X*2O?v39>fh|sO_eKgsq#R=kL7g)tA9G5pFAF`ZlJK z6Rb|tFayWkFj*1!`>W}JAuOVL`*3lK%68H5$bC3PX_sIJX|3$mgfWp=Rh6i*oMJYcT_&eiT1YPWuOusTd6K5B^i-MEyJ8D-_KHm7R> zu4yJSsD3uSdOG}e;5n{CXp1%6iVvF+gKGD1ViL47Ywc+Cc*QpU`PUm?!2L4J55GDD z6ZJj)nLdeNtm>;(i7vO#fYy{A!TJnc;=q06o9)k}A&frEH@mTyFcgUs)Y(UPeXP5w zhP`JE&t_KD}dj|LC4fdc?m>^?-!ChohuHdYlo5JfFk8!4J%E z087s(b-*)$2AufQ#`<*nV>kw(>^}B+ILDrN;g3JIQNdCHI3VFX8932``pcQ|EJ?Ta z4*tat|KX2~7~wb-{?-8QJP_CQ7vKN?+WXcR$&Ty1W~2at5G4VkANr9W*MbuLh)B`2 zY(;_qVYv@d+*0J2Q9saa*_h&T7U{yj+S}G9<-F7AT37v|5`FQ3<6b zS6nTZdT)TvYF zt2%Y+m9$s0O+*u^FTVeM_+PbGtF;^|w-e7-=<)J-04G@Hku1lF%%oOexI9DSLk*QY zouCWJgXMj$$jdj{-CB82-@06r!JPFY;VSW0C2FNxlP9|1KzXD2$~%#lm%otqvtXGx z1dJ{;%l#^%$E}yQY-H3V&&48Lj|bDLSiaaUU+lorlO+brTb;MO-Wqn~Zk;#kRTt`b zHR}vwS>6ij_eZb4Rf9%4r%08GhRZv$0Tq>Hp{OtpQzN2gd1B8oRwdTMEeK4uQGc{! zwbWLN>RGGgpf{i1oXUDD*i#rr;wcy)bsz@ybU0^u$Ke9l`qpr;5meL@*)ZQsIs=w1 z>J~0Vn7`ZvSJ+Vjl$>*nL|Wj z9XC64v-LswQkP0f)?Ll1BsibOw<<$Rm6jFT*UOh+W}sL!Hx1;9J)_O&Mk&)MUROrL z{k?4ay6v${9JYVq2niAUTwZKntj5xob&5Q-(T{P=(eV=FPKZxQ+J&Z#D-<^4_3dwg zsd`#2Yg3msJGCu)U6(yIaY`GAwK!ly4TytI4Ea?WO0hhQdkGvVlv*^W5VA_OT6ih4 z&S+e|G+?2sMAXGeipqg7?4gKu8~(>?ltem!WXUdigxM^4#c^6Rxj* zqi(u9j+)Z5vZ<8Ayu1npvDQpo&6e_FC0f>InUEwMR| z<)T+!0d34qXO-e~Pl*L<@9|Qy45yFJz11~zU7~^DgZAmCagmWsF-(nBk_X?C!uhid$ahU)zG?EXv-thkj2o`o41SPykd z^S9J)UlYmI1OJbj2W#q1fJ(2e3eu;f!n$x!kDFekZS*G9166e`P@8Vuar6TUr;D4J z)|RPy(`hN4f@$%nKO?N@%}_BTNOeLQj)e%82+x%it47K25sh53k=mr{*GVW>Eum1X zYeBtgn9TWlRm2_GX`KX0RbGT8N8fvfJ17t$RJ9y?ez(`&Pj*(lenGn);&3Td^^5Ze zoM|Cro~@_vQkiT&byoo&6>KmWSJlF5wABeLRpvb3boymUuV~WIM$}Gn+;!#3a4ESU z{S92tNNkI3Q?WWBvQ-#hRg7`d76}Wp-WU2cjE(d(5Lp@Wo6X;C{ZFAt_qkpV$DAcuyfUxpft)GSTx5?k)>F-ij{!sI%hi4$GQ$(ZkMcRd) z6h?uuovO$UEQ}G)^A9>cj$t+G#nHa0u}Z_wvkI}L@Yx$ttHPb45Pm9}P5aSCnt^tv zQlq1F{vz(}WH)=*>{iOfutf2!e#(HX##((lRKB=^a|;3ewVIxA0Z{_`ILUD^%GDyE z?#iA-EoLRQ#V5^PK3r|bx5nMRsrgVq08ttDmtKQ zV3i)qVRXf4j?Na16KoLU22gpVu7~nT1G<}~I>*d0@ z8)HiC8c=DiRg8tLC#Vn?>GaI19ajNY$X3p0joLs=#$;UeB zNPnZT_}x%uooizN(L5Ly{JzsyKHN1K!S$d_Of}iD3k=edv}(8*_tv>Bd^Ob0n@X(J zhl8u>OdE4Vgd^D9t7*|;i8*y;J=EVIs~L%HsSRnJ7LveVW2RAx`*qZr5Nbaw6km0P zcG6sja>+&yXA)yBF0>6P3)Y-*bL;@O#EnaKVypTKb=K1+uS~BGBu{$Kuidl`1+iz&yk}h>XISZO_NPw3;C)%Jp(pI-1@O19m7o!cYzJx3BxL@%0N$4>2G~irLhlA zA(b{-N#Jh8O}Z6|W=6g+9QESZk7FG&W@05TI~o)0XYpH|>T5xeY1){OM57++CddTz z)tHD#JTtvjSsY%3F*z-%(^xHo6vrbH_QHaE*{?k<5>-@8g8H4 zdbqu*S7S`)d?tye=Vl$GVS1?>hl=p^u-JZMV=WrmMal%-e}FBkE}x5s>1flbQ?=79 zdc~R_X;tC$MtgH(`ULoPR6 zq{$Hy{we~(M4m~+0S!aLv!QXJXjCt4q6@aGH%<+bhS)b!CKp|cmE{0twt_ajh{kDDQF{zy?4 zN|jrER2fUYDP`>ny#r+XIgfuq;8___Vh!241ZSM@s&lislW@y!_9_;s)W)u&j9mtiUm>TqTn_pCdgQ^M zk=W`XjucS2Q<6F*RDxPbbF@hmqw-rX``RirklUmmOlq_bZUo)hXkt`t>*ajw<@VOg zqbg<5X)5KYC%3Dv%8m}`^fp5PyFs&nYe320lQCJ^eFlYcjL{se*X3E-+1k@-AAAJ`O{z0^}L_%`1=ik+$V;UVZqTZ$0bcoF4gvcVD}*`|#y=zQH^0UBYTH zvy%FSPD$ysO;`8r>%X)6@N>H_edFd2U-j7(+U5!V@oT#mF8E1}wn5-;UwTM4>dn`` zy8E4P_{oHpd5NrUxpM^nHDveBu^;nTHlV$ACwO`Gq~4ZSKF!_5X}CR*Xpuust`-!s z^*9F|!O{v*Dp`LP(ZNwZCcapx;*N8N0tPy<+TV8q-?pCVi9-}%Wn?13PLh{zI_ZEV zxRFid;+S@3^6&ueavKL0*Yk10UUKkh3oI|n2yk0q7l7hrFz@3cC}0I-&=LD(q0fhR!iv`n~I0&$wjwXpwC_E*yyW z6lyc+*5f&ETs=^zJ++JZ&}CgrhE(e3%8T3Ia)AqN)hOHFEMH=e$MI}kRl~0MV9EPX z(xxDs{^6NAYK!d*N?wcYDs-LP_KmZ~bBKQR=mt-KF zgAjw-E=qEMZ`D-?qEP&pa4>CM?+^&~$`LKdMC5=}FuK6Zq$njDp>mK;W}=jYL_WyK zWuwc1flc-XLRv18M21BU!O1Zys*?>F2q#of))7JX(Ys7w4yU8w-=G{3+#Sx6(f*i! z9m2U){b}=C1M*|SI4~$bnTkyg2IdPm;ACZJaDFlq$qdks;Ea?_W`KUQyvhx4puSjM z<;G&LgO^UsyFUfei6t53AsxKQI0B9yYjMIk=G8m^18)Oi^(B;nA;F~^dDuZwO zut5Ue`m2kP_%`2NoI^Oij9GOYzV#PdhQ)WK@(SCiJzKjL*!bi?#J2Zlffu-FF))VeP)#$O8()_}2z#P~%@45P&r8R2G>27ePE5WHsTLyAuQFLo6u+ z=3^XUuzZMfIV3xV?TGCSeX0xPTmr;&u9{U*fcOv`&RCG*I1k0gaLvM*OzfwXI6jmO z@M@oz*@H3`wVABM@?zZga`B+O2$C|_-mqLg%gCJtW|s8-Lol-&_1%IQ)n;OiVD>8i z{{@&g^>}Tex-T#<;f%WgGluBj58>Gw5si4}&fkvDFvcy12GR6kgY57OYupAoOmmAk zQ1f_T2WK(dc(5jG*HRR)wqI?Ohid-AMoU<`?>16`T3O^a!pF3+$z3E5(E6K=*c+zj z9G_VT|2H5FL)>z|&+(c03k=X4DMx70>o$U#DWLim)U1$Vgyxig79+H=!G&;~ZT;sl zLQA9j4}y3$R!#$+j|y}dJWIpS;Q3f8T&xDr_XyYN*xU2rISty|sHZqZP(`zh zlVILtc`=x=tB+?4Y;JFGT7l+NhU%F#8QdHy@VtT*b&g;o8x25zqyVXy6H1dCx7Eog z2V&&J_ew@*XCw9yobEo^eT~y`Wt48U{(T77P3H&zDAKlG9oKy^pcq`s&F==*Ye{XK zmaYr~>ru=QHmL5T9K@&wA7ZzkKsC4#5gw?)RU6Y`HV!1D!Jmj>M1#qWmq|hz>`Ho! zXfTa!5vz<}1L-xqh2hX@Fuh#9xGwRkP>pJEFJfRFd&!jNryp}|46N6RluaqT~H1j$pW)sIB#gQH{|lx+n>6RdX5X@LjFG z_Le~aq8=9B6&a|px+(-EERq7&upBE4@0u*wNk$U!Q7FI-(PY!W4H^0QB(_Ofe(e6R zT}W{MEQIT(^AiTwa6mh`nDP34(cu|fFNz}s2G{UCvP8{zeL@7;@mhF#4Y1)(c11F< z!AR0sOL}W!bGLvun8NuBm(RmDxWgSUJbjn&CN|*<7g-tNU{{1oeB)ZtsjhIvqhrM2 zdr|D9Gw?ozy0~OeaKhfg_I2(J4Z2U}%()q~7uRd(KAN(x%Ya*Yy$!bS%^2N$!sA;nGL_FZSNn}%{v5GBgWL)7?b=kIV>_+`@ zArO0l38HgVdBd|gE5u7@A zT45l5G-ll~5T_4kuDZo8;-!Fpx!_SjAe^`=FRfJ)ct9s6*VAq#iG({??xS(MG8pj0 zeKl6X9yM8^L$Q)W9^3J)%DzEAec0+6^wWn8GT^5V8)UFgA2!Hf|5z+mW~{|tUgH7` z`tK>PG1d+I%LiA=YmT7l0O-S(VLE`2m%O~p28!tca0jx>DS7~WEw72XNc_`xFA|m3 zOJVrJ)ExNnrF@C&VXo$Y8pOY;SOfm&oR5pT8t~sG=0gVjr>sv8E2VaLk6FzP z_NULrJLNxfjUj*!&A?@uBF@J=jCah(WxNDD*u)#0A~T~M>?XO4l2Biam$2gK*kP1| zeRS<@9>EO8?-G@N_ZVkyzJd5%DR-g<;YY=amjU>J(4?F-+`@azL1uiX523C!zGIr{ zf&{uz&p|BPUaWGX-b=ZRl;{r5%W1uvCqoSHl@(Eh9oZp+6|sK+V$iGZ#masr=eUe% z>fC%h-F(+j7jt?K-FU;qBf2kiV?)@7>}D2P;SR2EH=VyS_IsZd)tK*MHfzTAGpy$Z z+`=1Wuq~#T2HKlU*&tiAFx%~Y9Gb$2=~PJoyMu$IGRnjCnGCCCGFGCx1DgTZ6=WIK zmR0Z;PkUGu5sdB<}#>WtB>5v^^v=uGoZ}K9oI+he!>=^LG_xjgAA(I>Py?O zI-K~-pgjuB$Lnj`gF37`;k9j46f<*XkOpcyRY#5KJ4ZTLqjCMJoB6of#$x*ui|R`K z&3s&#$rjKM0hh(&HN=3uE4V(^66P@)-4#j1A6dnKoy}O^hK&4t63~#AAGt3;k3ZIz zi2l!^@w(~!nw^icp=a=Xnsv|MdHZR$8V#Ti^8CgC`UGdQV>NdJ2GGZ+OvG{IZ!?Xz z&xsvm0@kN76&Eocs=*qL@w*n3m_E39h6Z|`!!x8$q+1Wm7zyd=yV4YwIDF_zGnih) z)p=Hhpyo8z9mO?%HVDd1LG)pR45sfr!)ocQah{kOOds6j0nK1qPR`9py(pJ1^p>>K zVr|)s)Fnf%SkF6Py*&)t9+pv?|~g$!n0PTAoihxXY4_#Bw*Ns|5~gE zeN<*o3un{;SWFw_9}zcjPDlQM(83wZ+aRAlEO~=``mjL;`E%OnqDL~orw>aD8mw&e zg!^>?e0)W#ad$3pj|$VpeIizZzkGpnIq;+Q0r&bbY3QTsb}f9BDOlL!Q-m_=A&MER zXUaZjVgm6CIA^jXY9PU`zl%r-_Cwfh3;Udj?hEVj7^i`Rh5lQ3-J*8yukDf>@IJXP z;SJmd@RP6YoO3O05I?!NbJm3!$WLAn=?vy^|1;+`pvU1vJ_2Hfc9ij;qsP`d*tw45 zaJXk0zjQ2;&T8@yB;Zd>sxzQ|3awb9MF?}0E&1B#{=m&syu_rcKzgQh98Ma^{Ok3x&#cWlOLg!S6ry+ z945~qJ%^h9Ve)O9MLa9SY|MknKcRD@j)t)iD7Cn&+jJF^Z|;1BIB}^>f1$!5cNcCt z4bXl?hzNtD;`$=h$E7t!!{ocDEh~ZPJtp6Q9G-M(O$RdhIw)}aiatb3MAekJksXN^ zjym!x8Fsx%NKD$8(1Jq2em=d&y)G}+v4jMsX8$3HnJw;GXt*#P2S;7SJ-Y(PAcZ)$ z^CX=f7Gf8jjTUDuh3s>*Y%3&WzoW$rMes|}y$>S!AdKEF3m9@xV8iTxKl^pj0sY&M zz0q{;)XpbD>w8XErt?{}hXY|>n!acIdt)ArOy6@tT&G~|jcmygvy+Nx%X_#VCu0Ln zbTzcLCt|!V2CPk6+9MY8vB=0B3pkY#vO}3ZpP*+VuCv``dJg)qqq4IpxY9Fhin@mY z3m~=W1pN41faxVdzJ2N_EFY$Opbr~l`i78aKV()2)1BuN)H~p+14mQ#2I{+vbo~In zh?xKz6;nL>6%jbkzAM!k6_o`J1A1d!*m`?#=Ra(;!1-*a{wybfL%OB9FRMb%AZDCv zu~2NVD^6_kjMkVHxUItp(Ez(VFJ`$0*(bzw!vOnW!CP$%un+c`z5(`$n2k}kC=g21 z`Vm{p0@+|moFVmqO{{HSi2F;7I56mJ2XMK4fm}1LN{nu>%b6s$DZ=N4?F7ZABWA$8 zApHCW+}qz3I~Jy+`?#2;J6{1$xQ!Wbw-A}Z_Q`~0Z3h1XTNl{*Z?JuMgB#Oe`>=Q& z!wmZO#_TOKBmMy~nR9|r>Tf&+(z@Zw|7X2an2sUt9n1yR53#dKj zmR|3shIELaU$8D2M8irWL14nblo-&6g-FUbJgL}IYmf{JRSw)D{k>9}kYWq70-d^ctII2GuI7KwDAxx=U-&O=%x~i9<25g-{TB^Bd2(P{#PpZ(g|h?F$wD;JjC@X(D|# z`JAfF>+$Pgu45~FR|tFDyVI&Br(X*%r>u*?JF0N=+k6JwKprBNp$7Cfu0AS5%_IP< z%1{IS8`r)rLk;>NVn0;v$-8m&AsK4=fZd1xsSGu}z>U|wBSTF`u=~V=GSu`12(47l z^avE;*HH8el`OJnsAO_ILtQZ1?5~SP9cr!1MveJ(;V5mYOUI1+bpe^>04Q!StF4rr9;N6k9oZl!mJ6x+9T5GhtH*d&Z{WI;lkccsOK3!b>DbsZ{c*yPpQ@ zVF=Ax4|=;gjn0(MuF9({EeoiuV&Jrjk5po@&%h>g)iLRCLoe=oT*z@9K)u~nVntOa zi0G9LQ@&kw)(!P4)<`SG`*le`8(ZkY-gb1)xEVJ3Rs8;z8L-lRi-we{Svs}Qn@OTRYMRW^#NqlOzQcXCe z-=GfDBt;jDu47hz=_RZ`#7H>Y&wG=VDq`;~J?hZS#cd=aiP9~RrrzLATXm{_d1W}W zS~6K2pA(0RZ9FDKcTefzuG$?~-L%QVsa%CjG7Z0Rf-9qH?axYS6XVKGnoZ*9 zfaqh;RIPs%(#NL#I-(^=ckWH0?@PE89J^;~yx7{wM7Ce9c7Tr9vaW4aQd}=ZO$~Ab zze0Zys!!8?g-U%+Z{VWfd=oETi$z+IMrof+#Qp-C%C(kF)>tFl^{NWh3E2*zM#9g} z@LTIA?Kzh@_3-cryASbJnCkhwWi`vTZLC_#8J%QesSfe#;w)X%3F9cH7vYf9>l*(! zRKKQmDZw_W4wiXv*(Z7V)#ZyjU!v8F$?H>9a!UH0$7(rTbLuQ=5eS!E()EyUp^&$* zi1AQ3lhTz+K{n6is?*(8&^~MOi&yFo>o|{bM<1@=YcQfkvN?=sY^=aBiF6>`)3#(r zq&3ZL;;yg4lTiCM`3G$&P)lmxL)mB})|b1nBSxfAvQ~-kw$j$i(^9&|)bti{HQD$xkA9rh1v1!JayQ19$pI#juy*o+VTh�$E9FR%y zQfwD5kgj5Imz&`4S1A*`Ggzo+pqFtSqMApSPmhLM&um{DY&~PM@v8U{2q+q*n+ZKe zKh84Pr8%B!MtK<0(=Hb6&7`u3@Gc9UfW;pDbo(MMChT>Ead9}$af7sG7U!5L|H0Lb zrI>Q0rqp$x-vwNSoo7QeT#q8;)?N1~LKmwTIG!xgb=Q6M@a(v}xQYt6IqpU@P|;@E zX@@$W=zNs8eeHF4)rV-cXsJ@imDq*J=pIs0*P7zKPn5-hG8 z&$!N=W~jdq!cmhSApjzDNBXtYcx<$ljryqoG7;klCw&dNoLHyh2Qhfj_iCOey%9a& zKnk8m@M*KP9YD>IWUU8qbu92_EB0Y}@D>kAq#8y!VaKuNV<7;rT5d9MbDF`>gEW%V zL5mFej4q?Xe6zeBbfD1Bx(J>GChklyJ$ZhavBa1-vL;_-ovOJZJRC-^0_ddOE~+pr zpZjQpmPW`rO&^G?#?D|K)eQh+7J0n-i@W^+Bwa*4PZ2?M%qm2^2!d8hjDq+uX`Kk- zq`^-Wz{#DoacmrI;)$xeaZ^<F1$WX9=W!G&4c<+YNR zSMWqGMk6XcTFJBWg45_AUf@l`8*d5jB(8JnL%LMgv~Y`P*Y-T#sHG4K{lxm1BW5c zdQ+j{3?bZjd8-L583z^p#RfA@%r_gsATi%u1lwU2EH;YKVZPajJwaps#Es;-bONUIhWHV6|@_ehoZrJSy;Lr|YA_`i~sAmm$SInl|n$ zFJJsZDh_Z?QGMh&+>6F>KQ3R^Z#Emhenjr(q#ut`>@dfO12-HSg;i7#6*bqv$vyZ4 zaYo#+It3`GP=Yso>?*=2ia%e7S%ROd3I-InP$Pg^>y?8lEe9ETatCkbIo237BsLDO zVn$@KPyq+#tB9=PhAB?fr93csIgIh@;s|p*oU&K%=zJcp5r4kGIE*I2^b=QN(OW-m z1!kU(KLDVa#lY2rXQ?s0!V*PazrR+{3^g(-SZ81I1ri-pIvw?yNk#SKP9gxhrR3I+@>xil5w`YeY5 zKWhkRj*4D_vI|@h=HhZm%A@KacRayK;tes?Va%NjwgF?$yeQ~6twT?cmCzff@-^!{ zLGKhj@4R{IdRC00bsXd-DWkoI@IT^?ELg|373YCL0CPe5_7&?fm5TLlTLzpC`y9H0 z#h6zUsS;BCsfrc2wT^}G*0i1 PvbUyhzRhO3v}{vC*yi>Jcv{?TwP*}jOJcwYw_ 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
mNqVl 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 z

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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/Microsoft.AspNetCore.Metadata.dll b/TpBlazorr2/bin/Debug/net7.0/Microsoft.AspNetCore.Metadata.dll new file mode 100644 index 0000000000000000000000000000000000000000..66c9b91ffeb090974ede5d023758c70cb05076dc GIT binary patch literal 17168 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 udgFv6+D;1;D5mD*oR9 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/Microsoft.Extensions.Logging.Abstractions.dll b/TpBlazorr2/bin/Debug/net7.0/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100644 index 0000000000000000000000000000000000000000..ce5184bbab39c83afd95bb0e88c207a49fb85b34 GIT binary patch literal 63096 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�b^uxdX0cDX|9zTvp1v$p zO-fQ?v?7t9O;m@MB0G1=xRif(if+45wR-8>ckzx!IbgOL`vd=f-B-1sN;UiVf?{U=rPm4XwE{B=w|*nDTCSh>H$6c~rIcLv zJkexJ9Tj1xo*P^9o_j*&>%EsBbE!g-0+>}~L_K=lfA)!r%)A3xb^4omh4=}WcCRrG z?7Rv;nA?6b6H9x)g*z1skoW;{ACZ)@T?w1lWYE@W%EpEba_^-)h#m$KL#r2X-k5V~+otH0yS`4i9M-=>g2{{|B;bTW<`PK$L-RbWtSu>@bwcmYvqM|XlBpfG@~+(ZV6CjEx@;nmTaF)Pt<+&Ft*^QF!+N)GiG%!ZMUc7M zr##Cs46;6RRr|GP88@P4oUO$XO8_bD7=C~I1p6UvA3C}=%iK&Zy6r>jSD#*sWis6!thGC7 z67EuU$KaRm63drKp3fzzyiIA+%`aZeh`fBP$?ILoOY2P!zK8o-s2i4TJe_%`_`~7D zr8c^L-zT_ki>Xf<+cNZV?z?s6Val0=yp)Qv0|qn8t}gV-aNPX#$i?6VSM;?vxtg3G zankVcP|DyzSm-LGP+im^b`FS*+KF7Naj6_ajt@nZ*a@ ztaJ-~XRww2ZLj*JiLAmca%K+ljSJbA%1Z{T=WpKn%I<3p?O{dM7&fl-bUU$b*W4q4 N9*g7f4JJr;{2#pr%q0K- literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/Microsoft.Extensions.Options.dll b/TpBlazorr2/bin/Debug/net7.0/Microsoft.Extensions.Options.dll new file mode 100644 index 0000000000000000000000000000000000000000..09a4ad508c9c0beaa7049ba9e1c85f27ec9dcc3c GIT binary patch literal 60584 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/Microsoft.JSInterop.dll b/TpBlazorr2/bin/Debug/net7.0/Microsoft.JSInterop.dll new file mode 100644 index 0000000000000000000000000000000000000000..35aea1e5f5fd9a4a3e6288183a801ffd3feb4f97 GIT binary patch literal 65808 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.deps.json b/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.deps.json new file mode 100644 index 0000000..d5ef102 --- /dev/null +++ b/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.deps.json @@ -0,0 +1,1510 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "TpBlazorr2/1.0.0": { + "dependencies": { + "Blazorise.Bootstrap": "1.3.3", + "Blazorise.DataGrid": "1.3.3", + "Blazorise.Icons.FontAwesome": "1.3.3" + }, + "runtime": { + "TpBlazorr2.dll": {} + } + }, + "Blazorise/1.3.3": { + "dependencies": { + "Blazorise.Licensing": "1.1.0", + "DeepCloner": "0.10.4", + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Web": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "runtime": { + "lib/net7.0/Blazorise.dll": { + "assemblyVersion": "1.3.3.0", + "fileVersion": "1.3.3.0" + } + } + }, + "Blazorise.Bootstrap/1.3.3": { + "dependencies": { + "Blazorise": "1.3.3", + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Web": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "runtime": { + "lib/net7.0/Blazorise.Bootstrap.dll": { + "assemblyVersion": "1.3.3.0", + "fileVersion": "1.3.3.0" + } + } + }, + "Blazorise.DataGrid/1.3.3": { + "dependencies": { + "Blazorise": "1.3.3", + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Web": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "runtime": { + "lib/net7.0/Blazorise.DataGrid.dll": { + "assemblyVersion": "1.3.3.0", + "fileVersion": "1.3.3.0" + } + } + }, + "Blazorise.Icons.FontAwesome/1.3.3": { + "dependencies": { + "Blazorise": "1.3.3", + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Web": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "runtime": { + "lib/net7.0/Blazorise.Icons.FontAwesome.dll": { + "assemblyVersion": "1.3.3.0", + "fileVersion": "1.3.3.0" + } + } + }, + "Blazorise.Licensing/1.1.0": { + "runtime": { + "lib/net7.0/Blazorise.Licensing.dll": { + "assemblyVersion": "1.1.0.0", + "fileVersion": "1.1.0.0" + } + } + }, + "DeepCloner/0.10.4": { + "dependencies": { + "NETStandard.Library": "1.6.1" + }, + "runtime": { + "lib/netstandard1.3/DeepCloner.dll": { + "assemblyVersion": "0.10.0.0", + "fileVersion": "0.10.4.0" + } + } + }, + "Microsoft.AspNetCore.Authorization/7.0.14": { + "dependencies": { + "Microsoft.AspNetCore.Metadata": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1", + "Microsoft.Extensions.Options": "7.0.1" + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Authorization.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.1423.52316" + } + } + }, + "Microsoft.AspNetCore.Components/7.0.14": { + "dependencies": { + "Microsoft.AspNetCore.Authorization": "7.0.14", + "Microsoft.AspNetCore.Components.Analyzers": "7.0.14" + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Components.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.1423.52316" + } + } + }, + "Microsoft.AspNetCore.Components.Analyzers/7.0.14": {}, + "Microsoft.AspNetCore.Components.Forms/7.0.14": { + "dependencies": { + "Microsoft.AspNetCore.Components": "7.0.14" + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Components.Forms.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.1423.52316" + } + } + }, + "Microsoft.AspNetCore.Components.Web/7.0.14": { + "dependencies": { + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Forms": "7.0.14", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.JSInterop": "7.0.14", + "System.IO.Pipelines": "7.0.0" + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Components.Web.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.1423.52316" + } + } + }, + "Microsoft.AspNetCore.Metadata/7.0.14": { + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Metadata.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.1423.52316" + } + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {}, + "Microsoft.Extensions.Logging.Abstractions/7.0.1": { + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.723.27404" + } + } + }, + "Microsoft.Extensions.Options/7.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.323.6910" + } + } + }, + "Microsoft.Extensions.Primitives/7.0.0": {}, + "Microsoft.JSInterop/7.0.14": { + "runtime": { + "lib/net7.0/Microsoft.JSInterop.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.1423.52316" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "Microsoft.NETCore.Targets/1.1.0": {}, + "Microsoft.Win32.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "NETStandard.Library/1.6.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.native.System/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.IO.Compression/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Net.Http/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "System.AppContext/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Buffers/4.3.0": { + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Collections/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Collections.Concurrent/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Console/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + } + }, + "System.Diagnostics.Debug/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Diagnostics.Tools/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Globalization/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Globalization.Calendars/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Globalization.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + } + }, + "System.IO/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.IO.Compression/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "dependencies": { + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" + } + }, + "System.IO.FileSystem/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.IO.Pipelines/7.0.0": {}, + "System.Linq/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + } + }, + "System.Linq.Expressions/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Net.Http/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Net.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, + "System.Net.Sockets/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.ObjectModel/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Reflection/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit/4.3.0": { + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Resources.ResourceManager/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "System.Runtime.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime.Handles/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime.InteropServices/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "System.Runtime.Numerics/4.3.0": { + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + } + }, + "System.Security.Cryptography.Csp/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Text.Encoding/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + } + }, + "System.Text.RegularExpressions/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Threading/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.Tasks/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.Timer/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + } + }, + "System.Xml.XDocument/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + } + } + } + }, + "libraries": { + "TpBlazorr2/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Blazorise/1.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fthikFkWQ65VkKzY7dt6FCFZFVbSmCVmYtOItfJrA9ZScICeU94uVivOv7MaWQboMP7ku/Ap7NKSgICrz4i1Pw==", + "path": "blazorise/1.3.3", + "hashPath": "blazorise.1.3.3.nupkg.sha512" + }, + "Blazorise.Bootstrap/1.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LOTJSplGQnxYi8Gb81FdkSdnaZQXVe5N9x3ey2kWpKHoesN575H2CGVCrs+tVWQbjXjZ0EFXlxs0z1BU/RhFlw==", + "path": "blazorise.bootstrap/1.3.3", + "hashPath": "blazorise.bootstrap.1.3.3.nupkg.sha512" + }, + "Blazorise.DataGrid/1.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qv0WMv2uagisVOm/7qcHk6OOpKCHDg1VOE8z1adLv+ksgY19o+yoPSix1MPcGd5fz0DsrvKJl5g2f7VbbgMZZQ==", + "path": "blazorise.datagrid/1.3.3", + "hashPath": "blazorise.datagrid.1.3.3.nupkg.sha512" + }, + "Blazorise.Icons.FontAwesome/1.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TAVvrWknhX50eagNo3+Y9ZiUD2vYy4mTSNMzukWDLIpWb+kxmDtbM2463wE124qhW7TZFYJ2gzD3vCZXYj0VdQ==", + "path": "blazorise.icons.fontawesome/1.3.3", + "hashPath": "blazorise.icons.fontawesome.1.3.3.nupkg.sha512" + }, + "Blazorise.Licensing/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QDHl4m8ixmq+xIsW3d0kHBpJYJPqMBzbNCFhtEsqSrmrAPMEmSVm6r9pprkgT51leeqvkPxuy22Osiql48KgDQ==", + "path": "blazorise.licensing/1.1.0", + "hashPath": "blazorise.licensing.1.1.0.nupkg.sha512" + }, + "DeepCloner/0.10.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-z8ASd9bjXkVjcnIrwUKrxb/bPi/gvG5NX3nv7MHK/5QrlYwbK7N5ZTDNaYXQ5qunaUCMGN0UHdgkNARIEBTEyA==", + "path": "deepcloner/0.10.4", + "hashPath": "deepcloner.0.10.4.nupkg.sha512" + }, + "Microsoft.AspNetCore.Authorization/7.0.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F4uM+ZIljMV2hF+LC4qRjswLsG21EO5pH07j9ec0H2eXFHlNoC1qIagHxgoQA2spkImqrBgIhWDog6VRQODTNw==", + "path": "microsoft.aspnetcore.authorization/7.0.14", + "hashPath": "microsoft.aspnetcore.authorization.7.0.14.nupkg.sha512" + }, + "Microsoft.AspNetCore.Components/7.0.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UyCH0KPXTXQVf3/IzFAGLmHVN6HjLB1JjRQhyOuTIG3bJVMaKjg3zi0F8z3bAH16S5iMaNNd8dqpby8cd98aSg==", + "path": "microsoft.aspnetcore.components/7.0.14", + "hashPath": "microsoft.aspnetcore.components.7.0.14.nupkg.sha512" + }, + "Microsoft.AspNetCore.Components.Analyzers/7.0.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qdhspIGt1B04iqIhxrch4ZJ/l+pjDMaibHdgaANbLVZBaV9qfc66TcGh82+dz2wyn2hZdYRlAw1oe4WIQpK5CQ==", + "path": "microsoft.aspnetcore.components.analyzers/7.0.14", + "hashPath": "microsoft.aspnetcore.components.analyzers.7.0.14.nupkg.sha512" + }, + "Microsoft.AspNetCore.Components.Forms/7.0.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rzCBjZbuGIi+u4JYgw8sZ2cmBpm8hPwvCRGwCLmXFStSMCTZ9zogxVGFNXCUr2SvckOMZsm6liyOnddEUWv9Ng==", + "path": "microsoft.aspnetcore.components.forms/7.0.14", + "hashPath": "microsoft.aspnetcore.components.forms.7.0.14.nupkg.sha512" + }, + "Microsoft.AspNetCore.Components.Web/7.0.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6NUZNP2SulUqj4kQeap6AzlZWfMSAGoi2M/RKS2m/t2sy0J097IwNEjdLXpF4krWuNbSsCq3QvcVhEt563fvVQ==", + "path": "microsoft.aspnetcore.components.web/7.0.14", + "hashPath": "microsoft.aspnetcore.components.web.7.0.14.nupkg.sha512" + }, + "Microsoft.AspNetCore.Metadata/7.0.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c5QBvWR294bUxA5bePGHjO6y2/hK3yF6WCGH+FVMnG5kjpD1pfgBmgnQUmpxkL34Ql26jlWUyfu/7rsBu4nJtw==", + "path": "microsoft.aspnetcore.metadata/7.0.14", + "hashPath": "microsoft.aspnetcore.metadata.7.0.14.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "path": "microsoft.extensions.dependencyinjection/7.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", + "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/7.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pkeBFx0vqMW/A3aUVHh7MPu3WkBhaVlezhSZeb1c9XD0vUReYH1TLFSy5MxJgZfmz5LZzYoErMorlYZiwpOoNA==", + "path": "microsoft.extensions.logging.abstractions/7.0.1", + "hashPath": "microsoft.extensions.logging.abstractions.7.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Options/7.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", + "path": "microsoft.extensions.options/7.0.1", + "hashPath": "microsoft.extensions.options.7.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", + "path": "microsoft.extensions.primitives/7.0.0", + "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" + }, + "Microsoft.JSInterop/7.0.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5+YxHnaDo5p+o+4FeQAitO/Sehr/hOo9a+psA2PT+hdup0OpKjuLuXTqqlrC96Yl57/Y1N24GeY8x/RrJ+k5MQ==", + "path": "microsoft.jsinterop/7.0.14", + "hashPath": "microsoft.jsinterop.7.0.14.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "path": "microsoft.netcore.targets/1.1.0", + "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "path": "microsoft.win32.primitives/4.3.0", + "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "path": "netstandard.library/1.6.1", + "hashPath": "netstandard.library.1.6.1.nupkg.sha512" + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.native.System/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "path": "runtime.native.system/4.3.0", + "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "path": "runtime.native.system.io.compression/4.3.0", + "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" + }, + "runtime.native.System.Net.Http/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "path": "runtime.native.system.net.http/4.3.0", + "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", + "path": "runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", + "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "System.AppContext/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "path": "system.appcontext/4.3.0", + "hashPath": "system.appcontext.4.3.0.nupkg.sha512" + }, + "System.Buffers/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "path": "system.buffers/4.3.0", + "hashPath": "system.buffers.4.3.0.nupkg.sha512" + }, + "System.Collections/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "path": "system.collections/4.3.0", + "hashPath": "system.collections.4.3.0.nupkg.sha512" + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "path": "system.collections.concurrent/4.3.0", + "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" + }, + "System.Console/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "path": "system.console/4.3.0", + "hashPath": "system.console.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "path": "system.diagnostics.debug/4.3.0", + "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "path": "system.diagnostics.diagnosticsource/4.3.0", + "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "path": "system.diagnostics.tools/4.3.0", + "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "path": "system.diagnostics.tracing/4.3.0", + "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" + }, + "System.Globalization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "path": "system.globalization/4.3.0", + "hashPath": "system.globalization.4.3.0.nupkg.sha512" + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "path": "system.globalization.calendars/4.3.0", + "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "path": "system.globalization.extensions/4.3.0", + "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" + }, + "System.IO/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "path": "system.io/4.3.0", + "hashPath": "system.io.4.3.0.nupkg.sha512" + }, + "System.IO.Compression/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", + "path": "system.io.compression/4.3.0", + "hashPath": "system.io.compression.4.3.0.nupkg.sha512" + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "path": "system.io.compression.zipfile/4.3.0", + "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "path": "system.io.filesystem/4.3.0", + "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "path": "system.io.filesystem.primitives/4.3.0", + "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" + }, + "System.IO.Pipelines/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==", + "path": "system.io.pipelines/7.0.0", + "hashPath": "system.io.pipelines.7.0.0.nupkg.sha512" + }, + "System.Linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "path": "system.linq/4.3.0", + "hashPath": "system.linq.4.3.0.nupkg.sha512" + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "path": "system.linq.expressions/4.3.0", + "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" + }, + "System.Net.Http/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "path": "system.net.http/4.3.0", + "hashPath": "system.net.http.4.3.0.nupkg.sha512" + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "path": "system.net.primitives/4.3.0", + "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "path": "system.net.sockets/4.3.0", + "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" + }, + "System.ObjectModel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "path": "system.objectmodel/4.3.0", + "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" + }, + "System.Reflection/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "path": "system.reflection/4.3.0", + "hashPath": "system.reflection.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "path": "system.reflection.emit/4.3.0", + "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "path": "system.reflection.emit.lightweight/4.3.0", + "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "path": "system.reflection.extensions/4.3.0", + "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "path": "system.reflection.primitives/4.3.0", + "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "path": "system.reflection.typeextensions/4.3.0", + "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "path": "system.resources.resourcemanager/4.3.0", + "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" + }, + "System.Runtime/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "path": "system.runtime/4.3.0", + "hashPath": "system.runtime.4.3.0.nupkg.sha512" + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "path": "system.runtime.extensions/4.3.0", + "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "path": "system.runtime.handles/4.3.0", + "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "path": "system.runtime.interopservices/4.3.0", + "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "path": "system.runtime.interopservices.runtimeinformation/4.3.0", + "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" + }, + "System.Runtime.Numerics/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", + "path": "system.runtime.numerics/4.3.0", + "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "path": "system.security.cryptography.algorithms/4.3.0", + "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", + "path": "system.security.cryptography.cng/4.3.0", + "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "path": "system.security.cryptography.csp/4.3.0", + "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", + "path": "system.security.cryptography.encoding/4.3.0", + "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "path": "system.security.cryptography.openssl/4.3.0", + "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", + "path": "system.security.cryptography.primitives/4.3.0", + "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", + "path": "system.security.cryptography.x509certificates/4.3.0", + "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "path": "system.text.encoding/4.3.0", + "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "path": "system.text.encoding.extensions/4.3.0", + "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "path": "system.text.regularexpressions/4.3.0", + "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" + }, + "System.Threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "path": "system.threading/4.3.0", + "hashPath": "system.threading.4.3.0.nupkg.sha512" + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "path": "system.threading.tasks/4.3.0", + "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", + "path": "system.threading.tasks.extensions/4.3.0", + "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" + }, + "System.Threading.Timer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "path": "system.threading.timer/4.3.0", + "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "path": "system.xml.readerwriter/4.3.0", + "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "path": "system.xml.xdocument/4.3.0", + "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.dll b/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.dll new file mode 100644 index 0000000000000000000000000000000000000000..9ac22651867b1627e5fe42ff3be4e875d3359417 GIT binary patch literal 54784 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.exe b/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.exe new file mode 100644 index 0000000000000000000000000000000000000000..387d06a2c6124b74ad90ea44e815c39807502796 GIT binary patch literal 154112 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±Ql&{%y^P1a;|{`fEEvi;`2*ySJ2%S1{GyDm z0seE6s}%xqHOqtYD-Yb2z`1|puB4WNH=7SqFnp&F1>rmAtJhx?RtoSheOib|uTYph z<-~j_g*i_Bp3SelNkRLsNRU+SVXu*)MJ$eBkB0#e4UbWA=c~Vf2i|IbH~)CO;&#Kh zmSP*GlSL4Q3rLJRpCzTT>d_iJgZ-m=Q|3P*!K8-7#GPlYQo9RR+}V&QcNB$~GbmTk zqRVzzrNS*&-_9y313M(VTG3|ZFP#!^&htY9%U@bJO4(HvS5@LiAm2KJn#$Ivcor8B zCbKhmR@ukgq5~D^H=X2*Ol1opo+ARrFm7(#A}ZbkVRKtyZ~J7&R~U1JkViD1jAzZQ zGSsSId+?+^GwkaxwUFv5$Q~7`MuP3d2!rg${b2G-E7f-(=Ggl zQK5{M=P1atcURlHIM-TV)3z%knv++PN#$b@wuf7bQPLPd5slkJTXB4_zvUDbG)HX% zVyA(U|9APp13GuPRtieU=dO1};iYodfqyn+j}|gN7(MO@IVDo>IIqCol$>iBlRyFL zQa$Or%QxnA{B7#uFAEkMtYIaGxMBmI70%RLktdV_Hu0`0axf;4fKH)Gt-M=4vrw}w z-QspnoWXa4qLC0hZ_b}02*b)R&YlLykz?cr=ChMiGqZy7n4GcYx?z`x;)1kZS&+4T zqQVVT%i6g3EH!bpvLLQ#H%o^m!5@8wZ+m~KNoF5tuN1aY-CvSrT@9`E8yNjf++h-f z$>lE{a6@UTGJ2i7!nEsv1agJxn6JIUlq(H5*cGNvRJS|Lm1mMbWH!wbkt)j*mq7Sd zUnmJILEdX}he?hu?fXlN>n3%!c!hm=>1{bAXnfzgw*+uM$LdHr1B_;!Ds1k=1nMO> zJA^}AQu^!+rXGR98YDcNM80S?9i(Vf8m%I~-DRXu4pV4u8PYqE_L7AEtV1a3fJR=z z({CJgm3nN15y_rJFktNPmtB$vZMrZ|dAL)q00ZSOv%=ZaZIY3KAMLdHQSid>baBpj z1SAFK7ndXN1Y;u*Q$z|JUPpkp0r*)_%$I?3exQnKlw`l--GJmPE2)c{r{t zd8NXLStJV|?TToq>$H=yY_RxF7wI+K)}IRg^vT#G&e25cYfS5yHOlG$}qRf?@OeMpd3DtQmVn3!oTt z8d^hC<^HOr zb-_kL6=gRL-HWpzF*ZZ`FWpwXC@*=10fVz(=5lZSLeJ2CpW#6<4jC6A6qlZW-;?yV9Ny?d2<(AafIci7@Kj26tFh_?Wv za5>W({hO6kMK!kiHQ$FGV*r8z3c#RwR-{o#10hGGaUUUH^t?PEOU^o(qvsX# z?y@Vp;$W4Prc|a9+Lftrh#(hLpxcNIcg=XEjTL!ZKvWu!A?PaNz-cWxz z;qoKcUYb+CPd{KZ`p-*EgXzxn4c_xI^w|XIbOuPdU%O2=ssfv_(|VRf{zi2 zv2C`Xc>}4N<-F0W*54Mh5q((MA(iT5Ued#F?Gh>8($CcaragsAkVq!CdD`-2f)PQ$ zcbqJ83h^i_M|Ec=M$%_!iTp|p2+x{q6Fbp2fo<70T3f!6{GvMMC%<)b4+eW+cRkT@ zXZ*)%L${BI5+78Wp`X)W+SW>YN*14pOsscR@O{s!#Ih75@v$VfR?1VdcvNEbt`grs;${o?R-w@o z2_=yg9-XT|WO;JF;KCbnz98quCYpl@e8b!2F5%+J7uM_~DDj;(qLIx%mU2$V&FM^(iJnA^`+03sSgyH8fZ>10}@L`oL1 zt;Bmpf7p6-D+4@mmZIa*NoA*0k%?nb(aPJpv+Fo55LbOuwXc^fq(m)R`HzglL~ppat0YZzs3G7IAS zIoWOpdAu6pzU}{F)#Xryth&Rcmj7baT_pWx)x20F$A;a~V&wu_Aq#v!BV?G}B1#qZf5Feq-f^#8I3~?dD)L-$giWSb)^kf%mxgbfgD4 zu0?xQ;r5j2rwJ*m;gIuxhnoNIar)A*Cpf16dRx002z%~Qg;E3xPA^jqKrb3Vzxb(Qhu2QGNNWy=Gf-gNdSp*l>(XrpiM7*&I zEY>23n@}`&6co~&LAADoB~WkHbxFpM3$#^l4%w_;4kPInUrc zDyyCZ<0Zjh5+EC|NA*lys#xk^}%u$u*Mondi5<>SOLR*4eJCXTV5H+PRy9Xxrl zeW`Af={?WJs7SWt#JW~~>ckgtqG!kH2FjA6Mkarp_SWkNcsn0S z6Pk^nEdN4y_%9APsHiq)jERaupg ziA#BOMEr(UWLZQe8_A^PNq?rugMx)sCl}UFM=47RF{6V8>GF zS8K|OJvdjs3bbH8d90vOi+jYUyc9}1_sJBg3$^u$1pw#4@e^+?%6R4~C43c}p*VA^m34NwKHD5<64N13`cmcWHU3 zQsZZ!M_~(DJZk-`%Bt1rA<%K^2T7=|I}oQ=e~a3$QMKRWlCcLX^{WTQspWu9t@;+l z4pqgvDOSd+>qP|~-UND|zVd)V>%T>zYZ_&wVxyratI@{}C`$e$uR_Vy6}qKQ3mHzO zu+|X1&51WJUH*1l8tfaP8z*oq9aYzzLEwS1hZKB+=4M( z31K&5oBb&NyNsUA-YW9wFuhV*Dx1u)|7J;{;hfN=I?R}u$0B9b zOgo^2DoT*-6=b)UYq6ykLv?!MK0-%D=^3Yn5RRdsr~JzonuD6TfuXgkEQUX&tOpKk`7)<_^aNQ8J8P6Ogs41- zltZ-H>*1dj+N%|^QVUsG`INA9T0{F_WDQC|q}F@~0xWTl5oed8*pg~NX>)|{P-Rqt zTU}CmgveOi6DXOQeh zp7H$saw$A<9truTPXYd?7l`w6loi@Qqj{L{oA2f~9XqW(L`cXidAi!-hI`IFpAjVw4HwLDXfvGnC z2cy(#V7x9Fm+NU{scPiuDUEccH1eRMa=kg7mI$ePpKZ3>AF#nn#>DHgh9m&)JzzxY zRAs@G%BoW;15X?{A`{}y#}+dp7UWl&@4_Mi`HkFJvpWW3HOFGC=w$9m((7k9X<2u# zfbEI_y#BU8trFx|CwiOph<6ph{|LbUcmnuW(r)fNU*AdO)aD->y`L2d&Vec+z23&VAe-w zNP6c-zZGga_g29*yZ9iEhn=qxNm;M|m9j=s7Om_8ih5+&lwpeo8MQmr7i$rV$=)~_8X_H zI)YaBZ@}A~G+;3@JcadCMT%EuLFbMaDs+|lCJb7_UI<^j@wNz=j0Xe9eb-wggmalz?i5FzFUW^z?%)1G+Mda3PV&ExAy(&gDqZf$ z>Sh0J+@NN-i9c+SQo_$~<|Q)I?LB=@MN>#$>mcnl zx{-B!l`K~|P{|oA;!ZBoyb=_~3H=ue_pDBrXl${|_2tS^VJ99~B z>_bDEOA_RUzf<}5P=9mxPb|O~N!Q}ei)e*y%f0alsW|FPv-;cyeKo(7^DZ?vU&Mnh z#<~|oE|l?`%b2Wd5TF<@rKWygBj2ASzxjlMBWLHYrC&10uh$V`gxSzJ|17c5+>4~P zA0=x`sYjKQm8|C_#*__!XkMK_cZ_}A&k*xnf#U&i_(ccp+M^#74xiY-x0ltoesK7d zd}+0F^@qbw`S_6f=nOuT7?WogN+=0-XVc*C24SV z5eD{xqs9rQ2w^4l6_gTfLfm40^(pMw0bn_cjLo9>lCYtZdV+G~FBR;e;qP^OUbV?n^Zq`a45N|8RmYkZ4h z(^au0s;P4kk@aOrV;o-zg%L`UMDPRJn9+P>hU*%EA_l2R4N{+~*+6{bDBZq5MyVwa zxCB8)>jl5DV_8mwY?^nmN)UewW1hNcPHt8R^zMIWScVQi(r0&@GY}(&$30O*#^4OL zBENk`R+QZKh-Ob#q}3UdsA%q&Jj^F5ILv&1@u-ql*oq8)o#^R;0#*?%rYFl^yUird zCvkU3oZ56ob6t-R5km%_qzZ~g2x*9BXR@W&BUyuy_Mzb__gg7q0TwEZuDJ90`O?AM zJ9&*euVfHx9I=3)B18d+qxF2gDiK#EfoSgOD$|$q7_&|0{lla=a|_*U+ts}=WCK^U z$B+L_kgUf)5R%_Z$QM8UA!6+DatMaVlTBW63D^Ah`Q;d3qiB%~ENShYO||aQ(?i)c zk<()Tk?S$lp0arkt?^u$24iv-I#OE0=d?`)eoEl)LR!l=X^rpjB(D}7M%on_g}cVK zhH|yl!~QN^3BNTuHjK!gvAZ;}GmDsHSokf?QoHfR+kLZJ;c@3*>sgUm*gCdeYkZ0{ z9&PmyV}1C|@ol>X7~4GY)*)L-DwajJMwg`(#pC1R11ahDACr~?m3+=QyMLw19=uj6 zC4Xl4&4GHGnYrVw2@TWoauBMBa`r%F+8|b^+8)bRE%X?J14cXWFMyM_b`U?ZfkpCx zfxX|~Byxh_7^6Klv2Q|^#-pao6TQ$8cP>#$LnF+a5tnzQokTg|&Uh?GTb)50(_5r; znJ%|TF1W@cx~z%0k!f*Z$hjw;-HNnGZW$jnP#7>~dwz~UKz6Bck>PeMRdt0-DW_P; zq?NY@OMVpLoNFiQqyx>bEaF90KWfjv#5@n)9x^j>i;h_h>6W^_yQ!euhE6EGVBu7h&NTzx5 zz%--O*4EjXOe3;m32^ecR20Zl(;I^pn@E>;)z)Bw}3Iy{bautU>@ zg(N9T+u$ii-L9j4d|C*7n6J3opKhKtgZz<+SlDe1YX0aXvSHw^)6ADygcg*_B2ZX? zr74I-Xk;(W2N<~6hcIuD=>6eOVq-Ade3tu5diZ;AmGNK+wQ*b?bU^#+%T>j1;B_tC zd}_K>jQd?xFZPe+dP}GIb2@8dA?%lOuSw8JLg=RIws0DLI-o(+EFIlxE})-SA*LJB z0H12W>>^pq4w5nP>OeSmZK*<*o6MiU1^4Y)5_mbEU`O81HnMR1`z%s;c8Zq|*Xj+K0(>J+6C zq-Y zw94>uFyT=2m5*pN#GPZMb?ha$2Qekjymc>ysdl`hij^Dd7Eq+XgYs8UvYjFQ;YE_U z6%_4SNl2?eIduw4d8_G>Rm=t%I~6-f=#hl72YUrD83_wSx+>B$8<<%XLMXL#4UFn|qPDFl(Q1t1FSms((=5K|JjGLl5HKxxEdf{qiSeB&NtE z&=k%6F;$qW1m%Q}Zy?Md$c*2jU`+^X_mV-rGZE;hO|} z;a;LNc6fy`kw&~EVvdPG(oj|CC;^y%0Wif{9ql#nb`BX}#k$F< zx4VKp3)`LIxO2!4($e;J)r@MbIZpIm1Z)!c1{i-ClU7_L7h$-u4a*6tgt+s?Inwe3 zKb0t-1-M?qm21WRcnw&$QqG!DLu2wn!-<%$MLp|k!uv)pJgX+$=86?t+@wrwWd%98 zWh9LdUQ{>q0&_zKWc&#}Hn!Gi6|`G>0t;JDm)icdNwm{Ep_2I_U0Nh_jZ|drlRZd; zd0;B9F~6K5O+DYCJU&%KC)}oq1;}(w8Nu>ljuJbR`5t7$da;)8E9TwJyPJ2;D13;~ z-POET`!YL;s`X{I65FFL53lYJ-VwGl*Sv>H!n0xWsMc&&HR|Bv^9y7)2bn7*28ZFj zLzV(NuqmR)D71o#z|tO9#8YHek|&aBPM62TEVG=axWmQbVh4qCT|@P7W6*6L!6%fG zG3Zobyu=OXvPC0(#&$LcIv26Ry9R2j{YT_ze`sss!N$TDU+?4ovuEi(8Liu}(*%?x zPzqD}9{QD#n1HdZMlKu#4{KpEna!;W{Z09brH@@0zPeCnIm&f(Aw+7{aQB_X3g%OB znl-J~aTs&SHUhs3*QkBPKxD3ZT5zc8{U~M6z@%0s;q*W_ny%m|G*Us54Mz_sIKr%S zw<~t$q2Xw48nB^&2?685feD8IuU!o$;b?d5Dvi|fPK`6K z_43M#EADivreWq=XyP29iAXk{u1s(%3gz-slRPie%X2TG*`YkWtu3!+Z(BSbN^jTO zHs*Cd2)nU)bNAcq5>s&P&KTBwxkBq#lX{qhZzn8kZZ|av_Yp=?JHR{@N!w=g{TDg- zm+>?IKsh8jM#&P2RR?rOEL-&WhnKYW=-QuhI~mE)2b}B*GQz(1-ekQPW%~;s8#k(L ztX9$9l>HFz=F!kKa~oS5jtH|(Z;cH%$L6S)L6E~YiI2UzB7v+3BG55LFmtC$!5^G2tz}fAxtGfO>*_uDed;I?;neX+4AGK`BcRGYh6Hdd zC-IP1dGcDqV?*{=L!q5`08%5fCYx@XtJSzNCIx<@ttD_NYpg8$Z*BYIp*nqbu1Nr( z`i(p?pIus3=>>((Y8e7B*OYk*Leu3X^IB)Vet!=e-Q<36t6_U6$6P;{mrdq%$0`dt30i5> zl<>IEx&8+p+sU5&{>e-XV6=nLeTQiCb|R!MI33s=46IoSAPR2&E{wq5u2HRfyW*XE zk&SiApIv@5`wN*7waeJEK0P?tqO|7Wofp-?8N5bO= z%as6g7GaelQed`F1gB{8%@KpC4}B~i=0&v8Tn{Xg@pYeqoT=u66lDI>f-NqV; z^)7Qqc~Z7ScCVyF^4Pd2Ase$geIHDq9NeG9T#A-z6DK<6WFl8|8M)s_L7GLPH5|v+ z#*LxL9oZv@;zcmuuGwk`+IX08U78vktcXVUPAkC!R)Qi)&_#ld?43i>1uv(?9PZWW zsxCmLi7_>wU|9(3D^BH)md(e@s$s!lU}sOXGDBFa%((NfS5ekaQ__MxJIy~@X<@;J zm=92qc{M+B&GvTnEHLYMDh-<*hQoa1T{W#s8A%3wI@^p;wmFm(CENd$ZXQi*kb#Yq ziMLXe*WXs?;sDV+moygDbSJhONVcqbc>|8E*$Tcu5WM)&Bw~2>$TKlzYJPT5u9}!1 zviY`n;DF(Q{BhNLo0-e_SRynV+T9m<4S0x`J>j>JWp4EBN#iQQw%}nNn7jZUNcVR6 zGq>rpJN?IP^UZFbYz&8sotS69iNKZasYuV%xCOhKXLwhSKeN+cLNyyN>rQ72g@TRj z5#d?pK%i>bC)T-eyM~C)2VaZXL#0LCt*%NvkGWNU6rN-*;BI)c3TyUssdjotwQ?=I zBD1xkabi|5-*1Q(lF|Zw&b)1?OoS5QshzuMG9g~p1*AP!B-U~YJqo{<=LeDbWltX{ zQMO$Q{A0Fq%WlUte&fjFWh*QfSP!r9EPX4jClI|ajRSAbhD?bK_4p0)QXeSq={$;8 zd%+~>%`0gw*{D4T7wnarl-oT^du|9`GuN~9qaWOGjSp&T^ptG$;QGirWUKa|XX%HN zuDKx;$tv^?*+zS^jL(FlhC9l^IA}O`{Ffql?inA~^p5NkcuA|r)>-R-^t52nxat8J zX~AR0)ym_D?8iU*G9KRNT3D#F>g)xiJ=8XTc!iOjk5g1nxHG*Xl0AT6Y#?!8Ath;H z6{l51^)JeMZu_1zn}$>vuSi1@&Cu4qJ!t-5?~pd~K1-I4?3G`nspVM_$-SGPws!Y$ zEiA%gBI=3wJD`^qIqGKX+o<_Blj6wv^C>=ktKRmOOCPdTsj`UyCfBj;=d_0|HnPtr zb-2^fk$nz;rHB-v$(TdI%)i6ABC1EQ(0`^sxdGS zcaD@V^tH@l5oI$4$H!N>smQPtiwh#yiAc@t>&AEf#b^PTh~7 z*vL~YXd+5l%d+cfBc?0b!^i&%w9Tec*5q_O`e>mWtt_#0$CMj8?UBEVa%oMLvFW)J z*9ef9PlG39Zy)IKv}^?@nxmbxnAf=T8a18wn=*RQySwSfGd9ty=q~kD zCF<=N7CEA(e2~6LnG$db;Cz0G6xP@&A7y{3M;fIXX^4vSv><~4{mR^{n^b1g@ZKD- z(bXJ~RMJv6&uKE<_z|N_4ht;(Et0tPsJBPEixFWfB$bAwQfhO@o%0Anv~ysa98o>f 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 z z>XVLq9fSK?{VM-_=tq46>bmLmnco84*RC|%zqRuGXllTfZJ*y(q+FCQtoP6z?$Gl! zYF-w6X+BQ)HCM|(5GZW_?dlXyK4nbUuX4NL=|(_33Xk(1O;y1>_nN+VPh-RgOI-M9iDjrCrCQ8q~Z#J3%CXKB~ zqD^3NnOw@1uLv!f9g?vS-)sBk*z{q9;RlL#S)_+xY2k|F5!a-_gMsv^rt}cTIE$qP zL2WPRBipR7#aJHNTtm$;Jbjxcb{)mc_5!)BUp*^wQ+aiox4}ep+I-sOzCeE~^5>9` zuSyX7qhL7RHU1EOMOcauaz8@FORvAGL0=f3Sw`Ovyfajw_1_zp@2$3sir660TPa9r z?#!SPY%|9C0cCNtcv|!!kaJz|NBmhk&uRQKET*B1y_2Jho9llXMzVilg(^OF*EXfB zoH2O}=zP||-D6pd4%U+ce)`g%y5=y;j5T=n=9;+T2Q1@9D(g!Pv>DDmJV?d`NUoG3 z%!m4h{pB7HM7!lA=N^g+MD8ao&Pu5FGl_2wemQ18pJ^#hOr8m$AikRALE{zku^!<$ z{DeF}ifqFcR*e+j5=Jy2neuU4%QSb)OPvU*SyktQ=LcNNOHpfEetj6;0@u$)#shu< zGp~aAPj7m278R1%&!{8ftdpsPLw*e)Sbs7NNG#~!7C(YBPB&9IFyUzzBKt zR!x*+(^$d@b6BSf?rjpQuHa^I)}82FJqcMgdzMEF`iX1-WN#W-_=40o*6p(+FvTlo zjxCSv41yo6q4y!z;l~PFXuJnYH6;})Jk26+t(1}_(gi}T7zp)b>7wKEc zps~AWoh}HpO@!VqFMr)zFEHT_Qe7H9F7jw-aK8)K;j~*mT^J!w@hD>N3O=g&2=o0E zCP(mI|I5|w_)pox7VA{9Wv<>9y2@D&IrOv4ZOr{~49e%A?uVfU29c9pmx4AZA2$9Z zoCcd;D<3&dn>E>O+0Q)><_IT*DQuUVc7(po^K*UgfJQ3*_?)>@7D79s=Ol|bl^Oz8 z4`eY*N<|)0FCpqPIxj|Y=i`U1TlZO`V^}F1uvqTgjrX8Sxt+pre^|i4RuQE0GmTEfEU2!1?Q=)Jp6&Ctj!2 zHZlD^Yynl@R($st>9P8@H5*Ia)2SO+>noZ&D4d>&Wt6tMa_=t&R|)rs?%Zt1YB?F! zl;S16%NS{iol4!fGR*{d9(4$GaK4$nbE zna1LWsmi<3#AOT)k zxRA@OT*BuB?%832_Pmwdw#`;j3{IKsh|A#yAa_EFWe?rhGj@uajz&^%qc#QPoW13D z>U20Z95bQnQAhARvQu~qKK);1cX8uCU7#amKnh8UX4>n}JEiBzf`z{%m@@2QA#Fs# zm{dijJ5!qCgbm>`l#W=mwx|&lSKnq~>lMeA%L_%L!7S8NZ3(uzFX+OZcx*Yed zQi=RzYs=?2Kq%fRUi#!GpSI#R@!oaA4EISs_ZrH|i{_hmbRDL6;ynwJG^8q9xC~l| zs+p@51@V_=?Sl!blD(-t6{~kdyly!*O&zc35=1j8(89#WlnEB3ErLULSXxABcTno3=RjV@%$?SukAH;5>FjpQz&KyQdQA%xdyI`KkTt4qKAj zhw~gO1#OF~R6n3c`ol!)6TXxE96^avHjKnfNRGZ%6j72^2%y4+Yel zd%q4_(J#{Th4oQS$fA~RoC#{8$hAd=e&y)>nZ(%)%OjJ79om}9oGh00bOV2Kzdwk_ z*0C3ckMZRj=67N_u2+5}Qv-d4eO^aPK@1_c<=K|eN+$?%x>7T)O8E!&vuf0Ye({5` z_SpkYLd~}}S=Z*J9Zek)gz8ws4ud?O0p-dnYm1C&|C6YaV)6e$KS( zu6%*mI1514-r3&}`wfBr?=eHs*h9hG!TmqYXGLGJWTyt^vR=A+UR=rPIXx&HNkoXZpHbArol_IwgKZb z-ESzxjlhHA{I(`qYHBZ@b-F{=Q0+0s`3H_86I{C3>QlHBZoC=i;yAYY-MU?CWwYk7 zb}S|*!-hM5`8TUD&3u&*iz%DUq0)`A*k%%#cT=F^y*ZO=bgygPU$GmAJ`i(HMYCns zs}|#)pYZs`bx=jQejas5Qdsdc_qW%zuF9PDLYaLPagYdDp{FCPUgU zz8MecGB?y40*xwCzzxY>*PpfI;&uLX4k|syr$Weqh%l9=X2_UIWORK0ek*E^x~-Qs zR2m}{{-IJcO#IgUK{&DNhiw;uQ+KURO?6E(j;lVSbYF&%fOU4n6~z$BPR>4I5q*&O zQRif0^h|98(R=kcjoBqg%botGM}y%5)!k7aFXrN^nXm6?%**z(6tTrnE!7nR6#co> z7z{(<>fJ{dZVVF;X+x+b;;>I`meZ5{8CP~6{~S16s(mmd$*^f zveAScAgWab6GLhg^aQuX+UrKMY4u|w$B=1*27~)ehOVx;E&s7fRi2`~=f{2PPP0%s zr7uYb;(<>{slOO#GOa7#gtH^Pj!=$lp-j&UHz89tsLjQkE2i(e+TDFVck_H8h|+U0 zcpXz-sBx`XKL6=jmM5u9G#IZI-N_s)2c3e&=QBD%KrkijyMBnWB3^~C?}^r&Ui3)Z z_m4cER*A>=nP@Aj+Zb;gUsF2LBB#vRobr_QnW^*m)Rx_96J^T`%cRSc@RmI+6=S^Idmy-u}AJ#|MdVid5-}ya-)^ zj|ofal15df1fIEm@rA@3DVj}H16kWL!ks6YE<&$&DV>{w)j3whB&JXCZ4~32+eX`l z-7v(S+3UY#B-68SRF^I$OCv5zAhHz*O;AcljLMtWM>-croGdo=3O4Z`#hO%;0U3M9Hp-89IzXXgW{LCz50IQ#k4)@kE!YDMKqs!1aW^bo=Cc#JrY_d1b>x~5$*Q7L@Kp33uH4ee#xr6-YG%^cQK zD_O7|PqR6evLWl5?BB7ir@W@r%)7^LDMrn@NhRK`Q;-WeV&A=5LR;AG@bu}%%o7L@ zTfST@5D4&HzPwfP?R*yws3OZ&ixbU@NyGn|vVl`f zwPyc^`=(t?fzkNd5k@?gS5fQT3ivfVqV!RatTjvOl9$`lh0$xPWSzKdTSM?^v{ZDd zeH%8rA^+NlZS|v@?R674Gr;fMNg#)f2Zit z&X>1Qx(U1mI8^O3-%MxJMQEf6TPPj;e7Kq@GzD~c3H3Bji$jZ6kDD?zqii-$e{vam zmb3rfKNiCM*H^K>e(r1d@1OhrFF(Aj*unZ-_8#5HxD=Ay=aqeE&1F=iY^z{+a4GQb zn^PTowVhV%-xJ8sBAHK9%wnIonb5!mX|Glte&`t?op|ta5lhx8VR#Y)zpI04;k$~v z77I{)7LBu`sWqh$W)R|e3lPQ z=6m%{RNHV$@Kojp5|R%jKcg?#I$zrFfzXlxL!l|Mq4f+jJ-k$+(pp_`DATybb$69I zEY<7@m)v!k_8X4d%%_>(?_fU0g!tQJ_@Zjn&XlMneY_E5FV(1{OWE%nxqeqE zl9^%?Fj;V8&@f#>I!D(Kq+huJ`(%^vxa_}TBWmnhu1C#q^u~Yy5=sPnY47G{LB5NR zF1t!bq`YFD~dc1^9>)Y-5@BsEnsX-^)%H zHl->@l8WQz!Bg^95v}#I>6Afo5G-H=p*=f%vygVm5Im{7Xe=xlYY&Cw>Q`#roF&`m zpFF|JyXxMfiefnfzssws*^o_qW2^alTpHBCA;+cuE;WKKV=hanf<}Y2D)3u)*sE;K zrz9v(AxMqRK>SEU1J;3qoDv0W{b={xr~*36&A@JST^^%|EQ-`BKRa$%iX&mYkaTVw z>HLtB*Uf=#a-7HK`5(HN&o~o*rQTH$YOx*_qXnd&GQ$L`q)F$%f6`*q;f}~4^6r~~ zDr)#4lG&}5#ur_roKE~L;~oE&JlgAoNV-AtWfX4LVx`Z>~-jcWp?nNWq1gU|&!r<22>+%QT&PO7KL zs=Z+qzG&u+%4F|#340H3v$}(L6NX^B;P4?lct{@|N8{!Q?hwKU^6R(AREf230$QE1 zw7f)V#lG02*?V8|=kfAGf4DQ7;1BRRo2g7B#q2vD_J8JB9+&D~9i38y<;47etD|BB zI(zH^^{J(gCO?U;RWbbN;W5X1ZT0(p?jG5L$f}*_TOTudFWfE?dEKQ%acz!-keKpt zbm32M4MF^N{z&NZX@RaK{M;nwl26NNKNU_jHnxqy74Ft|Bd(HKxry}8+89mC-!9`P zFam2iedUX(v{`siC)p#t3qGF5HiwNRg`2Pc^qBsMqq`2v;E2oMh{=#`o0Fj>h`d?Qjcy^ zyovrt#i#LQw=K&@%sB=epS(dGM@1$+u7D>e$*ZCYVzWc8ZBZC2LmopEDX+n=bN|GosEbLm!FYTF>O2zQx{T-e~z2wLGtxKKbvyqRgFgMPw7$7tJ7;_obv0nf!~TU&l}Z0;ye5hUJ=U-Z3p+{ zKl0e7K$+Kh*`$d5CSfW3#1Ti~HKe~mn(AW}V{@vO9yluCZy#zk;7l^VEH~fop>uvs ze9bR_giT`u?V1@mthEoNhCq=W{f?JQ$!tp#`O*hv!wD^i@iOAZIOOW z_bqx9t33_3QOUBrp+X8YHSwN2IQOUUIZKc)QoC?7HC8&YpL3FAYX~WN$|%DTd1I## z5$wZPw4ax-c|sDxvM{E2ww^9eTiYi^uHNn*z8)8)zV6=6?>wB77)(S%F+Ii>Z!*z? zbHaQWw_LcP0+FkUH#PC!=F{bzxcAP9zuoAa^ZIG~N^SabVnPbT zf;gn>$c)E(pl;jcb8?JqtZP-r~8Q5B$5<@E)*-bkd&vBbxhv) zos*DF%)tSkM!M%HK?*^gPXot&P%b14QI4@++>{t149OVQ;=aZ_B6a%r`W#&>HZkz@ zY7~=VmtSU@!^W)iO{wJX$=lN3Jx2S5y>Ozv!K*?hK(n zD`KB9mp_@5)jXosyb2>i(o3ClmJ94CpX1phkh8B4TcBm52&t1Wph!{jj`tg)po)tp zk!hszt%+ecXcj29>G&8RuqGhTb$Ez>ksa{#&@p-FABRznv=9RC)5pzc_YS99B1!PN zbaB64Au||eHJBPMJ7WLyb5CJ_`KPp`>cuM(@w)2-1Z$nVH@;OO(M%0GEe^O*pZ!Yb zs`hS23S~PrD;qB7ZP0BVuIU)ShwxU`zmaJ3F-qgDF?8%T_{KQXTHB#P8xQ-6a&#jE?vrc{63vRP*d591TcWe9 zrPv&MTxshrgXQ)62td$CrX2<0CqQqC$;-zd0 zm&CXyatIx2uUlqOD0g?e;TDEtu1&&xBHroddU$vYb4gY^W>D2xxoEsOGcC>if@Itw zDjUTYu)hA&3iZ7b12`$Usj1V>5#4XSEf%iec!|?XMG>6b-2@dxM517sVL9gBlZbNp z{?50MZE!~8VdCO<-e}jcOHSj=ATc&7xrRh}UwLPPGSww4KVi$o58U$KAy9D}kSP#w z{r$d7PHRrlEDW_67NM=LEv;8pblI9!8+-WA3z!4mbN*yE>j^`7rN<+WB4s<~VwaV$ zDpYBb^cGyIKt;S#UCc+EMI|htlv6K^W+{F0K=PeF7w4ZzeSMU! z!eDj3)K4RJ z*uyLro6hD(JW$16aBxnHwQ<~eTa%UQmzk7Kb97XM zwJ>>M_lI=c*O%dLI)(f2Qt9yrVbiW~o5C9_v6dbVf5}htj_z?1;5WhNMU$D>{uKHl zK=68X0{KvqLYa3;nnqMh_6shAh82i3SP||Q`N!EA1C>VIs5>VK0X>D}-^+78AiiO% zFGLLyaxoU1mZR?*FP)1cLKOsV!L#_7dt2KpWGyXUC1y_Ln-6Ijc=H6?DBn%r5dqi6*S9@>cZXr0CZ z2HmAE*o}5Ex{ay~hPF9627<1)u+XkzUb?Zb1tQFw<<2==e&BAu?iqLMmA|?Q`WCV` zmt@nDr^(pf*_*MbE6UVbgar04HK?ZY8rUOT!>5DIlF%aM_B^SDzGtxgC6`BqrKmBw zIuS)%T*U78;hEdrRWgaIW1#I)$-cxz zaXDuk1*Uo>?7mvu+uEeUEQ_(^>O)+jM=199T1P0k^$CPPP3X-j;Ys#Br!#W$a z$u)^I4C?*Wdqkr9$+2fNOG(P|H+^qSt$FLKkJ62cVuKZ7^k4fsYtceOj-l9O3vOeH zZLFAdKsG{(tEzlI%PjPFt-Bxi*Y(mr&ad<)-{OuHT{vvttZ{ZT9n|pK-?U?}-YEC{=+KwkY!qc`Jlz5C=)N zYpFgdWEB$GCZp%b1tQh)c5oyndygHZ?pyYYQ&cCn{UR`=lxJrYCx5P7J=?s@t8-fv z{xPVBG}efcXTP{_Z?p%r>fPZoK1>d5WRCgd|IW%?TTnU|>NqxJ{ggUPO()^(6EW(t zk$hzHC7<4&|INd~l82^;fHCIiva3g9dmwQ&4x;hRrb1}((cXPe;#O((Mo{(H;s_z! zJAV{Eo*g+UZNBs3&aR99qqZvnhw_X1?~Fa7Y^}1>Mv)fUj2Xt*LrI$^29q(wAeFKw zWi4w&b|TplAxo>YC}~lV(q5uX`*-gA8v?z!ild+xc*`!H$n zVRzeQ`iienFB%3OI`q}Vh$qqVEoc5XLnREj`Q_#v zK4Nx;>!wwe-G6xeatE&cm{aNVte3_oZ)Z5;lx9$3e z`dZUUzjd*tBHKRJ9BR1GL|00ZsP8}eA$LutI#tAI@s7Lqy+a#|{``8;{U@&Y-t0`f zeeqr&!!F1?$U5^_ zcwf;8^U!^*<=yK;&#jsI$jUs05&Su+!QZ&MJmAS~z0YmGgFR`dk_KFMt{J@bW7>S( zZvq*+dPVEK3)Rm3)>)8n_4$?+-;yU4G`d~?9v$`ZP43SHuiu1a5BMp~9XRwoI(tih zG^5W+FxmBM~g-%RCv4Xd{kb z9}bm9@zP*_rK7o6bD_o(P3=Wm+KV)`wB~6q)pB%nTB@~pv5xanC+%fU+RnNQ7cbT# zlbxLwZgZk+TkNz*dnuWW(8zQbA8;%k!7C%o)At(AfV74qJe!ATYaw7Q)YFHd;YOu9 zA$SkEw+9U#)22}!$qaBz8}aaDP~EA!n12AeJ}w%bG#_uolSXEMD+}Ba9Ni!9>4SIy za#VK;7styqb(ZJ=wuf05{!I(sYex5>(a76q6vU8@zBy5xsdNfrYmLJj&LC| zho#|bsl!6}hPSjf#93LvkBc1^I#^me5WyF=hSu<#C1bt;s8M-X1hmHgL5nv+dpv}; z!?*}--lP_dM{3asQb;30>}B4LK=r0*8hCgxycu3(PfaHp4crxS-CC|60T+_VoPBYQ zv2z~o?5fSrr=M8a#zDYiQbaGR6AK`izU&vWRRGD~95i*}!sqy?^=m@zehZ(-0Wb;Y zN_;&I?=WdiENYyAGt>{eVXu2O!#I+YkK_n+MAOKF&cOLmygl40tP+0Quj)g#Vvtkc zyk6P}w&SCnB60h({;cI7&A@F8ba;&b3!ydV#BWefB*t7bVRgEme)UaXr!|xJ<`F0q zPdv>7oQY>;H1)gp9_ayBhlMJ?*H7MUdhV_8!5xd@=5P+nb)f1*a#zW}ki&a;xKY6!2TWl+Y6#L^ZE| zwk2h9yL#}yP_V=SiLp3&)7kzFa&qnG;O{TrWpD+Vf98F6@RAyrj)xb^vakqD+BY=^ zGLlpr^<94HL4znk3N^B>$t26)oJ z17i!cjn44agmoFs(-w=P?~qIc`JLz(IsfQ>Vi;q{rYUB>;D6C#iuOwR<{_kq4=HTX z6uKQ-XmYlaQO_GSA%!`#hhTe^)s?EZ@eya8pn z6TL0H7mf5_khZVAo?FEa;3JPoJ28%a4*V}7c9d;1-|1$)hi2HqIriR!#p zj6tD}teko6OdB7|_VCl=;Jw(Q6bo#82}Sv3gCzwYC`ZUnN<1h}TECDt&dcAE0q;}s zboJLH!ISKCGL0n+8Qh&~P*X9r_g|Z*V@<1XyiqlM+7|iWgiI;^1d12c7adVq)cPN< zZGk#wC$y`5kL6tBYD&n;Y4SfXJgGs`4tDA?nBwJSqK+MqtB2(7+!U2q)*+)`@hI(Akm{L1ZAgP0W=>#Lkz zxBe$BX1%sPWP~FM7$ooRlhj2C#YPd=8M+ttJt+Q9xG{xHW4Pj7DUNPzU7Gb;4Q;gF z$KrZrkKZH2&FjB^60vaONsC$h=`uHT?6BH;v@OXo-0V2t8^y=3lxFdSz_6SVl?K#~ zGiIg)zE6bJZ?$Q@W>aKMI2?NK{kLqD-f;;)C=W3vTo6ly{h;>n6Vtx>661)8o|jW~ z7nc5&4zmtl=|ktBYLup?@V$FRFiMk2iJ`3h9s5@(%M|h8MBTce1lCBUCiz91jRWyu z4WEkSSPhLa}KdD9_nHc1` zEI(pY5@eh<(DKA>$E8E#69Mk>u#p3!h`R@!)t?s?O9jJ9?aZuiYHvw2Nj*`pGq!O~ z)4!2o%2{q^R3xI0L8$(1&7lefrg5iy|14NEhxf2<%m8&_;vDMLze3#d{)vUrK^_K& zmWP_nla*XFe%WI>?ETq|MbMYqzNJbg)R|zGt>blE@lsm<_#}+L)m=Vb!=4RY?N1^! z@A3poIqU`xlZuR{FG-m>o5v?$P4V`jff1Nl2lgW{*X$3eEqSu{0`!V<%o+q5-1pQ40+jY4^ zR4IqN6TLLo>xx_>L`@8R+?Bm&E>El(yhm=N3+0}@KN+&_RPoA+c(R^&D(Pf__UfC- z|Bbf>GeM3FrBhx%hAK=7-E{BX>-m;v&%9ln_HG~V(cYZGAUlC!iPd~50gjiEKybfw zZ1k^plaHI#iB3|gFZ=V3ClBVnj=Xx~MB7wg=`cuwk#BXvghu1+KH5_yjSk)}97@BJ zYPi#r2Ic_lc|&>6$^j?}bIZ7g>d|H<1>JjYOpQyrI4&FL1cIr7)8mK2kW2x@U(&h# z#By81f(ZxvU2_`L{)T01?}HzEYhk$wxi9>Fd^a#SB3b*jV$qp<<6_|ujHA;%7^qLc zCiBX8ek<%mnNog5AxS+Z*^Z@iy*?CrjZ22fx!V(ucGz$OKGhoMKemu+d$&uyC=OdO zE)2SwWCj>!yfsa{hfP@ceg9}k#@|-@_Gw>9{d!_qos5QE^S_W;53DqknbRtP-(em0 z5qIXh|EVTM*Ti%QQB%OxL+lIDxTbEf6?tfM&}z-+P@F?wDuo{9M&Z+jno7gc7)!>b z!Mt0I$-wt%ZyuFZFd#RA{ z9N2scW_GKD;_3;BIxlB5I`7@~7oasWmc%0PW!IlGkie4|gS{pXUu(b+mjBnHyCSs!AmsgY}(-TaPdrR;Nm96H`$Qs_-#3z3J@ zVJveJm}&8h(2mPW-&6;D$*i2b(54#KYm{TftmpX@e}G z*vxOkx4F*VyrHZSf`>4g=4U>F!c7uY6En~BHO;J);OqRgZJbsfG19ExWbp_Fv-HDn zm*4hZKs>PF>XOTShh2EGz;Yy^zhmRi?qCn-&xRlc`8_gQ&-+PO#LU$`GuOn3_gKZE zKqA?&M4*##vonf@xRSc+Z{-6toDhP!Aq)+%2nEk7&w?_zU-P~= zFVBn^wW&GsOkQd2-w2rkW%Z)aG`WTz;U9B9!J+4e+8()QDxJi{fuj3upVsj9@maND zlVLXMX@*A^)J%R&{_l5^MF|P|HBU9ayWag5Mr^&vbfEfP49zt@R7Y0L=6-f4fyTo@ zSVBHa>^=UBsnNO#hPO`s?+Ds>IJ!}WeLT;P1aQAH1~FD&yWqz5I{k$Gsu`8J$=}AI z$=#EqMF(F%L5nnK&0V)Z+U)Evg##<}D|oxtHdGfdZMOyz=5o-ZjcPj~g(XgR_Y(A? zOv*^Vl_@2z3wRekOkp_YHYB0^5qc-P9yVj5Q+4#?dS;gwyAosmif1;Cja0`&*f`7d z@~=$Fsw2fGhRf%kYZ|9Lb&^+A(Qyqc;k#1js}KqH&aVe?=al%VSyQ-WTB z2{A5JDt>`r32&7E=(P+g4U8wlrN=zJ)C`;dW#^~mGM=P-f*T7^}W~x@{g+y7FS9 zQt$V$Yj=;C0XWo`}5DPxz^K#Si zS9sTJ1Xr+Qkm*ilVD*L7-48GMc?S~vc>3;h`I{;RM@??8x{6QS@ejmUIv!_m21NtZ0@qsp7_PxEj52Lgt4U#gb}-5pGd)`5E`;nEP>%xCN`{RP>w=hr>I;->^D zyde=YYsFLlf1nEWo=cESE?4NDZinzHS?eqZh|YKUsJz z0Wu~oxaqL0#tM93_T5AH8)^>!K#VgBaCqc}c9~PnmB~`6&rCwn_a&|~F69c(aLI^3 z@uUF7raStR=-bDSajyJXc^1}knW0ebhvJ`vlPAkPqq_CE=J@|Xlc@tmsVPrk{i-`P z>Zh$7#MOvKeWHY{i04^90#|HuL_m;7$If!gxdi#U(*M(~gw|)&n_2$;R_s8vYgv?owpK`v#M9cc#o$F~aL^G<(y^bgd4nE{u+b3D(N zZ+8wsQg63+Ncwz}AVhsx@WSU6U)ev9GIZZYadM)t7dQKV5L)0+t)sj#dG zvGGth_yuKwO&t&crj_4IGJ2zib&1@_^{Vs!7yd zIgAc79+s50T#>Yh70I-_R8G$LI{_PT`T4M!e@?%8 z5o&u@r_G<7)LP2}gRVt=_crqG*(2fwJY=YGxdQdJHXN(OiM3ae!erjnRg%`f=gH3q zVoX8$CM`S&bxWRZAM-Ry)hvNuC0qY;q}e!lW)zYK9~D9p5ika@cGBSoCKd_i!8J4F zGVWYj`d2z5hYKb{*4n11BXm*YPH^42UX!?c8nSxyA+FdWmx{8(qJR+G*TEVfYWn{i zfsK4IJ0imJQ;&X;f9t~OFShIal^68!04xG~n?F5*-K4YP`a>K(5ZvfPVRlMc9h6+eyQS+J2H3bh$ z3gs0KmAw{w`Pbr68q5pxS!6Ey`M-u_4t9!1s~&zws@!#bmpf69`d2bwdgMqML8hc7 z>KP>SbCs}e`>P^CRp+Vi^nEK%@g!rp4Gw8m9v*CqBXIQ$YAZ_lqOY|&72^_et{xxI zS9j%&277Vfvf2o};F1?p#7REI8IYkh4Lh!vT--#=h*)3Kx_up2P=O0#$s)-+1i58P zKt3czn=M^C{oO``x~Sw`!s`OLq60igF}aA?-;0LOLw~Ei&$+Kcs zUTCn%ci0Bl+&iBPRdlFllk$$F7E+$+t@qz=#(v_72D1x8x+8dQ$8f|=;OWO|2=`Ig zn!Nbua)T3M>LMC5Zv5oHP0;zfmj`=(@#4bO3$TBdZ)#s1vr@t+xuvx1gLd~64gzd2 z(L|S7z{t;4)FFihAE32LYCpAcmd`xWv6=OUOgn5b9N;>tw-1?SKn4R1_cTB0R&_6& zQ@6b`9oVfi*&=LFde;xUAJ-BqH;^e*oio~~xAItR`m$HM?%)F5FiD-{_!>@Oc2xQz zZOt+A%n09>1RF9#{PU|B>9VGESxvZZI^+6ipf$w>Jbq+&uA`!}9-U#j9hEeG^{3wa z>=yZ)TKV{G?%s|bUNkCuXTZC;2BEMjcaBz=YwkRTs|!q_#M*~+frp8BGr-h>?8P3c z@%I+T!eHu=826Vi4%Ar2#MO|_>QZ`{u)7l#8?SB z^)BdH%L71iclTkyi43c(k8d6Gp{|)4=LBXvt28(hqI%!=Z2*=B)WU;~J{^P;iRoI4 z^4a`G^l@e03DaspLrVDRPxpCXZ9FNCRJc4e>?l#xJm11f4y;lYN?tb0B%MMUYW=(~ zWEjla2!lQY2kfL8y&@63ikJrn!+IZ5f4ggtQAN9&nPj-#4BmL&CMD_l;Y!#@*W@}^ zCWQ%@hWZa|#0e6Tc++6Y`V?6$3St~PUg8Aj9WX2|s}DXTu6m0%2DS8{yHT8Q-u`rU z2rJ=&=@&@j_cSrp!C92>WSv_mkJEmZ=?zoho*FXi-SxaV7xMfe zdBEK0qn2^fM+24o)}mq#glkkcS{>E~8@I|dxP*_PmW*O5#t@@q?0UTfnHlc4jq;Ufv z%7((=8V{ItnEB<{ZCD34zVIM{H80HqXAa&D=ri5Rjb-M1Hvz6Wm|;vK*CwsI$-9&*pEKch$*hN)0wCjN^I&4oE*=EHl+F<>g|HOy(;cbDu;emBr`D`@pAAzL5Ay48$t>jov|*4P-B6c@ zg_T=A`2=jErrEA?H|H)Uo_Hc?BQ#xjCJ(GFu;O-brNIj&fZkKf+0$v1NQ#7_KbHOG zw86O>CK)yt>|#1*z2`*;cuQ>F#j^QW{K{kgngV?4FzcE;(D z`7aY*#yN%W)Gt5Ova6>*Q*0bCXF^9>l2wJ)I&){|UUOsp%nRG=_hu8!SU_fb%<0_Q z1_uP>%DZ1bFJ3n&B{j||mVMyPrtU@d<4_EWk44Ahi8Z&gxAugaL=;y3SyT3T_o&Qc z%up7gBnq}&-omEDeqw@U^-_9ab+3{T8|P0ayMwV}krYuP%baBg4xKwfZQ_ZxBZJ3|3=iX^QYo-Y3_&`=1kw^3qzw!9Kd%hR z9v;s?MM+>#2J7ceFsK0zUa-1UvbkG4#6?B9>AGDHGdXu+^X}y;<;I*MnX3%uWKU0u z6BHKP=FNFZZiURgl@yd-yS;)Ku2|&Uuv3OhPF7S;3Jrws*@(jivFJ1*Ve3u*n8H1M@&AE#z{S+ZSjAdR(ju($xk;KZz+4Os02&nIM}FS$jXf@P^D$0>Vsd65qM zp0G>##)FNlvcQVO4pz>i7Q!je?&(dc$WipTZF2DJjC9gB8#;GRu=|I#;LnzWLT%I& z=x7u4wU=5vZ!*gI5+voIUg*t@vLbtt!MuPyAOF60`3+c*m6h20m1T4A<;8S;nOS>E1D@leywj)n4&oQ~{&LZKv!+ z;0l6ATemc>u&H^af69MdV502-CoUAYW05V*l*_x`Ldi(KjTAbkGCef&~qEIm(I=N-_U7U=BMT|C&So{s|2pKbNcPCMNnd`J8r$Nu+^|kQcWhM zk}=6#xviO-R@iF0K0l@uI+bnuK9*RyYLjXq+{``GA~tg&z#@$g@U7UJ1_NdU|A1PR z{GlxT%e2*I1?%>Q7M1T|k4mr>aH9Y?fMexB9iH>%e(&55>wcl)z&+vw8nO1qk01v# z)k)mtj99XNJ}c)QEQYT=9>>=kX&Ry{tr(ozwv!70Vlj9cl{2r-$ytZ$OH){k>q5~_ zW`zsp#s6wc6&?v;hEzBcbXFg*ouPjfGU!*Ae{H7MOI(<|F5}oL{<@K1;N9+I3*v*l z0O}Oa#u(z_>9=sFjpAJ5{kD{hM6g$~M{xS#j3Vk3Y;!-YmSIcul;0)ioyr>htbTTM|QPeMTums=xPC2Pm>o%!nd$#?CCpvby*R zWU6Ie$b6}`2gESvQ)v_W$GF`}KLE+fa48eXfR-Nn+S}i(l`r>tV z6|o(E@}-B$fi9J;A)Pzzu4KH_9*2S%)y0+J zM}aAe1tVeOc*yrr!o;OTfe%ee2H)O(sO03wgTUzX40|4H+=5WAxX*3JZr&wSx}5%D zn-bs<|Z7f9SeoAhcO=Slt-)4R{FJg$FKgN-GsEseGbxPhuF#u4KRE#v$v)-8r)>b z=-Y~9H2Svj#-Zafd4nbm_Sklj*jF0Eg>q2LPv+=Q&z=;BbjYHUH5*2m_5AmdxM0Ia z%S?WsW)Iq&LYdPil1tdsRe@ja$#w3-W1 zlU3=4)X@(X7zJ(KVsY$Y`shN8K^&Fi6aM0lcnLXE#y+jQYVd$qk-saZsKIB#sKU@g zOCFxXGGcbwbvQx@+`Qx1+$>P_i2w>fuA~?b(5Ed!S;GCjCBab=|euqi|*(FmBIk+Q{a!Xc+QYNl&Km z^vh&m)oJpms=)Tirg;J&u#9%rPs1(v|f*7 zfXnI26}gDcLTEZw1^a5nNhfKNsn2vivLjyXCL4(#V~i%p^_RnjYF?y1|Gw-QQqbGe zbv1{bh7BOAUyP)}*$%QY0=WUL|MG_?C4SSf#6uetlfSwsw6R1n?A!2~p4?knc?V*v z{_I;N?c|8B(s?YItM;vVG!{=IQ-=>ws%5kd!e*P%(yOm;uVj{NF*PrJ>#9#rZ za5NWi6qMmQOvPMeK`g8_|3395J{5vNhQxmLhwt3-|4Ic9miC!VSFJb`-EAbRK}?>b zG{K@``}dIhbAs4Wj^SG4xtYLwvlpoH^dit1x^sf*i5}G?(}bA}4UGrz#&&qJGO~$4Yq%V2th&(zf4+R8nJ$KL?1~ zn}t2FHK?8+!|u4esjOeTP!|t^@lTM&K(fYUlytVK@F- zDUKeu?8>fyy6DuH7olesW^p#9XE}pdHDxrM*$Q{Ex>4_s4|`KBkQif-anqYHl&)1X zIya~>-I3}!yeFkvP$?Z&_=IAqPVuxo#$_2P*p^~P;qh@`4baKMk8K^FO_3^xCS&e% z-J{>Ob>PB=Zpn6q%<>74WNXn#$e1C!4_5(p|00O&LAM3!Upq}AHwx^rKc&Tv$c#XH zYjPw5f&yqcWT_YXKMst&2M2zId{s_r9?#W4k$I6yrQi45(vHAX@wA#iyYksq< zG+YckVn;(`TP!uHTIpH>o8ZCpscJJyP8fxF`c5{Oo~({L-25 z`c@kWU)K0TO}WE2XH2QKWN&a@7p_e?(>(lGB|lu^G6Z>c_TF^E>daTmbl=0TGs~~> zje}-ZG`QJ42(r6;|0BJgjkT5qKc(jFN?Xi!(>UxhiyWgfT1Qr+TPYmV73!96%&-ja zHM=|b@&-F#IT}AIES0KFI1fv|o|BYL|Fs{V9b!ErGq=llEX%0aSQWjHb>{#S)7pap z#h-O`402a>Op$(EQa%ofYg>w|vI4qIXYLA_)h~)>>(>}`^?lY|#-luN=L_4XvYVsS z3z-a^HCIz!)5h>n{DQhyuBBb<;^4`Gk#}k2uhlyS5%EjY?nUT#5>7bqiw>pN_wYiX zo3mII86|Zy^~IhuatW0dEZjOW&4*&^<2k(Io|PMU1eP;2b%*Vf z;z{_^63VZojuakZ<>&O!uMPcWFyqrH%f4KWr;rW~t)0s_xFe4%BaFH+H?y;Y4uPv) zphL5gwa)&HQ>9FDu6_w@m>bJBCL_%;u4D@;+59Ym_%r-*T*$%b^abCykXa>gMwd=U z$$nVJy#bV(;3Oa8{bIS9cC|`JxH57DNS}!mqs!Y4OZZ+!oNY9WusoN3tU#1KltHr0 zsojXV7G2A$3=GIf_uF&F9o|(N71WnGd9TZ3FG51pNGFcj7mDpQ`=OLp+^|#GQWa`i z*OPIV;L#nx#oBs;ha>Qvhht6Cj)hjjJ||jr!K+2D*&@b|+&HOpmLNC8oi++|{d5bu zlPP=MZ7t=Z$)rOCJD(Kh&7Cz8#O82V4=MCB;1V0K*Dk~Pd3UL%MZM;Mgwi2#1~<%# zJbY`3=`BZeI^X5`oqzUiJ=}=_#o)Nt4(zBF6vBEm`{+8QpHN0;s;-*roipF-lQQ(r zJ;+H&|HEo{c1D%q0j^2C&kHHp9dhCMgo)7$is^i8+FVNMQCiVL+!uqQtOK75qsR zg2@};pJDRYuv`3*vjro&q%jywF!+Z#kctV8$3{kAq8c!Q%xBCPuTy#tYzr+iMN*a;u@hX7EiSMswq0D1sK z%0w_OqUl6LkWU;ud|Qb17yQ6mKqKxw;yNh8B_NLejl3m^w>Y_S!x)A)@4H^Oa=Jl4x;|pc)>%1pZ0ID8aV?n8XMI;qyz(WWFg*;yh@KXLCmXRw%%ib;+n*CiZ;E zU-R?W%hrYc(|qTteiuGElZBZqcKGac^3@#PMdVwX9*og za@gV&6gwD*lRF;xyS&B2&wl!6aad(#wb|eypa^D;00zV)g(cwF1ix2N5kMs(s=|Dm z1K$)Ts`0jAXg`I@kIwESS%#JC)QtlW_5Z0M0rb!w9Sbd3tbq*RPGhnN99lt7nv4}j z2U)acQ$#R`K2}(rT{C{MS!k8Sl+iZ{ZRXojZq-9)#@_!QOh?B6eo;k@9TLF=&6W$& zkqcH3#)6YMi?G4+vSJu)f?vwR2zg9`A137?CSgA|L5H>dz5fNDr!g~izdloJz>Frt9fCv?BzSdQXV6fl7&6jmFG@D~i6FuZ7? zYSEZEtH)1xwWC1gvc^-_#GV8e1L8bck`={HV0ujZP>YD+huH)W<~x&Rw66%sPRD>w zqz(F!0C1YfARpEpWJP~e;-5a1Qzcm}B0b(;ld;f41Ka?G;dcReegwNilifKnvdh6& z)|mfGdjp6a+&d8)+#wY9T_o%~ChR+cm7B^B%9%2IoPxN=E(qT+RRRoPE0DuoNN_9W zz*5YSAxydmlH~#2OC-(?8~2;PaH(M7WB6xi2sUg9f3&w?jG8o1^;8XPY7c+LS;0)Y zaPEu=xz|zk=a*r=O-J7ZfL9A7A)to72{OMFlt=#(Vp>WeW)@)u^h;sj=mLO<2J?;C zr6w@p6Xu~`iZZ*K=xp>aF{W7&L(K}m0F#OUlZp^Crx2P`QG{iHl$cc1r9cCNkrE>+ zf)SXB6;?$sV*dQ{7+H)U7L3ytSdfh`KtN>5%piTGFa-n~=BX5RTPbo5Hqu`y@*yII zKJ-VE`Ou#c9qGtp1p$-ka(g3N8in^SUqI zk0dYJb^Dsk545ceoq9tImW4qUOG?c8f6&_4Ar^hjDUkl!DX?Pj&QXjcun-He!l09} zraD4cVF4sCeS$wQJ%O2s7C#gQ%Q$bx3hRN}Y2bWG7Mc_wEMWZ<;YT1YkPkRt;FSYj zfyvMaWPn#-GWZS5TS3lAGcj0EL@7uI!3JGb3RXbmAqFr4=+6g?tj7u~Ac!X<#Uu$8 z2El>XCh!V8E(qEHAjHt8C-72)#1{&4=0+%1K3m-=d^msElz`G~dG~oLud*v9`nLbJ zZ!ox7xOW;L1&RdYJ75l|fgy+~A_!=IkSZdGEx7X(3IqNM#Iz3m0Dhe@BJ(CG4ERDF z35-S^KR`?g%{v{{nz2xzQ{X426$e%iWKagL!2BqX7NegGL6J`26`0=+(huk-&=XcD zg@z*7&<>@rrApBZZ1j1h7*J|0AO2rv+V zMG7+ycPXW6BG}ZuN~uqjGU~9IVoI4FO1U$!xiqER8wmeQU{LvI0+R~+Y}|STM8uWi z{wNhL!xn}r6?Q{10zzV@{4+x&K)(G=APH^-$$_OHIWmNZvmd9-?8;*7F}o2-Au3#K zu-v&svr$q#VQcSl@mCbN+jdu4^^a3dnmn>oj`#l{0?yNn#f2)gQhzj&8>J??@6_@- z*nh?6MA>eB(scD1=i{B#CatwyE=mG(rJX#CM@pSSW=Y*~*J+QgZ?-sa;weRR_w|Fq ThC}|#K3>=Pwp4$na?<|*w4;F- literal 0 HcmV?d00001 diff --git a/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.runtimeconfig.json b/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.runtimeconfig.json new file mode 100644 index 0000000..9892704 --- /dev/null +++ b/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.runtimeconfig.json @@ -0,0 +1,19 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "7.0.0" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.staticwebassets.runtime.json b/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.staticwebassets.runtime.json new file mode 100644 index 0000000..a4244ec --- /dev/null +++ b/TpBlazorr2/bin/Debug/net7.0/TpBlazorr2.staticwebassets.runtime.json @@ -0,0 +1 @@ +{"ContentRoots":["C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\","C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\","C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.datagrid\\1.3.3\\staticwebassets\\","C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\","C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"open-iconic":{"Children":{"FONT-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/FONT-LICENSE"},"Patterns":null},"font":{"Children":{"css":{"Children":{"open-iconic-bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/css/open-iconic-bootstrap.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"open-iconic.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.eot"},"Patterns":null},"open-iconic.otf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.otf"},"Patterns":null},"open-iconic.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.svg"},"Patterns":null},"open-iconic.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.ttf"},"Patterns":null},"open-iconic.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.woff"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ICON-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/ICON-LICENSE"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fake-data.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fake-data.json"},"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"_content":{"Children":{"Blazorise":{"Children":{"blazorise.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.css"},"Patterns":null},"blazorise.min.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.min.css"},"Patterns":null},"breakpoint.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"breakpoint.js"},"Patterns":null},"button.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"button.js"},"Patterns":null},"closable.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"closable.js"},"Patterns":null},"colorPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"colorPicker.js"},"Patterns":null},"datePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"datePicker.js"},"Patterns":null},"dragDrop.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dragDrop.js"},"Patterns":null},"dropdown.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dropdown.js"},"Patterns":null},"fileEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"fileEdit.js"},"Patterns":null},"filePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"filePicker.js"},"Patterns":null},"floatingUi.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"floatingUi.js"},"Patterns":null},"inputMask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"inputMask.js"},"Patterns":null},"io.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"io.js"},"Patterns":null},"memoEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"memoEdit.js"},"Patterns":null},"numericPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"numericPicker.js"},"Patterns":null},"observer.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"observer.js"},"Patterns":null},"table.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"table.js"},"Patterns":null},"textEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"textEdit.js"},"Patterns":null},"theme.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"theme.js"},"Patterns":null},"timePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"timePicker.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"tooltip.js"},"Patterns":null},"utilities.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"utilities.js"},"Patterns":null},"validators":{"Children":{"DateTimeMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/DateTimeMaskValidator.js"},"Patterns":null},"NoValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NoValidator.js"},"Patterns":null},"NumericMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NumericMaskValidator.js"},"Patterns":null},"RegExMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/RegExMaskValidator.js"},"Patterns":null}},"Asset":null,"Patterns":null},"vendors":{"Children":{"autoNumeric.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/autoNumeric.js"},"Patterns":null},"Behave.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Behave.js"},"Patterns":null},"flatpickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/flatpickr.js"},"Patterns":null},"floating-ui-core.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/floating-ui-core.js"},"Patterns":null},"floating-ui.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/floating-ui.js"},"Patterns":null},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/inputmask.js"},"Patterns":null},"jsencrypt.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/jsencrypt.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Pickr.js"},"Patterns":null},"sha512.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/sha512.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.DataGrid":{"Children":{"datagrid.js":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"datagrid.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.Bootstrap":{"Children":{"blazorise.bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.css"},"Patterns":null},"blazorise.bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.min.css"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"modal.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"tooltip.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"TpBlazorr2.styles.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"TpBlazorr2.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/TpBlazorr2/bin/Debug/net7.0/appsettings.Development.json b/TpBlazorr2/bin/Debug/net7.0/appsettings.Development.json new file mode 100644 index 0000000..f042c67 --- /dev/null +++ b/TpBlazorr2/bin/Debug/net7.0/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/TpBlazorr2/bin/Debug/net7.0/appsettings.json b/TpBlazorr2/bin/Debug/net7.0/appsettings.json new file mode 100644 index 0000000..4d56694 --- /dev/null +++ b/TpBlazorr2/bin/Debug/net7.0/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/TpBlazorr2/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/TpBlazorr2/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..a9058da --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.AssemblyInfo.cs b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.AssemblyInfo.cs new file mode 100644 index 0000000..e42f3b9 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Ce code a été généré par un outil. +// Version du runtime :4.0.30319.42000 +// +// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si +// le code est régénéré. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("TpBlazorr2")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("TpBlazorr2")] +[assembly: System.Reflection.AssemblyTitleAttribute("TpBlazorr2")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.AssemblyInfoInputs.cache b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.AssemblyInfoInputs.cache new file mode 100644 index 0000000..d6fa96f --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +0809d9cfe7cd64e08d43533d299ff969d15f26a3 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.GeneratedMSBuildEditorConfig.editorconfig b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..cdf994c --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,61 @@ +is_global = true +build_property.TargetFramework = net7.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = true +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = TpBlazorr2 +build_property.RootNamespace = TpBlazorr2 +build_property.ProjectDir = C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\ +build_property.RazorLangVersion = 7.0 +build_property.SupportLocalizedComponentNames = +build_property.GenerateRazorMetadataSourceChecksumAttributes = +build_property.MSBuildProjectDirectory = C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2 +build_property._RazorSourceGeneratorDebug = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/App.razor] +build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Pages/Counter.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ291bnRlci5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Pages/FetchData.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRmV0Y2hEYXRhLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Pages/Index.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXgucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Pages/Liste.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcTGlzdGUucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Shared/SurveyPrompt.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXFN1cnZleVByb21wdC5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/_Imports.razor] +build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Shared/MainLayout.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE1haW5MYXlvdXQucmF6b3I= +build_metadata.AdditionalFiles.CssScope = b-qvink0kiu6 + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Shared/NavMenu.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE5hdk1lbnUucmF6b3I= +build_metadata.AdditionalFiles.CssScope = b-a6y43r3zrt + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Pages/Error.cshtml] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[C:/Users/axvanbraba/source/repos/TpBlazorr2/TpBlazorr2/Pages/_Host.cshtml] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0hvc3QuY3NodG1s +build_metadata.AdditionalFiles.CssScope = diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.GlobalUsings.g.cs b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.GlobalUsings.g.cs new file mode 100644 index 0000000..45ca3c5 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.GlobalUsings.g.cs @@ -0,0 +1,17 @@ +// +global using global::Microsoft.AspNetCore.Builder; +global using global::Microsoft.AspNetCore.Hosting; +global using global::Microsoft.AspNetCore.Http; +global using global::Microsoft.AspNetCore.Routing; +global using global::Microsoft.Extensions.Configuration; +global using global::Microsoft.Extensions.DependencyInjection; +global using global::Microsoft.Extensions.Hosting; +global using global::Microsoft.Extensions.Logging; +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Net.Http.Json; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.MvcApplicationPartsAssemblyInfo.cache b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.RazorAssemblyInfo.cache b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.RazorAssemblyInfo.cache new file mode 100644 index 0000000..bd4c3bf --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.RazorAssemblyInfo.cache @@ -0,0 +1 @@ +5860763757f4f08c7ebdea1b3a94a18109f17861 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.RazorAssemblyInfo.cs b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.RazorAssemblyInfo.cs new file mode 100644 index 0000000..ea4c9c4 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.RazorAssemblyInfo.cs @@ -0,0 +1,18 @@ +//------------------------------------------------------------------------------ +// +// Ce code a été généré par un outil. +// Version du runtime :4.0.30319.42000 +// +// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si +// le code est régénéré. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" + + "ory, Microsoft.AspNetCore.Mvc.Razor")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.assets.cache b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..da9f7865cfdef0f69af6ecb053da8a00ceaf5f81 GIT binary patch literal 48151 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.AssemblyReference.cache b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..0446379001c14b1e856463d2ad317717bb734cd4 GIT binary patch literal 185539 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

-ePm84W(s%N#VzVxPRLI}F$l31hS-U7Gv=7b zM?L4vI6{PeP&etarF1ItlwPek7gbi#sozmQoq^^p;1MJ%7`*ppPaeMPw%>el*FBSF zU%ThLZU13Dv2^6+2akLGs@~iF_ScthT)TB{`wxzN{qo1h#{T@$*GD{b_4u2Yob;VJ zx4$@M+~NOq!F!MEyVva5|BP#%Njz}M`uk2b@0fkpn{!7!`m^a@?O%4+-9P+ke(s(z zt9IV8;H>?&J$$3}*sB*MfAsXL3;%Y_{Rdul)Qy*(^y~u;cz6DIVAkZ_JJ-d8c>N&F zIFR1f2Ao}@ra z$0f8qC-MG=e@00ZE{+i1Ox6R)pqO7*9fC|HD11ynMJH?F0tv~eBLR1X9d$hj;`Ggy z?L@HSPSdoOht{1Zz9Q!iJvv>peXe)^B1CVnGz@uRq+9=VbF$0X#(csuAf>yR>%@@j zK~Pyi?INM_Jq<){^=#x`uMDCMj@$Lb@#Tcwl(moEC>O`$!gn&@;G9zIQiE~I@IACE zbXg1N6i(KfI-mH2z&Tgc#rD;0|s|P=l}o! literal 0 HcmV?d00001 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.BuildWithSkipAnalyzers b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.CopyComplete b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.CoreCompileInputs.cache b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..fe48cbd --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +b14e5be04649095aa4ad28b0ad6475ac235be70e diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.FileListAbsolute.txt b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..b604a3f --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.csproj.FileListAbsolute.txt @@ -0,0 +1,47 @@ +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\appsettings.Development.json +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\appsettings.json +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\TpBlazorr2.staticwebassets.runtime.json +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\TpBlazorr2.exe +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\TpBlazorr2.deps.json +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\TpBlazorr2.runtimeconfig.json +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\TpBlazorr2.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\TpBlazorr2.pdb +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.csproj.AssemblyReference.cache +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.AssemblyInfoInputs.cache +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.AssemblyInfo.cs +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.csproj.CoreCompileInputs.cache +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.MvcApplicationPartsAssemblyInfo.cache +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.RazorAssemblyInfo.cache +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.RazorAssemblyInfo.cs +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\staticwebassets\msbuild.TpBlazorr2.Microsoft.AspNetCore.StaticWebAssets.props +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\staticwebassets\msbuild.build.TpBlazorr2.props +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\staticwebassets\msbuild.buildMultiTargeting.TpBlazorr2.props +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\staticwebassets\msbuild.buildTransitive.TpBlazorr2.props +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\staticwebassets.pack.json +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\staticwebassets.build.json +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\staticwebassets.development.json +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\scopedcss\Shared\MainLayout.razor.rz.scp.css +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\scopedcss\Shared\NavMenu.razor.rz.scp.css +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\scopedcss\bundle\TpBlazorr2.styles.css +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\scopedcss\projectbundle\TpBlazorr2.bundle.scp.css +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\refint\TpBlazorr2.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.pdb +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.genruntimeconfig.cache +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\ref\TpBlazorr2.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Blazorise.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Blazorise.Bootstrap.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Blazorise.DataGrid.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Blazorise.Icons.FontAwesome.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Blazorise.Licensing.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\DeepCloner.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Microsoft.AspNetCore.Authorization.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Microsoft.AspNetCore.Components.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Microsoft.AspNetCore.Components.Forms.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Microsoft.AspNetCore.Components.Web.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Microsoft.AspNetCore.Metadata.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Microsoft.Extensions.Logging.Abstractions.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Microsoft.Extensions.Options.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\bin\Debug\net7.0\Microsoft.JSInterop.dll +C:\Users\axvanbraba\source\repos\TpBlazorr2\TpBlazorr2\obj\Debug\net7.0\TpBlazorr2.csproj.CopyComplete diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.dll b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.dll new file mode 100644 index 0000000000000000000000000000000000000000..9ac22651867b1627e5fe42ff3be4e875d3359417 GIT binary patch literal 54784 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.genruntimeconfig.cache b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.genruntimeconfig.cache new file mode 100644 index 0000000..3262aa3 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.genruntimeconfig.cache @@ -0,0 +1 @@ +15ca4513733321af62a76fa1680e0a6f3900af58 diff --git a/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.pdb b/TpBlazorr2/obj/Debug/net7.0/TpBlazorr2.pdb new file mode 100644 index 0000000000000000000000000000000000000000..fbb1509242fea82a80affe2068dd6f0e3ca86d1d GIT binary patch literal 42696 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 z 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 ThC}|#K3>=Pwp4$na?<|*w4;F- literal 0 HcmV?d00001 diff --git a/TpBlazorr2/obj/Debug/net7.0/apphost.exe b/TpBlazorr2/obj/Debug/net7.0/apphost.exe new file mode 100644 index 0000000000000000000000000000000000000000..387d06a2c6124b74ad90ea44e815c39807502796 GIT binary patch literal 154112 zcmd?Sd3;pW-S|J*ARzG$LL|5`YSds5Bd84qbOthTM`k3b5iFpwNW{9OkYQ2ToJ5#j zZ<|)_V_U2AX`gC$tP6{^1cD?ivbg}-N~*QqI9j5%5L}qw`*ZHSlSv3_pXd9$o z{L-1%&c1c7uV&6&x6HZe4&Th1?!5D^THiNj`Q}9L^xb-=uYA%qzB}%^dDif}yuO7_ z(~n&edFAzM&tC5Sf4Jzp`}cDHaFOr+UF!GT`yb}_fq_mgj`b6VLKIkm2!c zwM$FJa_v>uey;56Opm9R{W$gOSw*1$jel95stq1bfqi4Y%e8Znx=)p;de>f%>B*K3 z8ZtdqIs8^-dalh^kL*7yGd(&B)Bev4&$VgA?&Z>dWq69XS@m&-#~!HjWMzh@z!{fY zH~n{b?W_g06od_Do-+4t^?i(H_?(+>s=dkMIpa|()28P!ejE5r`{xHuhTGLVvt{gl zVA7Z0;ryok^Lspv!)xq{YK~PrKbZ=p$JF!Rcy)Q;+JMJ1UAkJzbE$IGvGs<}nL9@o zQo#-ws)ecOsot#H@1ml>(zBB1GS};lsW+C=|6l&o&AdJgy-JQeL0J_xQYuB%k`UC9xVYmL{>GgB%_E)F1|Mmpc{sV6PyVC2+ z1R2kd?fSdM(f-qR{q1i3D>~~l%zRMQ`s{Qy{K0W&x~EZvXA8M+^V-$7bKghqJ?=g8 zr)<_`y#Gi0{VneMf4-pe{asuu_{OIf=1u_$KHZpHr5pS8*eAJjF4c{YuA2iZ)xej1 zBFtsZX<;MKp~p6!7bc;fK5^%_OV^cEU+hD^&;Nic&6j1o?*PM$2R0z8)^7ZQ$}sxI*}&2vC|sO_-)`A z%{F}8mh4~p+Mwt(LmFsXMgv_c@H`-6X$~ksq{jm?yhHy^72R=diJ{CT=T|x6^PJ`+ts|%#My`R(L`^EPA9yPJ9?+brm zUFz3nc&uH}QOc8+K^H0mFPxB$kZ-hsM zs8>EJGn%z3gL>{d0JbCNXL{oO)k+<^KK{yUuA72{ye=?BH*YW8uP=Lll|q%At9eZy zxk--)2ZfDKbmK!k9%&Aa{2R-o^$$J~j?Y@n|Md~0Jrr9|;GL5dF-k(l0ecHaKx&WvQsMQ@no~!a$YpWjDI}(@a#=f!NeOWpD5a zR`amtjjY!CM|#Vux~sK0_yhwD9Kl(+IUs_g~w}ug5CZzk4gWkF}Lk5t?bVyd76|cLea@DqvygpWQO-pM4&hhx<}7)hsr2_4dG~V>*S*?v zc}uxkp%3)0SdcILnmPJ~b=}w$fU+i@p}1(Mxl#Cp);|kXz{~%F>V{CVact>mPZadn zr5oF-I!qmGqd^^hyj>n7iST}tz2j`d^drK|jL#&70inLI>2i)Yv~5f#+>&Y4n}t{9}& z%SUCa@2T>9;#6Tty^{Hl->-BubTbNdr|{bp0$ZJ;Qm1IXT~ta@kyCWDT~tI-fm1Zu zE&@R(<~l`}+eM)EHXCh4!)j|E&?z_DlL1H4+3VCE3*;shC)c%dv;)8}7#J~48wHj8 zHA1R`;c!2j>%F-=1BabO5i#X zVQUd#t*ZX(2(94ALyTRk`vy&fM_r`VU(ZFrysFB&%qOtxfN9_2&QQ~h>jB6c(LCL} zz9a#ap1$NMK)MHhw%q#ONwDH@Jo??u!T<2^`?z9|@#ycX%i~dGVRXG*G;^_Yb8xTJ zIIubRE^6BwTAhbpb>n5#PFn%(l*i|b;&g{X2|9`#v@SYL7y^Ve!K-;8qW+V7lxx=h zRC$S0?*B;h`h6c!v%>Hf#V1VFVvR`6cCXeUMMouXUq zBE(tb_fFAucG2%CdfX`*XBRzA(RZDq61(WTs_R65X0^r^ZjTnq0)&idMImD@O2ONK z8*ZG@gqn5TD%7l}26m#0L%-T;c;{qqKwI5nU3W@`r@FpLd$>_p;j|Q|vhgWoY={`U z!p7@iGvozDLdKquv8`<~FR2QOKJ@tQ4pJz~CuAH!+tOCQ2R=l~Hq>5NU0tmWsbh$; zD801Rua;}8AgpD&qzQ+p%ul1P~B=3E5ovo4*wtY z_aR`cYpnfh{b{Sw87F%IRGT@NIV=2kX4wG)50&kzJx}PNL^r?Xt!~g(pP(DBSvOHv z87lUa+GG|?MNO$x;B3!k`}VZz1y|kb`mn9vP*d44WFI*twSRgfl*#m`3=~mwNS&jXqZ>Pjul3Cwa z9nkchda|iHKIy1l_Ga|yutB?FfC+n*E)}n?K>u*jR`GYgZscSQan$K@y4IfC2mY3X zO_{qWh4hJp2p1MvF;+@@?%Kj4B(WBJS$htpj?s#qQzhI!w#lDr9Q>2{!}ntEGk~1O z&*mTqHH7MO&lEJ_NTJSX?j}=pr0*0*$47%YoEokKo`M1y|L)KvcHcS+~D141A^fBd} z+kQX|3|1_R{k45jRxyS4E)h01u_&4Ul3bZNe}^QIoc=@2V#`*^_|Xk&q;Z!l9UNBh zuF;0p7FGd}@0^|jNQDxv7@{bUB}y-2A+#x5KGv3iU5+YZ>mN%;XL_QCWI0N#-&~50 zU9BytE%XUozz}7yZL^v_N+uh0Loish?@N^SEwlb|^?NCk+HU=Ug=T7rht<^7JV1L{ z=LLcSMKXifrkeD{cKMBhA1li117RMbxg4W!eyv0`|8sE(pbwfk_tDY6qi@nYt^_k@ z#1pCq>oKH!gRLCnIs@=Kt%FM3GU)+c$r_9y@}6&A5j&x>bS zH^zH)1N^NmoT}sYiXF+Aa~f`$3_X68mxaxpgIu_@I)2)CY51zd=~!-UzXTvcw8Eg) z$sa_A^&l-fj?R^fsUYg>OUe8PxOV-YcCoEG$=a3#ZoFXz%FF^Dh%AwR4*bLXfUDn`A)PgnzctvdW{GO)J zYtGl0La!dD5LnYsjVr&2My$=lok{ddn}lr9(93^PVVzv7N&IG{uv9gPn}&9u#8)2q zFQ6%BqFos(V4hV$o4VbXZo^w>i0Ir!eRqP$8< z5MV}59T(bA6eX%vIM+3p135F*O}Ma%+7r0OItVssLnBM$!AIuc3SU^Dmab1=%{ekc z#8`#3exk=y-xxg!1_?|o@44*%WwiZ=3@LVxcPL$)F0B^joy(7rQ>D5HuB7}N`?8VC z%hY9L71f5=rLAe8IL35y5VVQswduOM0D_|7Gz^^b1za&j{qF0)8P8@UMpc5Zrr*rNb zAm(=KAkPV;gcI!Hxf@Fd`AldXAad(YqO#Iav-X<=uf(txd+d?bd>FGk7AbebLY1E$zcR9$;5OFZ7(>2Zxmq z^sR+*3)w1ac3hyRfMe#jPSNASKR$IOCqU^pDX<3S%$n!x(&)6IVkr!ppEzBys#ACb zOS*tZ>*QKG(1*)!lc*I_MXjz9Yh|`*zOI#G%S!pH^gSx%{A_?jLC}Vy>J^P_6yw63 zV1Nk*n4ljH;-2GVYW1FfRz3v!!Z~msRfkD6;YQ%GHc>HmYfL zsB=_UOF@0(;#_TYBeJ{q(sCRzX8uH8rj5^@0&cy_J)X7%uPA$8Km2w`^KTL{{42pr zqrF__yNlWnx0;^ zYyQQ$`GT4;$^nAFzK%cK%4?A6NkX9_qIX*VI9GP-s^i&Z2`y~w&`ncbvnE_9klkTj zc%pQy%JkR^0z7F>-6!+UpPS(k8?0^>-cJY4!3sSdtwO7st+c9mv_k7&-yq$_pIs?G z&Gk?6V?TUW9t4&hjV<*o)#`EdNMEZcvnG7b0vo7Ov{%+t`%T0U=#8>Dq7%m=U~!69 z9$g>ih$fV^37{tC@I5f4(NN)e>9TUi|+sT&Ws$T+35(Vd;CVWstVS`Yon z#=&ORZ@bkYcCp$8s$t$srM>3*75q3rsS#SLu%0?i=*O&dZogkbJtJ42IXU}Kd8W5l z^kTKX=EDLeG?W^vwIi9t@q+H>zH>vjcWOZ@Y5Er@D$;ydI+eL-_a))so%4y*bWTRQ z?@f7j>`sVw|BF0G=70DtCdE4aK&{g=sCvM3!8*S?thI{YwV-U&FwdnFUnY<2DdV0- zK<3O^2}t^jsJu;G;l3-%sZp1HAEi;dw1m>T?NUFbOYBmS<#l#xm67vpuHu23>iD;6 zQ+RP{+SJnVVsKB>TK--RICjkmjK~|Tv5~=)VGBOk>_V`RrE8R*=6b;h2W8a*1>%q4 z#tkFh(9MTC%XTWp+_{8WePcG1`X^Ti2VMZ6xDx!hX&nC=n#l&_24v!g08mu&Hgbz{ zVk$wuI_G(AtK;<|)~WlfT~`DfRadJ!(`P?hYd>q3F1&g29<6xnR&)NyEv?pzu+mnm zc4)PfJKcDpkyqGz?8hFNO@UCmOj=R9OwY9j9+p8`PmWE!g#&sCZ))0oW2LF%y{$Gk z&4*>!);H7N*6RDpd#VK)s&3XRaCY`@-tEs~+_h5_c86MF zL`Gz`Ai7x19rG{Jm8Kr7!V;)(?X?P;o$IRV2V^^eN+S=6rk$pyn~@4@4{8g}a-*_} z4aV6an0_&?M%a+-Z=S20V`YD{O6)OsWTe8#seBAX&7NExubrIzbVgg9h$}IR`4y3V zDUa0#r?r5VsW4M2#F8jx_U6hyL<{a9-h0G2*HZ# zxUIZEmkt|>KdU%`QQs(yDCKdMBL2qDLdHKsWt-R;ZV#I;q^|)0RrjH?L)!8&sx}(r z*W4yMIh*K|A#+Nu;#CiUlwg+Ko#KIEBU+QF)QzKhY-jIK+0l79A>(Kwml^jBX=6Xv z%_*`iT4R0F2Y7Hn2s?3yZMTDl88(_!7s%2P^nmON#Iw%`^B(QwMznD|!p0(Z-9s4a zW$p7Xy0WKr$3(kFjTjT{-60uxNmA>6hOG*UPRqK#uGpIzflL7upeHf@2QHG84527H z+sTUCM2vYI;-+ylR&6;>NhpyYGAwABfSS_#OVyB-^g*2g~)!oK^aJhKD#b;Ss_eS(K8fd2- zYxh4L-A|x0P}m>RGFOOJq-A+03s%)T1upnD{1wi_=_SN`P(qFspba~v90L$hX6%h!*h$_Md|xH-QkMdiB)& ziJF-BXtiO8d2J&rSRJcb~Mtp%{e`)>Qk*v8H6}J#cRp@Wq3tk3wQI=VEq}# zRC?R#_|v7`82yd#uguILK-h zIR0DljRLwMJX>e`Nnwdkogr|`IiEtFUBi!~G>5hF7FXX3B{x-%i;cd?6a81$@r27- z=U<2rVso;G;Y>2K3&oi@hJi>WrJwXyj$ZMT3P&Cx-FKg2Sb3?#J+>KG^N2mgeQYsV zZx_fEpSefMoLPqLS+3>rI=NQeY&%`L=@B9OC^En+Tfb7(J`Ne2q#ovH3SjS0z1H4y zQdiIH-=$02Gi#GUrS#fGxk2r-sq6(IMe)_U2VVPQ?s_ zxuu(oYIL2SF#LukEj?wr^E!cQwlyv?YCY zAM`FM{PID+Ia3Dhm4*$oN?0gPx4(Waw~rP!3h^)7B<`7X53lvp!H}}`>sODBHxtl$ zolUzVy7`pCOJZGSR%Am^`&B$l-H6%vF(m?q(sJ`Yxhs#?jksA#&8wDL-v?iGqqja& zmzRESh`^}3$bLzcnv+}O4_&0{8}~1e*X*jxoT{p*^NBgRo$9r!Q{GoYx!kVm3`Lce zn`5ocapV-L8btH$u*}1XbxHIZ`jitzpi4OARIeVdk$@a0u5|WKac9ZeYeQ>rn&uo% zGWd}acR8foID)4;JnEcZXJ_Jp8VNhJT?^|8Mcj#}Wv{YK%ZW5asYzCAcjXO!I>W=R zZA8QEIt$oTt{=I@8u*yUQ%78=CW~V%BHSezJqwCj4-?<3%mr!iAPpXt2H68{V?R{r zCRKwga}p8mn*j+6flajob72Dp)Y$6SsOhx>l)s{EDVYXe(A^os|e}_ zb_dk^@fn9v^OdTuoL()~5q2Wlo?$e4a)UddvLo7keWl}K278og9qtAj^I|=HoH)~8 zmC=YZ9djX?8mDbih~;p=YM`UURq3AePxuwPA9MWyt!Qq$#9-N> zu>{8E?q(|1M_`e?-wd@9KNq+zWK1QNd`~Ega~t~)1!{;~50r)tPi^+dEs2x4@r$BF zXj$LTsEM=ZW{2VvXGe^=?BHI58)9R~xKun5yF1vz*Oo6A1gw9f_T<2!4H>mL5j-jL zxy-E1krr;39YU{ej=n)XK2;u{9E#Jx-jFe_RNwuH9%uC9D&k)C(g=C!0t%+;Grj!C zNci!Aj+6CxNw~OK3Pbd*UYlAT2PX6oil36`9cs?BNt)0E&Thc0e4*yCxeU+~ijSqa zje#574Lb416MEprkExB!z;yzQ5csR$u?OhrMhQ^a<3h#D*$jeLMok7PdVKQiu<@+| z-MDqOgu#T37emGw;o>Gn7i1RS2*lblYPA5N23q}VYM~kvlZ*|q)~wN4THPi}1Y(2r z`a{t^5rcU29xVpNUHk&R)qUumSQW&XklJq}bW zKzp^{bQWMwZPk_L=!sH(s+0rzGxXwvz!1=X?t;EZY6JN_$A^4DPmqtq`*s1kSAZ@% zPy%^bmZIZ=e|y-t9+cY>F$P5F_j(RORD@?{PJ{=C%XZJrAwn<{o{_@D(f~`79la=I zOrEWm?S`@K4wdbhcV>u12pK1YIAc@1oB9=CRGgI#l!7?g>Wro}5(>tm%aXD^%ngVx zSg2D{5H9n~yP~=rUY}PTD62SH+euGY$T z5k=R;P$k|Ke1g7Y_M%_ed%v8nH3G=~;LUIh8;>ehZE*YazQ5SDFJc@2|vVI1$z`(HD+0BE}o< z&r%lBB+)ioLs>fzp7Gp6<7%>NPmzAYade4srJ>zN!*Nz>Tt#`jB%zAJ#yA?vl}dW? zPF{1Xngg#27jIOQ@3r6X&|Zc_^!RIsF=urG1XxUBvvo6@ttemn;M%~laZvCbkG7%AlvqaKresO^)T|Ze|G#ftBGjN8FHT}WvtBp+FADcDaMe; zHGB)l;lL{sY_@}qGa0Kw8_FiDNinzL-NN^>_PGAGo)6?b#2Uy+v^gKEAs39?qQ?a; zrS?ySy7AdJ09+nTjdh%VTBBP)p!g}pMsEE-4d1&AHKEM&Hu|lw$kwJLC;NC)AJd~@% zxy#Nbg5@edLP|EOS$>TG4mkoi>d9>{pj|-<{{o~-zAsEp7h>{<4F(e~rXx19L!#U%y1Ky?IRBIR z$k}LTKG&7H^Fe2o`4A3d&nMAG&8NbhPpRI0K1`-GnSUFLrzSI?n!`H(?fKaBpfCv` z=`Ts+rPdFj6QFPO>aG8 z@eijQ2aA{Tpeq)i+YTfZ7MHWD4)I(oOgmhddrhSiUh5;;Ze$WnnoYk;R@nWT*Q3JZ zEL3;U)Y_GT0`avi_K&hP<7@ZHotg8-B6(+-n0{E?vr(=o6)oX4Yaf#>TI`D6K+_pu+SD-xEtw)e%8NPdlt# zs6cpub7rf)IL39s$%h$aY|Od*h_-w|FS$2P*W_mzj`QS_`HO{T+>Axa?&QnXPcWuL zvCnz~U0x?p6UMZ#H?_@vWrR@9){UzWe53e*J&n?LLkHt4;>=nejR(-B{P^WZF?DX> zRqF*f2^6Wtv*U|vWCKEoh6v&r)0(Vz-)7J*HYoYsioW33uiv?suH)r>Tj8#)wjn*X zwVVQC_yg?@=)OgzE92#T+EE8o8NdZFectDumy~&ZiBqT5Ei)%uQs>VuA96=PyOz^= zhSRy_mf5CrdEdXKy+l}S5g`A|Ju=V?D};HiWgYEuBGNi042A1A{1+6O>y) zju>&i)cOl3k>31vf68rvGIX;ZyPGI1W9yu(uz})pwMel7iO2{F`j!Z0v7m>Mt}57! z9m&&9LLVm16Qymp;M{b!K~zKrp$G&HtNN*<+Sczxov@jt6Y68nk1i#qr&-PrCnY2# z5F0%i7b98$6Ahu*v0J%81~Ng$;MdKI@m4Dy{Ha7h$gZUXjg?_9oFpS5EXmr9y{(2a zU&ZIB+VZY~ga|mefX{kf;G>EZT!;sV@+EAqMD5X+{mQ3t~A~uHF}%as6`(t02!E z3lw=8AIYHWleME!AG_&DWs|AWla6#24;<;T(|W1R<~ zSn7;1jCJ~Ri|Egi{{BXP!=3(q^j2z4E_x;2J!VeF?GJOq%z2BjKpFd0oo!V) zV}JbEwqUSuq*709E>{>4o+c>skxqd^X=&;?cEvHzMc$x9sehcv-!=alnBPh6$#^)l zIvGE2j7aYDRR50NFNf}(!}ajLBJ}%~Fw`wViKA*{XF2kB0!A9uGb{g3j@LUyN+lRq zoIMim95yCkLE0R;ef|})1aRo=i*#WoMl;Nr>;ZyH=4l8Q%*bulB`EKkvq!qv;unI^ zg$>`>B(eZ{^*NSXf~~!@r=9C7#+{jyZ9{vla1m<)BgRGfREG88U$}~o!_#wPRoI+D zWbu>&j{bYY@d@~pCJ{D1iOt7JNVG`|b&9UXr&M4!h8gnI;K(;3aZJ_0Bc9bP=0`-?9gV@TtWA2mRXg!*!LMhxl*RjtjX51 zKGfrP`uU$5zjI*o_<{^<4!wE2j~#zzb7v9%8S$N^@jJa{#A{7`$DM9wYPvV@`eLSY zXN7J|WBSvHO*Q~N=Xw3P$^2O?F)ATCu=SrxwQEuK-`J`@_>%cL54F`Dx-mf2A4__I zODJ*<>SEZ+K+Q@yrkl(^l_%Bl#Z&dzV%-z%&pDe|>ws8Gc6_||?C}GmAjIadIlZt7 zHzj7=ZAJDe(Hokc%m%&8(?>&biGfdMav2ihGjqN!KU(=dWs2HE9P&bv!$Xbgd=H*B zE4fAXO7iuW)otRHS*k9clg{i4y?U4r>aT z3PSN4Acj}bq(kvuqA$hgAu<7fhgC#lN>M2jyRt-tS*bEEUA#v*Zn8#@ccbh0IfLPh zpGP(WP)E+&2g z;)QD97k_WnL-EBxWe311u+C&yo3k&cjtnUc2%@xI8&a(TVI1W;Y+Kp4z ztFL!s6`5PaXp=}Lj!~6u)b1m(0z@>uu!3-DL4c_^aG~;>3#-&Y$cQ=mWZ86$ZROCw z-g(|MrfT+62MS&iaP4kW%Aa*i1vqW?P{2wPk@4Rhe6 z-OqjolP3SkU-^~fCu(iXslfYf;61JbrxIMbuXT%5F!o7OlYP2TURcAn`lVq&7%|2F zxEO@m7B)wFLRrw>#pCqY=ecvP*Nw|@-&sv;9k62@0_Mhc>sjsqgE{aHSd51tv|cHF z&Gw|pv4u`g8Xm4AqNcpr3fiBY%ztdWtSYAM9bHwVo-=hSnm+U(?nTHH`JdpBXZToh)QXC$GwJ zpeojoXmD9v>96eN`Im(Z77yRKEMB91bLvOpA6u zyPuxKiTYZ8AC7oxzbHG`m2Po3b1uW6KEYXCH#6Y1E;M8JmkUB;Oc%Fn0d#^G_ ze@$Re6G8NW=fE)(``kO{THOFfFI(rM@u@w8SLATXY21b2v4PFm7h;p!nY(yrqSB%D z;{A-3OT3%(wO>T(m2{UlE1BOn=&Z?pM&8-rHty`k$RQw0qRv|=XaT$QC7I3%UTgbv zvLxrqUz?voF`fRn&Mm}5=||lc%b}-1Qh}9%o{+;gAhY&Plx@rS zJh5m6;mt!(hdTWuw1m0E;TfA|Qft$beKSn#o2Qge7NB=?7YZ>TH(f_zGJn!Imd={| ztbqR4&$ysh@b`Cms5odV$2`J?Q?0-66t{wL$&P;_3E|)n*_g}(*X)Xqu`5+r8>pm@ z8uQ+J8J_4MBWDl4$;NojR(|zIIBL6FE+h`h(r{(bLZcKIkz9Dk=Rk~1OA8C;k~0HG zgK=6f{6f*$AoUwd7Z!SI2Uz#NA~hBi%moqssT$*DyD3LE-b`RqajusGYgQ?~T2MAA zu4ps@#e@ZO`$-E1`3uM~W^6qlPe7J8!SFC*%DXVzIx1)nP8(vdc!*$p|=E?eDDC2 zwahtjy+{QICJEdp9P2FGI`>Q@76-}3*^?t&$eCL|oeAEnXC`DBtzV(AA7?<;R! z)iw-u1<=d6w^ejSE&~C7x%Qk3{F@7lf^~DseQ{bjI{dbCuEG-l|wi2qPWQNbKIh z_!Q30<6~unflx==uxyTj$z??1KcbHZw!I$L>5H+5BdV zO*ZT-Ihuc`eu6z0P7wu6ouiXNfMR&Vw!P^Dhza}+)lwSb)Mj(G_B>!USYg(wdfB$x zldS%h)G0u^n^u_R5@BKD?F-okhNK6)E zz$SY!O00L@cNc?ElV8T!Y_;vD&R901DX6VJ;wap5Q1ZTSf=Ei^7RyO#+{%24nAKRh z>WIEi^gnV_{4Z&I&|=RTpM=?n#y4Ix3eotMNSn~zh^x{t=&3aIQJLUtoJ zH9w2hVx94-C~2K%kv{@GiQl+H+O2&I<5U|`&iL)kBn}u8ug-|YL&|X_q8D8i8p6Ij7yd1v3m=vWFM8M$^6&VjI{5} z0&3Q){1J7Ky>S(3{X!`)bPlVtnMeME+45&WJh;NnI7AO{gkMlil2^?Rn>pXUgMEgZ z6&^<#lKC+nIk3lj$gnAD$4);~08zEei7ZD3u`RlRYlE zbOc9ypq4DSMqB}lS_12Bf?2eyI=*Pls4?%po8hVLJ>reFqo6t5{5v~7+SE5~hkz=QntxZI<6hyZK1cs@Dx{aAo5+1DIFqjR|`Zg;WeOtelmZYy6T>F;RR{| z?E67G>w6$U;w~X*cE9H-h84t<+%EiT(LNVo`v|bM9IA5wX0Z=o`;P&bCIBPqNfJL@ z@ednj=ivyJ0&qrU)`{#(<`=V8_8AHBvOCe*w8y`)!p3Yo7Nti{z1m&-HW7VLrVCi7b_6o8%nQz=1`Otqfq5S5F>ByzllETB~Lv0Fks9RqZ- z&%B(>ui=iF2Y4@;FW){8zYu1auu*d8DVeNP*&fHUme(>n$Mfl1yl;<3zQw?J`lrS- z=y>CK4kYXxPb+tf=P6oB=HEl2sjoO5JEOR*Dqzfo&2#Rg3DE_CGbi5~X{sS?{-*Fr zD8>5rVF6Bu>>kCokU{!(WC3!?$1@1#fx?yiD!Su5k_@PMgKTA>#OWK7jp3Q?kSV7@ z&^S1`jM$kf>fQak)9GOkm$hrlp8}O8nxik(mnD@WcPQI?IC6Jt_kWKk*08O-A+HkQ z$fVPJ>o{(c;<(*u-e~2)pepwhNv#tt`Huw&ALi9E-K2TN@P++ zjEg4f)TETWSFz6MDH!yDzW{4u%!7Yrezm&u)**!%V-B~{W?4tHS15M5 zr?yz-%mP)z?m!KK@)_MD)ON6AFL`9RYmi{DGQId?2{M+DUo6C~xyPqaXF-bi?r(o9<)~kPM*$)(Vyi-Bd=85^p(-U zA}JrDrUgqsL}zQ6aEhKNdrJ`6%zNX2>Qs^muPkOr&cBrX={OGkIJb!B=@yyWW6;W} z;?(_fv)VY35L?+@#utVaD8aD?;HM82{Bq9lRFBSl7TpB5t9YT?WTk%bZhR-zW!e3s z{n%m1tOgPOK@jb!jjsM6kB3DBCn8?ZBmST!#T^e3Y8wN-N^rzuo>Njh_K`^B3DMVHElbs?69_c1+Q_! zswJgTvhNaY46?5-lE{p#vS!F;1R9v5Pd3lTzu95ql-em|OG%|kSY?enfI2C<4lRgo zgkCD25q^up6q0?lVe&7eCeD?ys1?T+F3*nn=c=rDc5vB9$zskhB`cn|eZR%-f#|x6 z6F6G-3d-;NdouYnj<8DWm~qnTmyT0cFOw!OSiYk?Le7BzbK%+m*3x*HR_v8ad!jNizrgwJChEmD zRoqArs!MD_pU@lmPCIuFu#M#-8Y@+^IeE=4;SG^=o$<(C@qTc)%({koG=K`4c=@kP z<;wx*kcPoQ60sQ29^4Q%Dw82?97(Y5tvEV8iqyIivWRe~Etm|}Z3*!~7;tPDB&Ax4 zu9uhPC2%$=jgT{BD_v-H1VzC2c-vlJ{P=RZF=X}&sMC#u83OijsElOkPfAtyjN=EP z;w^Hkw>sNOkv$Z3}D2M^^a_yKFs8?t7L4#R>Dq8uJbJA`;# zj&i{I@O4|!P$wtl5F!n@hY(c~(MIAys>jENmFZ=N!5ectn;F4_%$%MBkI~DU&Nh6gfgQoWPpu_(kqxCAIQ~PD57K-mM%c^(L>0v!%rP&jkXf z4q@20s2wTcHy6qNp}PX9-Eu%LyRxC;7Iv&U)Nc75BD{w*(nQz18r{QR=ck3ge(isd z9Pr+Agt`50y^MJxtZa)`|1%c=ESB=jG8!kPh~|}EB=8shry_stVb%`8klseu!ZUB&BaAY?9bb~% zR&Wb0VQH~xEIjk~f0F4*0s)L%BFki)MwU{MI>cww3G z;qtW|2|t%z#mwq>k;0Xf00Ri60;X!jm`}OPtjQpR_}C1J?LBXw6y|(Bz|8Y8C9vTFew2>-;@kz=bB&^g3ADq0 zbTe>qh(n@&Ij8UDBVjk0y{Vk&6vuR_E+6HoB}YpmCym-NqV0O|YjWt$*qEq;zh(0N zobB#817l;`?Qpj=Y46B;2|og77J32ZNAR%P8v)AqWkX1|Yp!<8?*3;19@*oED=8ET ztm(@FVIasdkuA0aq9Ok#^VG}O8?7A~yW*_cGnJ7Y?= zeMI!X@uNmN`d^Xt=hv8}SzE|%kcbiGz(q2)3lA>hqD8#u_@0Labd%UpN{9jcOD(61 zKUVq$-=j$8|Ncy2U1WAwU)cCd^u55^e!v8$_B+f)HD!&&3RYi3f&Xdhb0`G1gyVc) ztl4iLKTtsvuA{gMB^7-IO8Rt&P|^kK?4>||+G(xYA?)m02@vZ}n>_zg+We(z@eKmP z)LxNeQ)w71*2$cmf)&;8W0tZL;!EZaIGvdi-znb{NajbmL!JEw@PsU;iACm}!=B?1 z4qJG=ycJmE<1f_q_ODGaT0RD#muBq!!WYx$)ULHKK4NhV?Xwpt^yDLotUz&Rxx zt|P(5T*|v=BNitNt-N&&t-Q2L@o_gB@jxB{&1N30lWPI=Iug1l8J*riFVz95<$LNt zaG4ICk`8X~+JQuB)4>m<1G$zCu2&u8|0-xNY~OA42Q~SvM$WP{9Mg4<>YB7zJ#{S% zhOWm;*B`QFk(Oy$vJBF+ zlB|egN%fovei{9#MDXN+Cs4_Daw^d{pKh3l?4lh*S#lum=q<~={_9C zDTwYZpI)?mIAGV(mjt_Pw~fG!ct3@-E%K>1>uT9_FqG3l$+r@T>jn`eXu_KHfHNt^ zUliKViXU}jXjzAQmjB9*kQ`4bP9;vCf07`o=#;dTv0;R=QM*Vn zAq5(-Oz8L%Ob%ne%I_moeq76;r&vzVuEl!iX(l6+OUuX?Yx2qGqkfwfudXJS%wIA% zH7*$ne!|pxr9~k6B!@wbe943Gx1~_8Z5=%?YHpZx?Swn?Q!vpSMhxkP64pYN>-+7v z{TKBUn$kCXn~n*v9pNk*;(0@-tDNQAufCiq0kl7*qqG3p3sV89CgDDlv%}WK zs)V3$6&_0jt9Uu?vSY=8V#)$;vVIg#$A7=O?ZB$GMFcD%0M&to3(iZf`moIGmofn$ zUja`epPM=l{V(BIReC&#%NFrZWL1<6gKS+d+dL0vK=xH(nBc$=)RE0L8eyJCL&Zsb zcT%E*<$E*{+pYB)iC3?(qOw(Bo`x%s#28F*hc%ND;h=<)NX`^<;Dkt4BU2q|g`_S# zw@N3MAxl10w7m+@nD4^`(BviA2K)`Tr~OGLYoBnh)ZPguMpg{!QVs_i6`myuk{wP_pwV(m@ zMG)B%Sdb5uSg+p?{#yTh*T!NwucFM0V@|6;<4O{9ROL=t1ZLnD#(`>TA7!Zc-#?O_h#7yt@r<>Z49p-Mc^WW7=^t2A8xcKK)P7qY2>V5vks37bgQ;tgz{+4jzq z#)#?n;YqnF9`@`Dai}!HMJrz+^S4mSuf9+GE0MUq4||BrRQ^`s@PvcuEi@W^LEPI& z)3HYcAteGcJ;t$fS6U7NAT8O>#u&R@d@d5|Xcddb4w_)FkvqCc{7F8VXAw}%*n zvXK6MzV{A;z6JvlR!eK>?_Z_0v!%6#v_=~~+AC6!QsMNe;NoPy@1&G?C7;xvL-A=G z?oNF~>+avDj19QMev+6y;<%D3Msf=8o_(R_acTvWqm6Kg2WA|N>?Iy zH$;jzOfpaF6E52__cV^@B9h6u)mZDTj+G6sU94>Ln1zdkX9_^URb)_PBXAa9Z`z{W zcZ0A|`@?SGvL+M<&{sMj_Y7=#K4w(qYz4G=hWUF zyqryzwljpgvH!L_RQx&_L*(Re>{Iq0<^yzlAiF}v`{|Rk>R;IBMrlZnWwMblqm}+F zS;fx&c3C?%QiEN-=TG868yo`oLt&DCk<*$SMoin9{7_D7vi-2jdXh90;%SbvJtz%J zz>P|PqJ(sdwSZPpR|;{JI!)V0LBF`&RaQl+-Bk)e@n}nzc718>u9CbI;viwWp||)) z_?^V@<*Ic5h%dG+`%qJ6?S$CdpQ8cUyN+p|64}fAQsZmSiNY|mQJK_f{&6&fjt$xV zyW6aB)zI@#il%^$!MEnX`3Ja7|6G>y?e1Aih22itB!91$YxkeI&ua>h%?fMr*sWh&Hw(PCN%&SCW9 z;T-MC364l6s>F{@^OjdGn&1@4OTjn%$FQ)cCpNU&u7 zffLC2A6%)I&3IC)`zMPMh+Te`R(DvgW-D#gyzIIIVv$7QntIoqlt{KBp~fG*<0Ps#KL7C!-{r@f-@*wyo+pl z12e13ywQ_WZszwxWpB>yzh1;f;&jzGM}QLpjLq7AG$#7uG&i$@@=y$wAk@X4gCBt? zq0kUZ*O;1!F^!!oxK!sS!!Bf^+xZN#b;EzjlG+neffG(J2ATg?$$;mS5Sx#1;h&2Dh1v>R4$ByZK#87G!#APgbWCtss#iLSXh+u#1|& zSKJzW1_h*cc(KziTmw7Lq>1T zy=R5W{-P}}lv>R}rPnEy;9OAykh1%5M!?cqtfqAmX85#%q)!gn%0P?t<8`c*(@qv~fkBinOma39(Ltt9-8;8z9I3?LjL z;G+|m5#tJ0t4slt?SZbqJlO@N9a!9A&0`ZJ5pr~?P}z&~PXL+wh7AkQ9hBqiYVK87 z9RfOeD-CpaxS%Vc6&qwOwEm%t@=j=tVh%k)>$D!AB`mF1FVSU6R|?P|t+u^Dj4xh( z#EI!j$s6_&gqt20OnW!9;JeD6rO+z1C81?rK4FlxD)9 z?N($ku70cHZ~QccyOSj+1cwa?KEA<+r4l#UoA(t~$zN$gv<@kq$oYh9fK8L8a+i^s zQS<<=%i~3^;^A(x&dNgbC@(Bj8?9PhD^p{$Rjd0O7xsqyY(;))%CW>Se7Sb~3=MC$ z{{9n%QT3BRB!HhGl7$e*#dfqpFJbmt-3T5=B&f)EElgTO=u4@HCzA}(ODM`Db0A!e zSh{f8c&`@ArZ)X!O3BeQ)Fl`N`{%^Afgf5Yezd*81J+)v+rvfY`fGI?xfdL8BPA-j z;y^Jc1u&Y!#@ifdWUc_J>s~tZGsjxX7TIlcCJU0!1Ni zl4ddUN7#+p*nmf-M6Bi_8|mf|eOQMM@(^~!wP2CRn16fej=<%%Tg8v6uurZ2L6Yz= z+zgz(>1!v}c_|u11}j)Y6@jQPl;i^(IAnKNkG?500hDY-%0fbKonRIZ0y+R{WcR^Su&951Uo+ zW|gC2qMi>P$4 z-1^~)fn#Qn7SzH2UZ`#N@-YpG%CIToQc>jQ0dEhrwJC3CQ}*C0EQ|*mB<3I(80irA&CX%>wy>9%={{ymk>nPf{H4r_RXlSkeUfho4qv?q( zbcZair;73}UI$YXZ7)n36cT>PF@@rn_2y>O64?mk zthn}Go1YPoLpR1TaXa zKQv3|8Crcgnejvb@*7<^U-MlW zj?e7eVlI#KtwYdc=xvMz##3V*B)rg>8Eg^VXvWeW8K;fjD~bJ5tdq~xfWnIiRO4I+ zZ!IEma8g^IBQ_H*-MRUMO0NPgYXmNux0g0FxKcu{4}7VtkF2!rA>9C0(Mr`ue8w6m z!#TpI*jo6v_Bib!;b>Mv+9l`aY8cZB855U^)XtDOH3#>}Fcit>`6Y2t(*2-J!~WQnugmK6g{98vQ1X5)9h*>c5)_L+5r_0wkb7Z}S!6#vY zW96oQocUS3dA{BH@OSd}({IY(chvPkb-iC*zpbwS!rumKuUy;zM0>FF%aDr0cwJJ- z95Kdb#{=2M*jzS7y>XH?u`^=L+ZxiI53QF?zi?r$ zy@ln&YEt1}I+2?Lic#|E#?G~#r|t;B`Q=JkwD>Pu?4MoskHpvU&Rr5x8FzE7>ntLr z3kz6d>vq<^K{~C#Ijc*888fF!RnH#mlsLK8-LyhxPO1I;BBw;Yvqh@)&gTV$GwS4G zcb}_N>#7P71@yDis{XYABPU6Opib80_+7K(cflLbgQiPN6aaA}c2l58-@{+_exppm z*pGD-F#c6eY_3-@GyXu~QuRQk4DBHW)ekxZoe6=T86eY0ftOGD;6Nqdr@Vk%CXLvh z@Gj=vVwH<6o>q};IVzn=o$?n*81*aCBkjn`{;*MnE9vIK1(H;WLwuyGVK4DK>CU#+ z{MI*Os_&d{aGJ!i`pS{z#+WmInSsnrM#o9b2MP%l@mQBoIXr4iFCIxQvhj~)s9a>1 z^Q%9?$@UMV5x4SEscekdPZ`_Cp929zKglV`^9{S>&uGp|CZn|ynelmm{5mQh*`ejU zm6ngpt~5zSyGiw+C{i`TNUN-K&u6Zpx7Vq72Nj%wBTR-W%Q=^(BwsDt0&3nDl0#3A zk6G}93{tetH}7NaouDDZR6nXXiBbpJiBfIHnH)TCM^gd!!eC=KYa1Eo_033G1+=L+ zlP6ErinxbWi?A_z8xIubG7#vcs2X(fNx(VdW=qi?kWTy!EvlqJOum8yKp)}J6O2g= zlH*7C5KziJ#NjsErd_n=^2&x zjh)?a{3bTkZX#fBuM-QEO7;3l?p%&GPUhUkp4!>M0SVmMTK(~_6Vn`fOfPGm*H6ba zsQxWUoZLM`&LC;XlniUeFNExH6zS4@Uqt?TXg_brqJNn1*uR zsXzsyHidmC08ekShR;edY6lMF?~%RlmB0t@@Ztu*CFelv90#wL?S&)6U0*a*HdG!c zv{b#1Bp7Ze#{}2;?IRd<6{p{WS?P@EK-b7txvb}b8XImwV|%pGUvtbIs*?T3F?aANR$N1f3>xS zy)cq^<-38knv5hKIk=*7Z@?H|aE_-$otud+86#I z{lk$Pi#Oid@*h#0X7Oh`1|DwP@JXJraf3A^Ya{F{iy)@RLBu?#AtsI>reppfcIUYX z?#1EaMZ*d1-JG54NrYv=i$8J0tvcqPXV;tI)|;_c&w4#|+Pw8wk`T9yluz&rpIQSs zY7*INU3wN4C=l2jJbX?-Ti2SSJs0d)SIoq;u^U$eahX-}KX?SIW>?@)qqnx#=FGDt z6-RUC@bfp1%?t;OmSukxpz$=j_UvUx6fm+^RVT{17GP$t3M5L`OrXhf(|PzTl{|K z3LC$F%WoQf|LGt9m-y{@@_6`t-H`tQe*drIcIM`>e5T?{aC@A@W&QVY`(`K!3H$Hk zcGd@i+n1ohq~UfirOqd9qT-;<@s|$tdp-EbJ#xuvR#Z;yLOaM7C|x@PP74DlM5&Ez=;}Jr0Ql*=u)^4Vq~*F^J2IMu9j#{ zVAWlT)40hcj|Df;gcfLQ%?cda62# zL6TL8Bx~obPD%E%BguAH@(o%M&NRGI8ipIZQqS+QO#%l;lG%jc6+S1%|Igub^S=$B zU+(>P;j>!2qFv$hOx;(3&p(#`FT!WD=XM)=zB1;Ncf*{Fbj->0Sl^YyZ{2mEFT|Xm z;En7CnIB=j^n^J*;m?ly{}17FEarR}eD0EyO#c>q7K!(?E9Tsd?eqoksZ2MF*?j#F zWpRxVrIE9;-ho!|Fsc1f1Rqx)AmMXZl}~UEbkTfK_YVgOJbw7dMZ%;|DpnI9!v1`4 z2{B-Lxo8t8+nmBfkKhqmnXYcbYx`KH@Jl|$!Y6WZ9jzDB$Jl0De-}}q0d~LIdOTmo z(ILT$!_vQ!p;6;_#^1-N+>RQHYv^74TL?oUX#Ya{4@_-R6IHwV7&;BlAtixYB z-}dCKmh?u|xC+;6Djy0w``?;y%W(Y8ozUe0TNDvj08~`HP$Fvqw$g$kQvCx8Jv-b zfboJv(MT(5gc*nzATWt!I8IGltyF8J+E&~8R(r!hwIoDI5R{wM;1w?|Cyv^91H3W+ z-`eNQWD-Dq`}#cJm*>fxefHV+z4lsbuf6tK!o`deo+Wgg52lAp?^_m*oKQdZd&Qw) z6X2V^mws~9BX9V%3hs1W1KvuantK3d3y=}8ZFt8*HFug>t3)KCP|b9_zTO~?Q(*RiwZ_Z5{ z&~E=iwQS}+HO<(B9w_+QLY8Hv!T$nX?|Rcl*B%R5-kI(TcYvO0(?skeHAE(|Amwb&7r-I3a306j0`?BVidCwSK@V z)&epD58!i1_mAlo$CNYg`A%B&)EftH(fbxfzf&!(UTXdw&(?Tqw+VUb`k;5PIAH7P zds8J&;J9x*%DetG*_A)AkaD#fvnPE&Jq??d-v4ayzQK%7N9fh>cyQgfD08GL^L)xw z9JVFJI#RtRtw{-)>*W!!8u#i?pbH6N$@5V3u~orh_9?d{=;J`~_!9{{41K%@`uJFq zKEmWJ2{gVF%uCS6fmnNhJSr=iGi~ZvEYy)7@%`p}g!@|<+>bgRA|S}uSH5}Si2AWd z7l$CS6-O&l$q@m}%ghI$NBHlct4al{<@*#}6Y<^|cdmU!I_}U`r#A^qP6sAPSs^Kn zeJCTl{YD*USc`=2Sp*NFb`75`UjCt#f}~9js)8pbQ$W-vssau|U{B%$1lH0g?l8l< zEdtAV=b|?hfkiCoy}jK^yb}->n8s7$hls4rtJyRS5@a z(9hKe+&Uw7Rzw>r+o+05&}c|$kO(2AzVa`FMM>ff4}TdS@WjGmwt66oxuYhMQ%6e1 z{x&%PV5bpY6j#K0H?unyQv3(TpVPu0JtXj<{ezPY^s-SZ?$pA~5;X?5P~Mjm4KA{1 zuq=-R4L--F!AP;CT8joF_B|*K&WET&ebI)R`M}rF;STcz8M;(DEKO~kZjs@a1bclm z87}BghVM~i7_~pG;VbDGfN~X0S^k~SgV$cRFibXrv*P3qim=dN9#Fs}U=d>P;y1Xa z!!d0J?UZKp!~g#mdR$3klIY)RQIa4(U=d{F?S3tS1rUn7{5!$+TXr700l$>P(PA|y z-|ZA!N~MD2510ao@;wQnd{6h!W$uj-(12dd0W*VkZF2wk-Hpe(u5TI-Ac8hp6q!c# zUB%#=BuW168gE;QRb~F=Mu8h-%7KBhXKzri*1EV``d@x^j>%~AOY?@1Y4^-Y&EYai6<{ud->3W)uuRtTIQkx(@IK~^!!CzeNM zNG<8Mn5U>}Ma2<3&91*!F~{Zsq&}CjH!jC*4rS;xX<7{LXzzH8SGhX$h$;_{P2%h5 zw!uZ{jb+@Ht;e@0>672sFGe<8sN~|_hC2@&b)z^WyU0%%jAn70r!-WGQ#4eH6B;TT zEDeGa6(n|OCFCeI2IJ*!xf~>g8UEserEe;cms)}0&)mT}{9zy(yUAA6 z0jE`*Rz;&u(}nyhi5I(t3#*hXG?6Z4FskleKUh$kj2Jg@(kRw4&INGN&k$FpqyNTtzcE@|4-NJVC-aD5qS{55YvBttRrq zkR82hB0lqmYb`YqF|0839-tQPNiyMftt@r&f!4h{)Z}lFV^t-?4cqS5xCNYaF?Bln z$O#pZa|r{=Q{<7VB2sJ)=l*0uMMN}kKDiKRi8{w!CLE+hpiM5yAqV%DxcUm!kTd@n zCOME=tsCR!H4skqm-u56;V#BSI?c;| z$Ws`iKdPmcV$k2VL~@QKuq=__Wf+4ah1Zi3AKVMD;V|~d00LNJlM>1<@EK>(H*?i8 zSq3QD%7w)tAP-T0+lYD&R?klKkNFCtK4)O?Wg>zirQ&MdNCqz4_BT>;0qW4}PteC; zQQ$m+maoteb{XkEfN@N={o`uoSXa!-C`Y@NgI%o3^g7txSTD9iQIT4h33;9o(xIXH9Ba@Odm=y{;QC)AG!@_O!?fL&y&Cl!YmVUDhC-R$D2d z`Iz$DQxOSWtFDNZF(dx6)3nB70-opv=-tvZ_KZk17jkOi5Ynq*-L;54N+=hV+Ts`o zOh?_vP>U`mibMZ%35bx}t8WO0!xIU_UU|kLeIXWgNRz+_0;4y0PmnLCZt$MXLVHDP zfc>H}u^;e~nO#je9o}nc2nH_~I6&IByv^sx01sE0qewJ>c6Wwg-3ZG3YB-aNw zRU%yY%RpJN8p-#QVfLBt4Xm8YH98+g{FH;VG>4PP0m*y;9o2+Pl3&rpp?!jFk4S zllGP!ti9_zEmp;xY-}+LU#W?V4n!8>PWYYRoDJTGzh4uX`52N#PN-9w zS|KDVI{jfaxDQhlI){(p$$k<#mJgr&%~^seS&oPmAPTI~o^VjW6bYk4qQXajqE40V zpunRbBLQEKQ7OpCjh`xA)&lffY{)^vUzx$0G5^W$W^;@D3V*BihQ>%4l|m2;YU2=%kCA+@Y0>;0^+60KyKPZ*)XVZy?sS)!j z*V>8w-ls$MhW|YR4-LoNG(6-r7ehVeT7W1b934^ny{tp|*+#if=AApwef?~^_iV8I z3441Ozr%SIhr*S-z&KnfkJQ~>srkLLQ+Ip1IiN!A_NH)KLv~=gdCUTvMhJa?G$i<^ zq@9%Dl?j5-W7%-Gba1x9PkG^;vEQM5F>-6o6pm->nq>?P_wU(r_{uvMQY2Rx#Xk@i zC$_fL=!m`-NAE>X?&trZ5BK?Qxk-O5y9Ys9;Y_Jjr@lr+0%L3Ge% zceqcFcW;(?rlli$TWXb&XzGkaQx}=vRdbhoPnyf1l=mFmY0`OY2bI&L*V*={i@R9I zTnv@7ohEHE$A%EKF_gE)*vBd^@!m!8xLd44{g+;ohOHO$SaCV`nYGo>SIh3$aNfmu zbT!x&4nw>ETC83QZzn+oKhrJyI<>lyJ$6oq{+;OaXUtp7 z7_`vd7G?)KQTt@()(eIYe|CAWoZnM}XOb{;o_LsQNhGk`B~3_;(w@+>RHliNDOT9; zTZa0EEglNYdOSUrae6Dpt41hxvBkXVa9NkZlcW*S7-^_o*Rv(tJuPYZVj?+f9aDyF zX29mGxbq+XP&Cqku2gPX+Q52XuLamsjzp)oRB#0+ntPHk!r9H@$fEmIfUIvC)aD*v z19hh8GF4cpsDFZNof0VMCMoF2J5@nHB}aJNo_XZd8j#f3Dsf$M#s9>7C3Ov$!diH{ zD6R`Bhk2~nYml(*w31LX_Zlg)>qpE6U53i{J2oZbH;QN9Vnn$A4wI=|b+PvP6~feh zV{7Un_yK7caM=4Ce>vQ!CtroD<{} zh|J%LJxX;47L+l+Ra>21G&4PI>@}eo@=e7h+?0-HG~&)}Pl74-F~N)D&esSlH>E)Y z!&`Yd(7)@ud(`Y4_9Y{EG$W}HQrtP4#L#19Z6NM^Mr92SRsISX_b8b{>?LzQk=*Qo z3sJ-39I){-`U;?oVq#kq>$w*d$9C{kT-V%4zp)j>o=P`N+}z78sA%pFDIxAWQdOWe z%#f7vcHCdhq=rw$yM!Av0t+!cdz<*5P>V}K;Q3O^poK2>L*VynElg4#!!QQo2R5dD z+!UXGGX)yYnI-I|MDx4|WTiFSOf$t0J|*6UOJWeUgpsb5V#olb)g_+Z_9u{*Sg{tQ zh22V&jJBA|?W$(QINODPf8P989hTlsKmeJg#^ZT2$ho>X>u9wk*(o`n{Fn6ldGm7O z10A;7aw`icPG6zferv`P>@T0KUexMidr!|0nOsbJoq_a^9Q|EEH zKUE>Nn0eVNRS@IAPvqWDkj@rMXHS=_3U#2hW`RS35SAuY!RUv?9*VS}g%))3&+T{0 z^|siXR-$TC4S*Kwvz5)9Y^MlcjNz;=sMRBLC`RQgwe#r*7^qRAOlan_{VKOj|-zRlB{54{_&;wX(staKPI>%P5FXbF=C@ z&3Ou3dwsR<|44Eaw8*^Rl6Ajq0bbISelnNT!eepQzDH02wij%7?Nv!sP$l3w2c3ao zemP!Kd%u6rwQ#}cST2T21VF3I2_fm&^X5s@m>M;x1#1hesVp#`;gYIgyNI`7-7txa zEJDZ6TRg&=&Y#gfYdU|SLO^czgM=a;7c+R1Wp&HDQa}d7C2w%KT`O3f2mgg|Y)_qa2zJT%CMUPPT;{t5LDJe7=SZU_dDNddrhxK~| zBEJ&Tb=Xe9TAfd<)%mbihZ)-ssXJl0cBT0N7yqTkQaZL$m5X6WhHAVTDrGFI(_C{M z^)R@l&|6O=t3b6^bwxEF5Lzj2A;dc&J?Ml39u{J!i4g;27>DC;sirJFbeQt&ghwT% z{rxTsTns0W;<7MU0RY*qJX;ew&dP2_z;N$Vnjn^COKrKBU+@7Q%cn|<7`5J3h;5pN z6BM2jiqIjtkroz$LkNE{Ok1`YP}8FmKL9Y|Vhu^W7FF59z9%5#{A*H(U+MXyk>;2T zagPk~6y<_o2Fw;7vj69Y>_;w>n^G9>6+?E=5|a`Su-4LL{sbclqWlkwBE?~?r3Zsn zYGk97MmMS{On8{A(W*0QG^IhQRyj8$MnoBX2p9_(5w=U#h=>WhiBEv<#l-!*3k9=G z$9VX(!YXb8m|DKSa1IPpTa7lq%TeRg7C&91Yl}BY=tUuJs`uC|eVzf*79NX?qbW(m zZWBghi}@4>5MXtH_>5VxJez3NnTOBAgk{N|wZ*a&j6i|;X(g8;-u)b!79-Tm?EiOs zQfReMuZJl^5E@gk)yC_g7Rt;!fcM(hi*V*0$}Gk)s?3Whlg*?5KRm?uh}`WLPOguc zu&QrS-1fgo6SGtk4%K*~x2SR-ouWpxN{Dv7gqJ=o)HfmI;cgjno{LX_ zp*1}$UgSHe_qqSbAxz4BZZ6m;Rk{-a_f2MOV5!Nf`U1ttUPGj`oi%x ztP`K%3+?e4m3ev#s8;@#=;H68Oq)7|7x>?zUsjx+O8X+kO4D7e;;gySE`tjTcxZ{tFHpI0Z770X zEYJ7PcbBqxap0_ieiGE~kihrrzX-Iv7=YerH)h|ErM4~&s?9aW zIZHEoZ`JD(we;y#jEmewG>eY!J<}7ejULWT`rE41@&8wu++Mg5>e&PA5;u$D3|K6S zsbwfkr8|GAgv z=)dpSe*swycn*8tF)t=Le*Kumb4+9rDEYnYJ;q*P^BbkI6Br{~4_A`kaLEuCC$=7n z-B@_FaC0ZCod>ri)Xu|YZc{wP^X8iKr9&dJM@%wJ5Hp3P`k$mYpS|li3EwhO(>w&K z=lc5YI`XYrX8k3-`#F{^^$1zGj#`NMJ2B=IYD)DJIa+G|`dxu^#Z3~Zk7wEWQvGjBLXtg#|%_R-&1&Tv1 z%|Y~Ivspe_Xw5a;@<1&X?NudKqfy-Z08zO-Yeur60lww1Fz!6%e*_$YXNUJ?ghuzz zlB-FZUPeCE{U{w#yH~$Nbx73DiK5>f6y2e?JkgCPk{>D&HW;2wELRu-j)R_iRDoTi zU&;w|$cdpxf}gQAMH3wD>Q89(2y|jI=KW9)@7}L3jf*vfc^sur!NblL?e@FLU|#KG zu7qjEG6hhUqW0hv_AFP3yj#+s`2b9b$un;KoB;>Ksjkr>?b&25pCe-w(&Vn;%z?=c z2y7gx139V#!K2h5ER;c5f1AvebS{r?@P4t=?9Fi(dtU3yo2;O3Q_mq5Pp++kq+lJN;Rjbn-WWs%~?vN zGzT~mb-=!6w|0LEIBEkXHk%($N(vND5aQj=y9jrBWZbQb;hfW;$OQe~do&c%5-j%O zV;qW&>} zA9e%NaD$a)^cb&|VX{h_#7}ttfY3P3`~a!o2^dc0!dcY$q>S~XOM(A;Re8?)B;qWI zh*%M~NW}3(#BRlw_PhmTx`!wMOpRE90deO%f2it(OQ?bfor)#FViGh9ZO{*-&LsFo z>O25QtsAlrV+kdbwny zpuxyw_|+sTj5rh$*;2AS?ws;FhR{R;Hxa#h!WMBXj5{yjp_p=5vd`BwC^nyTAY;a zTGHH;?YhoTb%}B#6l{}uCSqCH9Ors1UkTLJza4$X1OMLr&)**{bPHAD2wpZ~Ms|j7 z!*}E33^G@)#mbOBdS#w3Jhl+2@9j*q89*q_VN!v#AszH4CwvmVTZQE^*(T*uS8RR` zQ6?Q^d^OcIB?I^NNr4w8NY1LYuwkr$o`;!+9!8_m+ps6ZmJ{E+QqU+xqH}+|n+BYW zcu>YXDvgwN9h+!DhVxkzhbRrmr%;2e&Lmjb#=nxjRl{pr@f5$zsWb+_c1RvbH16?>$L;?(IGVPGgpj-KokhpC3T)VY(azQ5&21)`!2 zXQEqjC~~9>K0|A~756E`^=ImS%!jzs!)!OBUEo9L=QpzF@c_+TCXevA>v#xB&pls##iJzdkOJjB0ddeF z-S*Q6el9Q6#YYPQ49qQU3zQ?un6Oojdw%hE!cCB%3)J@kH{ymS5_YJ1@l z?k1hLK!O`3SWZJ+ss(hyF7a86$zEXly+r-bXI{%;f`}&F{xRd)$wlV(cqqz;XaZHe z3zXEf*c`{YQ+Q)Wo-dPIFftcA9kPBzk_scJEmH^_i*%p^L>Jd8?~-iemByi>ppxg) zOA>i(FCu-!3YcGpZYI?awdFq(BrDDmpEpN&2qwT+HK2Qyd<}0IsIOr`%ij{c9Me&g za5%Yd{z9>1W;L|=5&^~@ksZ0|zkOL&q3%v|wrY`xr=!CI%p>*nnf61nZBv0T^yA&+ z5R@l~8%B*{B)cX5C!}Pif(tT#t!P)n9beHH1;KcEzeu?3URYKY%Lp2lm-iDb78^|9 zi;OK48JiO9Z!-VLAptAn>h7%0^J*gZSCcsZISw; zg=rQZOcVL2k^T7uW?pQtHTHlL>IWc0(My+3DXv^+Y3D}JGj)nA!HQSmvO&zZeKg&p;Id8U1x9Yc~ zu#Quw^odKJr=F^^ofs?b|M{Rts-Z#p(k}#o&pS@eR%M>DKU2qB4FeF>s+RXQ(WV7e zYJ-H~YT@{6MfjL#T2DV;3ujY?ho%pfWml{C9kD0P!9CJrFCX&kWnE<+Jp-oJr(9ZZ zK^z$uF>hSNy!)77B%IbttTG31Y$mIuN|hm$xfZCNX)QYle5d)sbdadeV!Z>#SxOB{ zq~e=F)xu6Hw<$MCPE0Y{((t`9Onb!{!G23_%V70b-rOYX&S|1d zg5Xw8U8I5t#Uv!Rl+S4WmNSBy^ThIc^r#2nitQ5`O9;*?Lp&T$55b)XcJPmBx1rvV zLP6f^#?hjc5g~X$V^hc-8F2vwn$Mp8hBUv^KL*HF3#M;Y1`y_Bro&f0lhOMVZ))^1 z#U3>OD6d~#SZ5WxJ4J?9zE4~JhAe5@E3u*&qw$@XXL)p1cEmTCofnCW&+BjjvawnW zu#3wZgcA$0na&u-$?ahSxAZ8#H(NG3~7l$<5ZJFWLjpd&%5Ku==#WC;>*#>$d_FRYVmB@53{a8>Xk?e4vx z0HcHeB<}pv{nqZ~#~^1F(M1G+k±Ql&{%y^P1a;|{`fEEvi;`2*ySJ2%S1{GyDm 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%0Anv~ysa98o>f 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 Z%{FHH==()_dma5+\n Icon name that can be either a string or .\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"IconStyle","TypeName":"Blazorise.IconStyle?","Documentation":"\n

\n Suggested icon style.\n \n ","Metadata":{"Common.PropertyName":"IconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle?"}},{"Kind":"Components.Component","Name":"IconSize","TypeName":"Blazorise.IconSize?","Documentation":"\n \n Defines the icon size.\n \n ","Metadata":{"Common.PropertyName":"IconSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IconSize?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the icon is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the mouse has entered the icon area.\n \n ","Metadata":{"Common.PropertyName":"MouseOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the mouse has left the icon area.\n \n ","Metadata":{"Common.PropertyName":"MouseOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Icons.FontAwesome.Icon","Common.TypeNamespace":"Blazorise.Icons.FontAwesome","Common.TypeNameIdentifier":"Icon"}},{"HashCode":1780729038,"Kind":"Components.Component","Name":"Blazorise.Icons.FontAwesome.Icon","AssemblyName":"Blazorise.Icons.FontAwesome","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Icons.FontAwesome.Icon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.Object","Documentation":"\n \n Icon name that can be either a string or .\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"IconStyle","TypeName":"Blazorise.IconStyle?","Documentation":"\n \n Suggested icon style.\n \n ","Metadata":{"Common.PropertyName":"IconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle?"}},{"Kind":"Components.Component","Name":"IconSize","TypeName":"Blazorise.IconSize?","Documentation":"\n \n Defines the icon size.\n \n ","Metadata":{"Common.PropertyName":"IconSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IconSize?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the icon is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the mouse has entered the icon area.\n \n ","Metadata":{"Common.PropertyName":"MouseOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the mouse has left the icon area.\n \n ","Metadata":{"Common.PropertyName":"MouseOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Icons.FontAwesome.Icon","Common.TypeNamespace":"Blazorise.Icons.FontAwesome","Common.TypeNameIdentifier":"Icon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-394431317,"Kind":"Components.Component","Name":"Blazorise.Icons.FontAwesome._Imports","AssemblyName":"Blazorise.Icons.FontAwesome","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Icons.FontAwesome._Imports","Common.TypeNamespace":"Blazorise.Icons.FontAwesome","Common.TypeNameIdentifier":"_Imports"}},{"HashCode":-1294579231,"Kind":"Components.Component","Name":"Blazorise.Icons.FontAwesome._Imports","AssemblyName":"Blazorise.Icons.FontAwesome","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Icons.FontAwesome._Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Icons.FontAwesome._Imports","Common.TypeNamespace":"Blazorise.Icons.FontAwesome","Common.TypeNameIdentifier":"_Imports","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1067060866,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Button","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Button"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Blazorise.ButtonType","IsEnum":true,"Documentation":"\n \n Defines the button type.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Blazorise.ButtonType"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the button color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Changes the size of a button.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Outline","TypeName":"System.Boolean","Documentation":"\n \n Makes the button to have the outlines.\n \n ","Metadata":{"Common.PropertyName":"Outline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', disables the component's functionality and places it in a disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', places the component in the active state with active styling.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Block","TypeName":"System.Boolean","Documentation":"\n \n Makes the button to span the full width of a parent.\n \n ","Metadata":{"Common.PropertyName":"Block","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n Shows the loading spinner or a .\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"LoadingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the component loading template.\n \n ","Metadata":{"Common.PropertyName":"LoadingTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreventDefaultOnSubmit","TypeName":"System.Boolean","Documentation":"\n \n Prevents a default form-post when button type is set to .\n \n ","Metadata":{"Common.PropertyName":"PreventDefaultOnSubmit","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Command","TypeName":"System.Windows.Input.ICommand","Documentation":"\n \n Gets or sets the command to be executed when clicked on a button.\n \n ","Metadata":{"Common.PropertyName":"Command","Common.GloballyQualifiedTypeName":"global::System.Windows.Input.ICommand"}},{"Kind":"Components.Component","Name":"CommandParameter","TypeName":"System.Object","Documentation":"\n \n Reflects the parameter to pass to the CommandProperty upon execution.\n \n ","Metadata":{"Common.PropertyName":"CommandParameter","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the button.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document for a .\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Button","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Button"}},{"HashCode":1753155929,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Button","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Button"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Blazorise.ButtonType","IsEnum":true,"Documentation":"\n \n Defines the button type.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Blazorise.ButtonType"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the button color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Changes the size of a button.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Outline","TypeName":"System.Boolean","Documentation":"\n \n Makes the button to have the outlines.\n \n ","Metadata":{"Common.PropertyName":"Outline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', disables the component's functionality and places it in a disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', places the component in the active state with active styling.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Block","TypeName":"System.Boolean","Documentation":"\n \n Makes the button to span the full width of a parent.\n \n ","Metadata":{"Common.PropertyName":"Block","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n Shows the loading spinner or a .\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"LoadingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the component loading template.\n \n ","Metadata":{"Common.PropertyName":"LoadingTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreventDefaultOnSubmit","TypeName":"System.Boolean","Documentation":"\n \n Prevents a default form-post when button type is set to .\n \n ","Metadata":{"Common.PropertyName":"PreventDefaultOnSubmit","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Command","TypeName":"System.Windows.Input.ICommand","Documentation":"\n \n Gets or sets the command to be executed when clicked on a button.\n \n ","Metadata":{"Common.PropertyName":"Command","Common.GloballyQualifiedTypeName":"global::System.Windows.Input.ICommand"}},{"Kind":"Components.Component","Name":"CommandParameter","TypeName":"System.Object","Documentation":"\n \n Reflects the parameter to pass to the CommandProperty upon execution.\n \n ","Metadata":{"Common.PropertyName":"CommandParameter","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the button.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document for a .\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Button","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Button","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":216130405,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Button.LoadingTemplate","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Gets or sets the component loading template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadingTemplate","ParentTag":"Button"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Button.LoadingTemplate","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Button","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2005052272,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Button.LoadingTemplate","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Gets or sets the component loading template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadingTemplate","ParentTag":"Blazorise.Bootstrap.Button"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Button.LoadingTemplate","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Button","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1828166105,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Button.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Button"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Button.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Button","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1181703085,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Button.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Button"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Button.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Button","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1520588552,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Field","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Field"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Horizontal","TypeName":"System.Boolean","Documentation":"\n \n Aligns the controls for horizontal form.\n \n ","Metadata":{"Common.PropertyName":"Horizontal","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"JustifyContent","TypeName":"Blazorise.JustifyContent","IsEnum":true,"Documentation":"\n \n Aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).\n \n ","Metadata":{"Common.PropertyName":"JustifyContent","Common.GloballyQualifiedTypeName":"global::Blazorise.JustifyContent"}},{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Field","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Field"}},{"HashCode":1872430533,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Field","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Field"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Horizontal","TypeName":"System.Boolean","Documentation":"\n \n Aligns the controls for horizontal form.\n \n ","Metadata":{"Common.PropertyName":"Horizontal","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"JustifyContent","TypeName":"Blazorise.JustifyContent","IsEnum":true,"Documentation":"\n \n Aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).\n \n ","Metadata":{"Common.PropertyName":"JustifyContent","Common.GloballyQualifiedTypeName":"global::Blazorise.JustifyContent"}},{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Field","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Field","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1014431440,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Field.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Field"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Field.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Field","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1729071032,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Field.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Field"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Field.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Field","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1366398034,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.ModalContent","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ModalContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Centered","TypeName":"System.Boolean","Documentation":"\n \n Centers the modal vertically.\n \n ","Metadata":{"Common.PropertyName":"Centered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Scrollable","TypeName":"System.Boolean","Documentation":"\n \n Scrolls the modal content independent of the page itself.\n \n ","Metadata":{"Common.PropertyName":"Scrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.ModalSize","IsEnum":true,"Documentation":"\n \n Changes the size of the modal.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.ModalContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"ModalContent"}},{"HashCode":1873187854,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.ModalContent","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.ModalContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Centered","TypeName":"System.Boolean","Documentation":"\n \n Centers the modal vertically.\n \n ","Metadata":{"Common.PropertyName":"Centered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Scrollable","TypeName":"System.Boolean","Documentation":"\n \n Scrolls the modal content independent of the page itself.\n \n ","Metadata":{"Common.PropertyName":"Scrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.ModalSize","IsEnum":true,"Documentation":"\n \n Changes the size of the modal.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.ModalContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"ModalContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1920186202,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.ModalContent.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ModalContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.ModalContent.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"ModalContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":316594993,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.ModalContent.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.ModalContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.ModalContent.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"ModalContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":83576734,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.NumericPicker","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.NumericPicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the value has changed.\n \n \n This will be converted to EventCallback once the Blazor team fix the error for generic components. see https://github.com/aspnet/AspNetCore/issues/8385\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AlternativeDecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the alternative decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"AlternativeDecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSeparator","TypeName":"System.String","Documentation":"\n \n Defines the thousand grouping separator character.\n \n ","Metadata":{"Common.PropertyName":"GroupSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSpacing","TypeName":"System.String","Documentation":"\n \n Defines how many numbers should be grouped together (usually for the thousand separator).\n \n ","Metadata":{"Common.PropertyName":"GroupSpacing","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CurrencySymbol","TypeName":"System.String","Documentation":"\n \n Defines the currency symbol to display.\n \n ","Metadata":{"Common.PropertyName":"CurrencySymbol","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CurrencySymbolPlacement","TypeName":"Blazorise.CurrencySymbolPlacement","IsEnum":true,"Documentation":"\n \n Placement of the currency sign, relative to the number shown (as a prefix or a suffix).\n \n ","Metadata":{"Common.PropertyName":"CurrencySymbolPlacement","Common.GloballyQualifiedTypeName":"global::Blazorise.CurrencySymbolPlacement"}},{"Kind":"Components.Component","Name":"RoundingMethod","TypeName":"Blazorise.NumericRoundingMethod","IsEnum":true,"Documentation":"\n \n Method used for rounding decimal values.\n \n ","Metadata":{"Common.PropertyName":"RoundingMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericRoundingMethod"}},{"Kind":"Components.Component","Name":"AllowDecimalPadding","TypeName":"Blazorise.NumericAllowDecimalPadding","IsEnum":true,"Documentation":"\n \n Allow padding the decimal places with zeros. If set to Floats, padding is only done when there are some decimals. /// \n \n \n Setting AllowDecimalPadding to 'false' will override the setting.\n \n ","Metadata":{"Common.PropertyName":"AllowDecimalPadding","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericAllowDecimalPadding"}},{"Kind":"Components.Component","Name":"AlwaysAllowDecimalSeparator","TypeName":"System.Boolean","Documentation":"\n \n Defines if the decimal character or decimal character alternative should be accepted when there is already a decimal character shown in the element.\n \n ","Metadata":{"Common.PropertyName":"AlwaysAllowDecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n The minimum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n The maximum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MinMaxLimitsOverride","TypeName":"Blazorise.NumericMinMaxLimitsOverride","IsEnum":true,"Documentation":"\n \n Override the minimum and maximum limits.\n \n ","Metadata":{"Common.PropertyName":"MinMaxLimitsOverride","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericMinMaxLimitsOverride"}},{"Kind":"Components.Component","Name":"VisibleCharacters","TypeName":"System.Int32?","Documentation":"\n \n The size attribute specifies the visible width, in characters, of an input element. https://www.w3schools.com/tags/att_input_size.asp\n \n ","Metadata":{"Common.PropertyName":"VisibleCharacters","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"SelectAllOnFocus","TypeName":"System.Boolean","Documentation":"\n \n If true, selects all the text entered in the input field once it receives the focus.\n \n ","Metadata":{"Common.PropertyName":"SelectAllOnFocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ModifyValueOnWheel","TypeName":"System.Boolean","Documentation":"\n \n Determine if the element value can be incremented / decremented with the mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"ModifyValueOnWheel","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"WheelOn","TypeName":"Blazorise.NumericWheelOn","IsEnum":true,"Documentation":"\n \n Used in conjonction with the option, defines when the wheel event will increment or decrement the element value, either when the element is focused, or hovered.\n \n ","Metadata":{"Common.PropertyName":"WheelOn","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericWheelOn"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.NumericPicker","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"NumericPicker","Components.GenericTyped":"True"}},{"HashCode":-967427241,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.NumericPicker","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.NumericPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.NumericPicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the value has changed.\n \n \n This will be converted to EventCallback once the Blazor team fix the error for generic components. see https://github.com/aspnet/AspNetCore/issues/8385\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AlternativeDecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the alternative decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"AlternativeDecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSeparator","TypeName":"System.String","Documentation":"\n \n Defines the thousand grouping separator character.\n \n ","Metadata":{"Common.PropertyName":"GroupSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSpacing","TypeName":"System.String","Documentation":"\n \n Defines how many numbers should be grouped together (usually for the thousand separator).\n \n ","Metadata":{"Common.PropertyName":"GroupSpacing","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CurrencySymbol","TypeName":"System.String","Documentation":"\n \n Defines the currency symbol to display.\n \n ","Metadata":{"Common.PropertyName":"CurrencySymbol","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CurrencySymbolPlacement","TypeName":"Blazorise.CurrencySymbolPlacement","IsEnum":true,"Documentation":"\n \n Placement of the currency sign, relative to the number shown (as a prefix or a suffix).\n \n ","Metadata":{"Common.PropertyName":"CurrencySymbolPlacement","Common.GloballyQualifiedTypeName":"global::Blazorise.CurrencySymbolPlacement"}},{"Kind":"Components.Component","Name":"RoundingMethod","TypeName":"Blazorise.NumericRoundingMethod","IsEnum":true,"Documentation":"\n \n Method used for rounding decimal values.\n \n ","Metadata":{"Common.PropertyName":"RoundingMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericRoundingMethod"}},{"Kind":"Components.Component","Name":"AllowDecimalPadding","TypeName":"Blazorise.NumericAllowDecimalPadding","IsEnum":true,"Documentation":"\n \n Allow padding the decimal places with zeros. If set to Floats, padding is only done when there are some decimals. /// \n \n \n Setting AllowDecimalPadding to 'false' will override the setting.\n \n ","Metadata":{"Common.PropertyName":"AllowDecimalPadding","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericAllowDecimalPadding"}},{"Kind":"Components.Component","Name":"AlwaysAllowDecimalSeparator","TypeName":"System.Boolean","Documentation":"\n \n Defines if the decimal character or decimal character alternative should be accepted when there is already a decimal character shown in the element.\n \n ","Metadata":{"Common.PropertyName":"AlwaysAllowDecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n The minimum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n The maximum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MinMaxLimitsOverride","TypeName":"Blazorise.NumericMinMaxLimitsOverride","IsEnum":true,"Documentation":"\n \n Override the minimum and maximum limits.\n \n ","Metadata":{"Common.PropertyName":"MinMaxLimitsOverride","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericMinMaxLimitsOverride"}},{"Kind":"Components.Component","Name":"VisibleCharacters","TypeName":"System.Int32?","Documentation":"\n \n The size attribute specifies the visible width, in characters, of an input element. https://www.w3schools.com/tags/att_input_size.asp\n \n ","Metadata":{"Common.PropertyName":"VisibleCharacters","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"SelectAllOnFocus","TypeName":"System.Boolean","Documentation":"\n \n If true, selects all the text entered in the input field once it receives the focus.\n \n ","Metadata":{"Common.PropertyName":"SelectAllOnFocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ModifyValueOnWheel","TypeName":"System.Boolean","Documentation":"\n \n Determine if the element value can be incremented / decremented with the mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"ModifyValueOnWheel","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"WheelOn","TypeName":"Blazorise.NumericWheelOn","IsEnum":true,"Documentation":"\n \n Used in conjonction with the option, defines when the wheel event will increment or decrement the element value, either when the element is focused, or hovered.\n \n ","Metadata":{"Common.PropertyName":"WheelOn","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericWheelOn"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.NumericPicker","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"NumericPicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1813065694,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.NumericPicker.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"NumericPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.NumericPicker.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"NumericPicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1335424366,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.NumericPicker.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Bootstrap.NumericPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.NumericPicker.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"NumericPicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1660113581,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.NumericPicker.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NumericPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.NumericPicker.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"NumericPicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1821816879,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.NumericPicker.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.NumericPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.NumericPicker.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"NumericPicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-207002970,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Step","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Step"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Overrides the index of the step item.\n \n ","Metadata":{"Common.PropertyName":"Index","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the step name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Completed","TypeName":"System.Boolean","Documentation":"\n \n Marks the step as completed.\n \n ","Metadata":{"Common.PropertyName":"Completed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Overrides the step color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom render template for the marker(circle) part of the step item.\n \n ","Metadata":{"Common.PropertyName":"Marker","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom render template for the text part of the step item.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Step","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Step"}},{"HashCode":358307638,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Step","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Step"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Overrides the index of the step item.\n \n ","Metadata":{"Common.PropertyName":"Index","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the step name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Completed","TypeName":"System.Boolean","Documentation":"\n \n Marks the step as completed.\n \n ","Metadata":{"Common.PropertyName":"Completed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Overrides the step color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom render template for the marker(circle) part of the step item.\n \n ","Metadata":{"Common.PropertyName":"Marker","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom render template for the text part of the step item.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Step","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Step","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-406488057,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Step.Marker","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Custom render template for the marker(circle) part of the step item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Marker","ParentTag":"Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Step.Marker","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":940894096,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Step.Marker","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Custom render template for the marker(circle) part of the step item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Marker","ParentTag":"Blazorise.Bootstrap.Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Step.Marker","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":641544871,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Step.Caption","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Custom render template for the text part of the step item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Caption","ParentTag":"Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Step.Caption","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-245765684,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Step.Caption","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Custom render template for the text part of the step item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Caption","ParentTag":"Blazorise.Bootstrap.Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Step.Caption","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":35669137,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Step.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Step.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1591171596,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Step.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Step.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-592483724,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Addon","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Addon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AddonType","TypeName":"Blazorise.AddonType","IsEnum":true,"Documentation":"\n \n Defines the location and behaviour of addon container.\n \n ","Metadata":{"Common.PropertyName":"AddonType","Common.GloballyQualifiedTypeName":"global::Blazorise.AddonType"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Addon","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Addon"}},{"HashCode":-1819163048,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Addon","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Addon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AddonType","TypeName":"Blazorise.AddonType","IsEnum":true,"Documentation":"\n \n Defines the location and behaviour of addon container.\n \n ","Metadata":{"Common.PropertyName":"AddonType","Common.GloballyQualifiedTypeName":"global::Blazorise.AddonType"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Addon","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Addon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":637035177,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Addon.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Addon"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Addon.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Addon","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":408122038,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Addon.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Addon"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Addon.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Addon","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2062579082,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.BarDropdown","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets a value indicating whether the dropdown menu and all its child controls are visible.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the component visibility changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightAligned","TypeName":"System.Boolean","Documentation":"\n \n If true, a dropdown menu will be right aligned.\n \n ","Metadata":{"Common.PropertyName":"RightAligned","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.BarDropdown","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdown"}},{"HashCode":259896542,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.BarDropdown","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.BarDropdown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets a value indicating whether the dropdown menu and all its child controls are visible.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the component visibility changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightAligned","TypeName":"System.Boolean","Documentation":"\n \n If true, a dropdown menu will be right aligned.\n \n ","Metadata":{"Common.PropertyName":"RightAligned","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.BarDropdown","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":61794553,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.BarDropdown.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarDropdown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.BarDropdown.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdown","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1103876408,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.BarDropdown.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.BarDropdown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.BarDropdown.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdown","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1468714903,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.BarDropdownMenu","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdownMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.BarDropdownMenu","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdownMenu"}},{"HashCode":-1443030320,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.BarDropdownMenu","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.BarDropdownMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.BarDropdownMenu","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdownMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1068258585,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.BarDropdownMenu.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarDropdownMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.BarDropdownMenu.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdownMenu","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1624742801,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.BarDropdownMenu.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.BarDropdownMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.BarDropdownMenu.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdownMenu","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1531234198,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.BarToggler","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarToggler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.BarTogglerMode","IsEnum":true,"Documentation":"\n \n Provides options for inline or popout styles. Only supported by Vertical Bar. Uses inline by default.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.BarTogglerMode"}},{"Kind":"Components.Component","Name":"Bar","TypeName":"Blazorise.Bar","Documentation":"\n \n Controls which will be toggled. Uses parent by default. \n \n ","Metadata":{"Common.PropertyName":"Bar","Common.GloballyQualifiedTypeName":"global::Blazorise.Bar"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.BarToggler","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarToggler"}},{"HashCode":-1964595551,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.BarToggler","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.BarToggler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.BarTogglerMode","IsEnum":true,"Documentation":"\n \n Provides options for inline or popout styles. Only supported by Vertical Bar. Uses inline by default.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.BarTogglerMode"}},{"Kind":"Components.Component","Name":"Bar","TypeName":"Blazorise.Bar","Documentation":"\n \n Controls which will be toggled. Uses parent by default. \n \n ","Metadata":{"Common.PropertyName":"Bar","Common.GloballyQualifiedTypeName":"global::Blazorise.Bar"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.BarToggler","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarToggler","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2080188284,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.BarToggler.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarToggler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.BarToggler.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarToggler","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1803516184,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.BarToggler.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.BarToggler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.BarToggler.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarToggler","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1960532700,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.CardSubtitle","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Number from 1 to 6 that defines the subtitle size where the smaller number means larger text.\n \n \n todo: change to enum\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.CardSubtitle","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CardSubtitle"}},{"HashCode":-684423525,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.CardSubtitle","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.CardSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Number from 1 to 6 that defines the subtitle size where the smaller number means larger text.\n \n \n todo: change to enum\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.CardSubtitle","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CardSubtitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1639103427,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.CardSubtitle.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.CardSubtitle.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CardSubtitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":706685940,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.CardSubtitle.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.CardSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.CardSubtitle.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CardSubtitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1307684522,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.CardTitle","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32?","Documentation":"\n \n Number from 1 to 6 that defines the title size where the smaller number means larger text.\n \n \n TODO: change to enum\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.CardTitle","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CardTitle"}},{"HashCode":146438253,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.CardTitle","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.CardTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32?","Documentation":"\n \n Number from 1 to 6 that defines the title size where the smaller number means larger text.\n \n \n TODO: change to enum\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.CardTitle","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CardTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-705772150,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.CardTitle.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.CardTitle.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CardTitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1149281926,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.CardTitle.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.CardTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.CardTitle.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CardTitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-537805216,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Carousel","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Carousel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Autoplay","TypeName":"System.Boolean","Documentation":"\n \n Autoplays the carousel slides.\n \n ","Metadata":{"Common.PropertyName":"Autoplay","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AutoRepeat","TypeName":"System.Boolean","Documentation":"\n \n Auto-repeats the carousel slides once they reach the end.\n \n ","Metadata":{"Common.PropertyName":"AutoRepeat","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Crossfade","TypeName":"System.Boolean","Documentation":"\n \n Animate slides with a fade transition instead of a slide.\n \n ","Metadata":{"Common.PropertyName":"Crossfade","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the interval(in milliseconds) after which the item will automatically slide.\n \n ","Metadata":{"Common.PropertyName":"Interval","Common.GloballyQualifiedTypeName":"global::System.Double"}},{"Kind":"Components.Component","Name":"ShowIndicators","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show an indicator for each slide.\n \n ","Metadata":{"Common.PropertyName":"ShowIndicators","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowControls","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the controls that allows the user to navigate to the next or previous slide.\n \n ","Metadata":{"Common.PropertyName":"ShowControls","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SelectedSlide","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected slide name.\n \n ","Metadata":{"Common.PropertyName":"SelectedSlide","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedSlideChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected slide has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedSlideChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreviousButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization for previous button that will override a default .\n \n ","Metadata":{"Common.PropertyName":"PreviousButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"NextButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization for next button that will override a default .\n \n ","Metadata":{"Common.PropertyName":"NextButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Carousel","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Carousel"}},{"HashCode":-718503204,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Carousel","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Carousel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Autoplay","TypeName":"System.Boolean","Documentation":"\n \n Autoplays the carousel slides.\n \n ","Metadata":{"Common.PropertyName":"Autoplay","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AutoRepeat","TypeName":"System.Boolean","Documentation":"\n \n Auto-repeats the carousel slides once they reach the end.\n \n ","Metadata":{"Common.PropertyName":"AutoRepeat","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Crossfade","TypeName":"System.Boolean","Documentation":"\n \n Animate slides with a fade transition instead of a slide.\n \n ","Metadata":{"Common.PropertyName":"Crossfade","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the interval(in milliseconds) after which the item will automatically slide.\n \n ","Metadata":{"Common.PropertyName":"Interval","Common.GloballyQualifiedTypeName":"global::System.Double"}},{"Kind":"Components.Component","Name":"ShowIndicators","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show an indicator for each slide.\n \n ","Metadata":{"Common.PropertyName":"ShowIndicators","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowControls","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the controls that allows the user to navigate to the next or previous slide.\n \n ","Metadata":{"Common.PropertyName":"ShowControls","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SelectedSlide","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected slide name.\n \n ","Metadata":{"Common.PropertyName":"SelectedSlide","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedSlideChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected slide has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedSlideChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreviousButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization for previous button that will override a default .\n \n ","Metadata":{"Common.PropertyName":"PreviousButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"NextButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization for next button that will override a default .\n \n ","Metadata":{"Common.PropertyName":"NextButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Carousel","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Carousel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1629011077,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Carousel.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Carousel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Carousel.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Carousel","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2052807264,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Carousel.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Carousel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Carousel.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Carousel","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-817300833,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Check","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Check"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.Check component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Indeterminate","TypeName":"System.Boolean?","Documentation":"\n \n The indeterminate property can help you to achieve a 'check all' effect.\n \n ","Metadata":{"Common.PropertyName":"Indeterminate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Check","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Check","Components.GenericTyped":"True"}},{"HashCode":578513493,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Check","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Check"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.Check component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Indeterminate","TypeName":"System.Boolean?","Documentation":"\n \n The indeterminate property can help you to achieve a 'check all' effect.\n \n ","Metadata":{"Common.PropertyName":"Indeterminate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Check","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Check","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-519608946,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Check.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Check"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Check.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Check","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1366556408,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Check.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Bootstrap.Check"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Check.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Check","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1568421829,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Check.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Check"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Check.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Check","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1601313830,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Check.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Check"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Check.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Check","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":497363183,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.CloseButton","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CloseButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Flag to indicate that the button is not responsive for user interaction.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoClose","TypeName":"System.Boolean?","Documentation":"\n \n If true, the parent or with be automatically closed\n when button is placed inside of them.\n \n ","Metadata":{"Common.PropertyName":"AutoClose","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.CloseButton","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CloseButton"}},{"HashCode":1913752122,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.CloseButton","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.CloseButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Flag to indicate that the button is not responsive for user interaction.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoClose","TypeName":"System.Boolean?","Documentation":"\n \n If true, the parent or with be automatically closed\n when button is placed inside of them.\n \n ","Metadata":{"Common.PropertyName":"AutoClose","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.CloseButton","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CloseButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1945996092,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.CloseButton.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CloseButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.CloseButton.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CloseButton","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1493092421,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.CloseButton.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.CloseButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.CloseButton.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"CloseButton","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-709287622,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.DropdownToggle","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropdownToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the dropdown color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Gets or sets the dropdown size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Outline","TypeName":"System.Boolean","Documentation":"\n \n Button outline.\n \n ","Metadata":{"Common.PropertyName":"Outline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Split","TypeName":"System.Boolean","Documentation":"\n \n Indicates that a toggle should act as a split button.\n \n ","Metadata":{"Common.PropertyName":"Split","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Makes the toggle element look inactive.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ToggleIconVisible","TypeName":"System.Boolean?","Documentation":"\n \n Gets or sets a value indicating whether the dropdown toggle icon is visible.\n \n \n true if [show toggle]; otherwise, false.\n \n Default: True\n ","Metadata":{"Common.PropertyName":"ToggleIconVisible","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the toggle button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.DropdownToggle","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"DropdownToggle"}},{"HashCode":-2062650141,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.DropdownToggle","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.DropdownToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the dropdown color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Gets or sets the dropdown size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Outline","TypeName":"System.Boolean","Documentation":"\n \n Button outline.\n \n ","Metadata":{"Common.PropertyName":"Outline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Split","TypeName":"System.Boolean","Documentation":"\n \n Indicates that a toggle should act as a split button.\n \n ","Metadata":{"Common.PropertyName":"Split","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Makes the toggle element look inactive.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ToggleIconVisible","TypeName":"System.Boolean?","Documentation":"\n \n Gets or sets a value indicating whether the dropdown toggle icon is visible.\n \n \n true if [show toggle]; otherwise, false.\n \n Default: True\n ","Metadata":{"Common.PropertyName":"ToggleIconVisible","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the toggle button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.DropdownToggle","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"DropdownToggle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":110596774,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.DropdownToggle.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropdownToggle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.DropdownToggle.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"DropdownToggle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2096121297,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.DropdownToggle.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.DropdownToggle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.DropdownToggle.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"DropdownToggle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1475301248,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.FieldBody","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.FieldBody","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FieldBody"}},{"HashCode":499628168,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.FieldBody","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.FieldBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.FieldBody","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FieldBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2055659853,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.FieldBody.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FieldBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.FieldBody.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FieldBody","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1508073024,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.FieldBody.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.FieldBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.FieldBody.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FieldBody","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2023244375,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.FileEdit","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Enables the multiple file selection.\n \n ","Metadata":{"Common.PropertyName":"Multiple","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Directory","TypeName":"System.Boolean","Documentation":"\n \n Gets or Sets whether file picker should upload directories.\n \n ","Metadata":{"Common.PropertyName":"Directory","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty file input.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the types of files that the input accepts. https://www.w3schools.com/tags/att_input_accept.asp\"\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaxChunkSize","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the max chunk size when uploading the file.\n Take note that if you're using you're provided with a stream and should configure the chunk size when handling with the stream.\n \n \n https://docs.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-dotnet-from-javascript?view=aspnetcore-6.0#stream-from-javascript-to-net\n \n ","Metadata":{"Common.PropertyName":"MaxChunkSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int64","Documentation":"\n \n Maximum file size in bytes, checked before starting upload (note: never trust client, always check file\n size at server-side). Defaults to .\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize","Common.GloballyQualifiedTypeName":"global::System.Int64"}},{"Kind":"Components.Component","Name":"SegmentFetchTimeout","TypeName":"System.TimeSpan","Documentation":"\n \n Gets or sets the Segment Fetch Timeout when uploading the file.\n \n ","Metadata":{"Common.PropertyName":"SegmentFetchTimeout","Common.GloballyQualifiedTypeName":"global::System.TimeSpan"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the selected file has changed, including when the reset operation is executed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Started","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has started.\n \n ","Metadata":{"Common.PropertyName":"Started","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Ended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has ended.\n \n ","Metadata":{"Common.PropertyName":"Ended","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Written","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the part of file has being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Written","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Notifies the progress of file being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Progressed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoReset","TypeName":"System.Boolean","Documentation":"\n \n If true file input will be automatically reset after it has being uploaded.\n \n ","Metadata":{"Common.PropertyName":"AutoReset","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"BrowseButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization that will override a default .\n \n ","Metadata":{"Common.PropertyName":"BrowseButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"DisableProgressReport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether report progress should be disabled. By enabling this setting, Progressed and Written callbacks won't be called. Internal file progress won't be tracked.\n This setting can speed up file transfer considerably.\n \n ","Metadata":{"Common.PropertyName":"DisableProgressReport","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.FileEdit","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FileEdit"}},{"HashCode":58380409,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.FileEdit","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.FileEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Enables the multiple file selection.\n \n ","Metadata":{"Common.PropertyName":"Multiple","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Directory","TypeName":"System.Boolean","Documentation":"\n \n Gets or Sets whether file picker should upload directories.\n \n ","Metadata":{"Common.PropertyName":"Directory","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty file input.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the types of files that the input accepts. https://www.w3schools.com/tags/att_input_accept.asp\"\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaxChunkSize","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the max chunk size when uploading the file.\n Take note that if you're using you're provided with a stream and should configure the chunk size when handling with the stream.\n \n \n https://docs.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-dotnet-from-javascript?view=aspnetcore-6.0#stream-from-javascript-to-net\n \n ","Metadata":{"Common.PropertyName":"MaxChunkSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int64","Documentation":"\n \n Maximum file size in bytes, checked before starting upload (note: never trust client, always check file\n size at server-side). Defaults to .\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize","Common.GloballyQualifiedTypeName":"global::System.Int64"}},{"Kind":"Components.Component","Name":"SegmentFetchTimeout","TypeName":"System.TimeSpan","Documentation":"\n \n Gets or sets the Segment Fetch Timeout when uploading the file.\n \n ","Metadata":{"Common.PropertyName":"SegmentFetchTimeout","Common.GloballyQualifiedTypeName":"global::System.TimeSpan"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the selected file has changed, including when the reset operation is executed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Started","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has started.\n \n ","Metadata":{"Common.PropertyName":"Started","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Ended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has ended.\n \n ","Metadata":{"Common.PropertyName":"Ended","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Written","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the part of file has being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Written","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Notifies the progress of file being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Progressed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoReset","TypeName":"System.Boolean","Documentation":"\n \n If true file input will be automatically reset after it has being uploaded.\n \n ","Metadata":{"Common.PropertyName":"AutoReset","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"BrowseButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization that will override a default .\n \n ","Metadata":{"Common.PropertyName":"BrowseButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"DisableProgressReport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether report progress should be disabled. By enabling this setting, Progressed and Written callbacks won't be called. Internal file progress won't be tracked.\n This setting can speed up file transfer considerably.\n \n ","Metadata":{"Common.PropertyName":"DisableProgressReport","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.FileEdit","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FileEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":888940450,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.FileEdit.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"FileEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.FileEdit.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FileEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1099205544,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.FileEdit.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Bootstrap.FileEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.FileEdit.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FileEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1545819797,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.FileEdit.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.FileEdit.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FileEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1373316606,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.FileEdit.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.FileEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.FileEdit.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"FileEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1463278840,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Modal","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Modal"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of modal dialog.\n \n The parameter should only be used in .razor code.\n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the modal visibility state changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollToTop","TypeName":"System.Boolean","Documentation":"\n \n If true modal will scroll to top when opened.\n \n ","Metadata":{"Common.PropertyName":"ScrollToTop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Opening","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is opened.\n \n ","Metadata":{"Common.PropertyName":"Opening","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Closing","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is closed.\n \n ","Metadata":{"Common.PropertyName":"Closing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the backdrop needs to be rendered for this .\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Int32","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Blazorise.ModalRenderMode","IsEnum":true,"Documentation":"\n \n Defines how the modal content will be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderMode","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalRenderMode"}},{"Kind":"Components.Component","Name":"FocusTrap","TypeName":"System.Boolean?","Documentation":"\n \n Defines if the modal should keep the input focus at all times.\n \n ","Metadata":{"Common.PropertyName":"FocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Modal","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Modal"}},{"HashCode":249919262,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Modal","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Modal"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of modal dialog.\n \n The parameter should only be used in .razor code.\n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the modal visibility state changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollToTop","TypeName":"System.Boolean","Documentation":"\n \n If true modal will scroll to top when opened.\n \n ","Metadata":{"Common.PropertyName":"ScrollToTop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Opening","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is opened.\n \n ","Metadata":{"Common.PropertyName":"Opening","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Closing","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is closed.\n \n ","Metadata":{"Common.PropertyName":"Closing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the backdrop needs to be rendered for this .\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Int32","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Blazorise.ModalRenderMode","IsEnum":true,"Documentation":"\n \n Defines how the modal content will be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderMode","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalRenderMode"}},{"Kind":"Components.Component","Name":"FocusTrap","TypeName":"System.Boolean?","Documentation":"\n \n Defines if the modal should keep the input focus at all times.\n \n ","Metadata":{"Common.PropertyName":"FocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Modal","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Modal","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":654904505,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Modal.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Modal"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Modal.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Modal","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-653846553,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Modal.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Modal"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Modal.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Modal","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-652550872,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Radio","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.Radio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Group","TypeName":"System.String","Documentation":"\n \n Sets the radio group name.\n \n ","Metadata":{"Common.PropertyName":"Group","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the radio value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Radio","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Radio","Components.GenericTyped":"True"}},{"HashCode":-157725449,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Radio","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Radio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.Radio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Group","TypeName":"System.String","Documentation":"\n \n Sets the radio group name.\n \n ","Metadata":{"Common.PropertyName":"Group","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the radio value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Radio","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Radio","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-434354343,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Radio.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Radio"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Radio.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Radio","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-278478141,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Radio.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Bootstrap.Radio"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Radio.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Radio","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1066948774,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Radio.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radio"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Radio.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Radio","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1450179881,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Radio.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Radio"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Radio.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Radio","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-837683717,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.RadioGroup","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.RadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Radio group name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Boolean","Documentation":"\n \n Flag which indicates that radios will appear as button.\n \n ","Metadata":{"Common.PropertyName":"Buttons","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Blazorise.Orientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the radio elements.\n \n ","Metadata":{"Common.PropertyName":"Orientation","Common.GloballyQualifiedTypeName":"global::Blazorise.Orientation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the color or radio buttons(only when is true).\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"CheckedValue","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedValue","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the checked value is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.RadioGroup","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"RadioGroup","Components.GenericTyped":"True"}},{"HashCode":-57769791,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.RadioGroup","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.RadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.RadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Radio group name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Boolean","Documentation":"\n \n Flag which indicates that radios will appear as button.\n \n ","Metadata":{"Common.PropertyName":"Buttons","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Blazorise.Orientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the radio elements.\n \n ","Metadata":{"Common.PropertyName":"Orientation","Common.GloballyQualifiedTypeName":"global::Blazorise.Orientation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the color or radio buttons(only when is true).\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"CheckedValue","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedValue","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the checked value is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.RadioGroup","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"RadioGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1862991299,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.RadioGroup.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"RadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.RadioGroup.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"RadioGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-702073134,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.RadioGroup.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Bootstrap.RadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.RadioGroup.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"RadioGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":737749781,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.RadioGroup.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.RadioGroup.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"RadioGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1275748259,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.RadioGroup.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.RadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.RadioGroup.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"RadioGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1351734738,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Switch","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Switch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.Switch component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the switch named color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Switch","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Switch","Components.GenericTyped":"True"}},{"HashCode":-146458337,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.Switch","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Switch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Bootstrap.Switch component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the switch named color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap.Switch","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Switch","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1415557158,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Switch.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Switch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Switch.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Switch","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-243888059,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Switch.Feedback","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Bootstrap.Switch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Switch.Feedback","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Switch","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1340081274,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Switch.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Switch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Switch.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Switch","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1293357574,"Kind":"Components.ChildContent","Name":"Blazorise.Bootstrap.Switch.ChildContent","AssemblyName":"Blazorise.Bootstrap","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bootstrap.Switch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bootstrap.Switch.ChildContent","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Switch","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1481561193,"Kind":"Components.Component","Name":"Blazorise.Bootstrap._Imports","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap._Imports","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"_Imports"}},{"HashCode":651504338,"Kind":"Components.Component","Name":"Blazorise.Bootstrap._Imports","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap._Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bootstrap._Imports","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"_Imports","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":438828867,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.NumericPicker","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"NumericPicker","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.Bootstrap.NumericPicker","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"NumericPicker"}},{"HashCode":1983099967,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.NumericPicker","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.NumericPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bootstrap.NumericPicker","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.Bootstrap.NumericPicker","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"NumericPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":183578578,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.BarDropdown","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdown","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"BarDropdown","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Bootstrap.BarDropdown","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdown"}},{"HashCode":-1791813184,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.BarDropdown","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.BarDropdown","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bootstrap.BarDropdown","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Bootstrap.BarDropdown","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"BarDropdown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":837255540,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Carousel","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'SelectedSlide' property and a change event delegate to the 'SelectedSlideChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Carousel","Attributes":[{"Name":"@bind-SelectedSlide","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Carousel","Attributes":[{"Name":"@bind-SelectedSlide:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedSlide:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedSlide","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedSlide' property and a change event delegate to the 'SelectedSlideChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedSlide"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedSlide","Components.Bind.ChangeAttribute":"SelectedSlideChanged","Common.TypeName":"Blazorise.Bootstrap.Carousel","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Carousel"}},{"HashCode":-955108483,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Carousel","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'SelectedSlide' property and a change event delegate to the 'SelectedSlideChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Carousel","Attributes":[{"Name":"@bind-SelectedSlide","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bootstrap.Carousel","Attributes":[{"Name":"@bind-SelectedSlide:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedSlide:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedSlide","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedSlide' property and a change event delegate to the 'SelectedSlideChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedSlide"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedSlide","Components.Bind.ChangeAttribute":"SelectedSlideChanged","Common.TypeName":"Blazorise.Bootstrap.Carousel","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Carousel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2030712637,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Check","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Check","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Check","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Bootstrap.Check","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Check"}},{"HashCode":-448699007,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Check","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Check","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bootstrap.Check","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Bootstrap.Check","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Check","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1447656582,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Modal","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Modal","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Modal","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Bootstrap.Modal","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Modal"}},{"HashCode":-1296717608,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Modal","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Modal","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bootstrap.Modal","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Bootstrap.Modal","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Modal","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1177135344,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Radio","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radio","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Radio","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Bootstrap.Radio","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Radio"}},{"HashCode":-1319999786,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Radio","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Radio","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bootstrap.Radio","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Bootstrap.Radio","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Radio","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1693085706,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.RadioGroup","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'CheckedValue' property and a change event delegate to the 'CheckedValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadioGroup","Attributes":[{"Name":"@bind-CheckedValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"RadioGroup","Attributes":[{"Name":"@bind-CheckedValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-CheckedValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CheckedValue' property and a change event delegate to the 'CheckedValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedValue","Components.Bind.ChangeAttribute":"CheckedValueChanged","Components.Bind.ExpressionAttribute":"CheckedValueExpression","Common.TypeName":"Blazorise.Bootstrap.RadioGroup","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"RadioGroup"}},{"HashCode":2008880866,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.RadioGroup","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'CheckedValue' property and a change event delegate to the 'CheckedValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.RadioGroup","Attributes":[{"Name":"@bind-CheckedValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bootstrap.RadioGroup","Attributes":[{"Name":"@bind-CheckedValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-CheckedValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CheckedValue' property and a change event delegate to the 'CheckedValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedValue","Components.Bind.ChangeAttribute":"CheckedValueChanged","Components.Bind.ExpressionAttribute":"CheckedValueExpression","Common.TypeName":"Blazorise.Bootstrap.RadioGroup","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"RadioGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1257214603,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Switch","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Switch","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Switch","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Bootstrap.Switch","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Switch"}},{"HashCode":1096198416,"Kind":"Components.Bind","Name":"Blazorise.Bootstrap.Switch","AssemblyName":"Blazorise.Bootstrap","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.Switch","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bootstrap.Switch","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Bootstrap.Switch","Common.TypeNamespace":"Blazorise.Bootstrap","Common.TypeNameIdentifier":"Switch","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1130617143,"Kind":"Components.Component","Name":"Blazorise.BaseElementComponent","AssemblyName":"Blazorise","Documentation":"\n \n Base class for all basic html elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaseElementComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BaseElementComponent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BaseElementComponent"}},{"HashCode":-689205069,"Kind":"Components.Component","Name":"Blazorise.BaseElementComponent","AssemblyName":"Blazorise","Documentation":"\n \n Base class for all basic html elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BaseElementComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BaseElementComponent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BaseElementComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1504584262,"Kind":"Components.ChildContent","Name":"Blazorise.BaseElementComponent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BaseElementComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BaseElementComponent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BaseElementComponent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1247165834,"Kind":"Components.ChildContent","Name":"Blazorise.BaseElementComponent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BaseElementComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BaseElementComponent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BaseElementComponent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1169121299,"Kind":"Components.Component","Name":"Blazorise.Accordion","AssemblyName":"Blazorise","Documentation":"\n \n An accordion is a vertically stacked list of headers that reveal or hide associated sections of content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Accordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Accordion","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Accordion"}},{"HashCode":1180155234,"Kind":"Components.Component","Name":"Blazorise.Accordion","AssemblyName":"Blazorise","Documentation":"\n \n An accordion is a vertically stacked list of headers that reveal or hide associated sections of content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Accordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Accordion","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Accordion","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1674093120,"Kind":"Components.ChildContent","Name":"Blazorise.Accordion.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Accordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Accordion.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Accordion","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2071076853,"Kind":"Components.ChildContent","Name":"Blazorise.Accordion.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Accordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Accordion.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Accordion","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-82392715,"Kind":"Components.Component","Name":"Blazorise.AccordionToggle","AssemblyName":"Blazorise","Documentation":"\n \n Button component used to toggle accordion collapse state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the toggle button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.AccordionToggle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AccordionToggle"}},{"HashCode":-921771818,"Kind":"Components.Component","Name":"Blazorise.AccordionToggle","AssemblyName":"Blazorise","Documentation":"\n \n Button component used to toggle accordion collapse state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.AccordionToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the toggle button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.AccordionToggle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AccordionToggle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-308926667,"Kind":"Components.ChildContent","Name":"Blazorise.AccordionToggle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccordionToggle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.AccordionToggle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AccordionToggle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1254541744,"Kind":"Components.ChildContent","Name":"Blazorise.AccordionToggle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.AccordionToggle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.AccordionToggle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AccordionToggle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1988414491,"Kind":"Components.Component","Name":"Blazorise.Addon","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for buttons, labels or inputs placed inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Addon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AddonType","TypeName":"Blazorise.AddonType","IsEnum":true,"Documentation":"\n \n Defines the location and behaviour of addon container.\n \n ","Metadata":{"Common.PropertyName":"AddonType","Common.GloballyQualifiedTypeName":"global::Blazorise.AddonType"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Addon","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Addon"}},{"HashCode":-1325266531,"Kind":"Components.Component","Name":"Blazorise.Addon","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for buttons, labels or inputs placed inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Addon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AddonType","TypeName":"Blazorise.AddonType","IsEnum":true,"Documentation":"\n \n Defines the location and behaviour of addon container.\n \n ","Metadata":{"Common.PropertyName":"AddonType","Common.GloballyQualifiedTypeName":"global::Blazorise.AddonType"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Addon","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Addon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1264768968,"Kind":"Components.ChildContent","Name":"Blazorise.Addon.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Addon"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Addon.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Addon","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2116667989,"Kind":"Components.ChildContent","Name":"Blazorise.Addon.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Addon"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Addon.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Addon","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1595425974,"Kind":"Components.Component","Name":"Blazorise.AddonLabel","AssemblyName":"Blazorise","Documentation":"\n \n Static text that can be placed inside of an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AddonLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.AddonLabel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AddonLabel"}},{"HashCode":128279148,"Kind":"Components.Component","Name":"Blazorise.AddonLabel","AssemblyName":"Blazorise","Documentation":"\n \n Static text that can be placed inside of an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.AddonLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.AddonLabel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AddonLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1564227885,"Kind":"Components.ChildContent","Name":"Blazorise.AddonLabel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AddonLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.AddonLabel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AddonLabel","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1935443366,"Kind":"Components.ChildContent","Name":"Blazorise.AddonLabel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.AddonLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.AddonLabel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AddonLabel","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1243729125,"Kind":"Components.Component","Name":"Blazorise.Addons","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for text, buttons, or button groups on either side of textual inputs.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Addons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Changes the size of the elements placed inside of this .\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Addons","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Addons"}},{"HashCode":823321148,"Kind":"Components.Component","Name":"Blazorise.Addons","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for text, buttons, or button groups on either side of textual inputs.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Addons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Changes the size of the elements placed inside of this .\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Addons","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Addons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":768277823,"Kind":"Components.ChildContent","Name":"Blazorise.Addons.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Addons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Addons.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Addons","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":620032555,"Kind":"Components.ChildContent","Name":"Blazorise.Addons.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Addons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Addons.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Addons","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1989759842,"Kind":"Components.Component","Name":"Blazorise.Alert","AssemblyName":"Blazorise","Documentation":"\n \n Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Alert"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Dismisable","TypeName":"System.Boolean","Documentation":"\n \n Enables the alert to be closed by placing the padding for close button.\n \n ","Metadata":{"Common.PropertyName":"Dismisable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets the alert visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the alert visibility state changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the alert color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Alert","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Alert"}},{"HashCode":1558318768,"Kind":"Components.Component","Name":"Blazorise.Alert","AssemblyName":"Blazorise","Documentation":"\n \n Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Alert"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Dismisable","TypeName":"System.Boolean","Documentation":"\n \n Enables the alert to be closed by placing the padding for close button.\n \n ","Metadata":{"Common.PropertyName":"Dismisable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets the alert visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the alert visibility state changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the alert color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Alert","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Alert","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-681719042,"Kind":"Components.ChildContent","Name":"Blazorise.Alert.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Alert"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Alert.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Alert","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1381189751,"Kind":"Components.ChildContent","Name":"Blazorise.Alert.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Alert"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Alert.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Alert","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1868202679,"Kind":"Components.Component","Name":"Blazorise.AlertDescription","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for longer text inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AlertDescription"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.AlertDescription","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AlertDescription"}},{"HashCode":1924946517,"Kind":"Components.Component","Name":"Blazorise.AlertDescription","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for longer text inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.AlertDescription"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.AlertDescription","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AlertDescription","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":589808773,"Kind":"Components.ChildContent","Name":"Blazorise.AlertDescription.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AlertDescription"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.AlertDescription.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AlertDescription","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1050628200,"Kind":"Components.ChildContent","Name":"Blazorise.AlertDescription.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.AlertDescription"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.AlertDescription.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AlertDescription","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1803929830,"Kind":"Components.Component","Name":"Blazorise.AlertMessage","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for text or action buttons placed inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AlertMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.AlertMessage","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AlertMessage"}},{"HashCode":588635106,"Kind":"Components.Component","Name":"Blazorise.AlertMessage","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for text or action buttons placed inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.AlertMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.AlertMessage","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AlertMessage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2062553487,"Kind":"Components.ChildContent","Name":"Blazorise.AlertMessage.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AlertMessage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.AlertMessage.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AlertMessage","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":893390706,"Kind":"Components.ChildContent","Name":"Blazorise.AlertMessage.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.AlertMessage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.AlertMessage.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"AlertMessage","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-639892349,"Kind":"Components.Component","Name":"Blazorise.Badge","AssemblyName":"Blazorise","Documentation":"\n \n Small and adaptive tag for adding context to just about any content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Badge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Pill","TypeName":"System.Boolean","Documentation":"\n \n Make the badge more rounded.\n \n ","Metadata":{"Common.PropertyName":"Pill","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the badge contextual color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Link","TypeName":"System.String","Documentation":"\n \n Create a badge link and provide actionable badges with hover and focus states.\n \n ","Metadata":{"Common.PropertyName":"Link","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CloseClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs on close button click.\n \n ","Metadata":{"Common.PropertyName":"CloseClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Badge","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Badge"}},{"HashCode":-1389377553,"Kind":"Components.Component","Name":"Blazorise.Badge","AssemblyName":"Blazorise","Documentation":"\n \n Small and adaptive tag for adding context to just about any content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Badge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Pill","TypeName":"System.Boolean","Documentation":"\n \n Make the badge more rounded.\n \n ","Metadata":{"Common.PropertyName":"Pill","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the badge contextual color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Link","TypeName":"System.String","Documentation":"\n \n Create a badge link and provide actionable badges with hover and focus states.\n \n ","Metadata":{"Common.PropertyName":"Link","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CloseClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs on close button click.\n \n ","Metadata":{"Common.PropertyName":"CloseClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Badge","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Badge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":224914082,"Kind":"Components.ChildContent","Name":"Blazorise.Badge.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Badge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Badge.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Badge","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2123680686,"Kind":"Components.ChildContent","Name":"Blazorise.Badge.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Badge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Badge.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Badge","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1736862095,"Kind":"Components.Component","Name":"Blazorise.Bar","AssemblyName":"Blazorise","Documentation":"\n \n The component is a wrapper that positions branding, navigation, and other elements into a concise header or sidebar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Bar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Controls the state of toggler and the menu.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the bar visibility changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Breakpoint","TypeName":"Blazorise.Breakpoint","IsEnum":true,"Documentation":"\n \n Used for responsive collapsing.\n \n ","Metadata":{"Common.PropertyName":"Breakpoint","Common.GloballyQualifiedTypeName":"global::Blazorise.Breakpoint"}},{"Kind":"Components.Component","Name":"NavigationBreakpoint","TypeName":"Blazorise.Breakpoint","IsEnum":true,"Documentation":"\n \n Used for responsive collapsing after Navigation.\n \n ","Metadata":{"Common.PropertyName":"NavigationBreakpoint","Common.GloballyQualifiedTypeName":"global::Blazorise.Breakpoint"}},{"Kind":"Components.Component","Name":"ThemeContrast","TypeName":"Blazorise.ThemeContrast","IsEnum":true,"Documentation":"\n \n Defines the preferred theme contrast for this component.\n \n ","Metadata":{"Common.PropertyName":"ThemeContrast","Common.GloballyQualifiedTypeName":"global::Blazorise.ThemeContrast"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Blazorise.Alignment","IsEnum":true,"Documentation":"\n \n Defines the alignment within bar.\n \n ","Metadata":{"Common.PropertyName":"Alignment","Common.GloballyQualifiedTypeName":"global::Blazorise.Alignment"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.BarMode","IsEnum":true,"Documentation":"\n \n Defines the orientation for the bar. Vertical is required when using as a Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.BarMode"}},{"Kind":"Components.Component","Name":"CollapseMode","TypeName":"Blazorise.BarCollapseMode","IsEnum":true,"Documentation":"\n \n Defines how the bar will be collapsed.\n \n ","Metadata":{"Common.PropertyName":"CollapseMode","Common.GloballyQualifiedTypeName":"global::Blazorise.BarCollapseMode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bar","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Bar"}},{"HashCode":1017014643,"Kind":"Components.Component","Name":"Blazorise.Bar","AssemblyName":"Blazorise","Documentation":"\n \n The component is a wrapper that positions branding, navigation, and other elements into a concise header or sidebar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Controls the state of toggler and the menu.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the bar visibility changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Breakpoint","TypeName":"Blazorise.Breakpoint","IsEnum":true,"Documentation":"\n \n Used for responsive collapsing.\n \n ","Metadata":{"Common.PropertyName":"Breakpoint","Common.GloballyQualifiedTypeName":"global::Blazorise.Breakpoint"}},{"Kind":"Components.Component","Name":"NavigationBreakpoint","TypeName":"Blazorise.Breakpoint","IsEnum":true,"Documentation":"\n \n Used for responsive collapsing after Navigation.\n \n ","Metadata":{"Common.PropertyName":"NavigationBreakpoint","Common.GloballyQualifiedTypeName":"global::Blazorise.Breakpoint"}},{"Kind":"Components.Component","Name":"ThemeContrast","TypeName":"Blazorise.ThemeContrast","IsEnum":true,"Documentation":"\n \n Defines the preferred theme contrast for this component.\n \n ","Metadata":{"Common.PropertyName":"ThemeContrast","Common.GloballyQualifiedTypeName":"global::Blazorise.ThemeContrast"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Blazorise.Alignment","IsEnum":true,"Documentation":"\n \n Defines the alignment within bar.\n \n ","Metadata":{"Common.PropertyName":"Alignment","Common.GloballyQualifiedTypeName":"global::Blazorise.Alignment"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.BarMode","IsEnum":true,"Documentation":"\n \n Defines the orientation for the bar. Vertical is required when using as a Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.BarMode"}},{"Kind":"Components.Component","Name":"CollapseMode","TypeName":"Blazorise.BarCollapseMode","IsEnum":true,"Documentation":"\n \n Defines how the bar will be collapsed.\n \n ","Metadata":{"Common.PropertyName":"CollapseMode","Common.GloballyQualifiedTypeName":"global::Blazorise.BarCollapseMode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Bar","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Bar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-972430105,"Kind":"Components.ChildContent","Name":"Blazorise.Bar.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Bar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bar.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Bar","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-735345064,"Kind":"Components.ChildContent","Name":"Blazorise.Bar.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Bar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Bar.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Bar","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1483342185,"Kind":"Components.Component","Name":"Blazorise.BarBrand","AssemblyName":"Blazorise","Documentation":"\n \n Part of the component that is always visible, and which usually contains\n the logo and optionally some links or icons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarBrand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarBrand","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarBrand"}},{"HashCode":853959763,"Kind":"Components.Component","Name":"Blazorise.BarBrand","AssemblyName":"Blazorise","Documentation":"\n \n Part of the component that is always visible, and which usually contains\n the logo and optionally some links or icons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarBrand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarBrand","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarBrand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":928591663,"Kind":"Components.ChildContent","Name":"Blazorise.BarBrand.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarBrand"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarBrand.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarBrand","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1152959382,"Kind":"Components.ChildContent","Name":"Blazorise.BarBrand.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarBrand"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarBrand.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarBrand","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-523608131,"Kind":"Components.Component","Name":"Blazorise.BarDropdown","AssemblyName":"Blazorise","Documentation":"\n \n The dropdown menu, which can include bar items and dividers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets a value indicating whether the dropdown menu and all its child controls are visible.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the component visibility changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightAligned","TypeName":"System.Boolean","Documentation":"\n \n If true, a dropdown menu will be right aligned.\n \n ","Metadata":{"Common.PropertyName":"RightAligned","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdown","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdown"}},{"HashCode":1571841861,"Kind":"Components.Component","Name":"Blazorise.BarDropdown","AssemblyName":"Blazorise","Documentation":"\n \n The dropdown menu, which can include bar items and dividers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarDropdown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets a value indicating whether the dropdown menu and all its child controls are visible.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the component visibility changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightAligned","TypeName":"System.Boolean","Documentation":"\n \n If true, a dropdown menu will be right aligned.\n \n ","Metadata":{"Common.PropertyName":"RightAligned","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdown","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-479615004,"Kind":"Components.ChildContent","Name":"Blazorise.BarDropdown.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarDropdown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarDropdown.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdown","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":134473509,"Kind":"Components.ChildContent","Name":"Blazorise.BarDropdown.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarDropdown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarDropdown.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdown","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1420194785,"Kind":"Components.Component","Name":"Blazorise.BarDropdownDivider","AssemblyName":"Blazorise","Documentation":"\n \n Divider that can be placed between 's.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdownDivider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdownDivider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownDivider"}},{"HashCode":-1828818841,"Kind":"Components.Component","Name":"Blazorise.BarDropdownDivider","AssemblyName":"Blazorise","Documentation":"\n \n Divider that can be placed between 's.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarDropdownDivider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdownDivider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownDivider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-98116685,"Kind":"Components.Component","Name":"Blazorise.BarDropdownItem","AssemblyName":"Blazorise","Documentation":"\n \n A menu item for the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Specifies the URL of the page the link goes to.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the link element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Indentation","TypeName":"System.Double","Documentation":"\n \n Determines how much left padding will be applied to the dropdown item. (in rem unit)\n \n ","Metadata":{"Common.PropertyName":"Indentation","Common.GloballyQualifiedTypeName":"global::System.Double"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdownItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownItem"}},{"HashCode":-928221640,"Kind":"Components.Component","Name":"Blazorise.BarDropdownItem","AssemblyName":"Blazorise","Documentation":"\n \n A menu item for the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarDropdownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Specifies the URL of the page the link goes to.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the link element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Indentation","TypeName":"System.Double","Documentation":"\n \n Determines how much left padding will be applied to the dropdown item. (in rem unit)\n \n ","Metadata":{"Common.PropertyName":"Indentation","Common.GloballyQualifiedTypeName":"global::System.Double"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdownItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-521821708,"Kind":"Components.ChildContent","Name":"Blazorise.BarDropdownItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarDropdownItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarDropdownItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1278372397,"Kind":"Components.ChildContent","Name":"Blazorise.BarDropdownItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarDropdownItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarDropdownItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":558632059,"Kind":"Components.Component","Name":"Blazorise.BarDropdownMenu","AssemblyName":"Blazorise","Documentation":"\n \n Main container for a menu that can contain or or more 's.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdownMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdownMenu","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownMenu"}},{"HashCode":1378694558,"Kind":"Components.Component","Name":"Blazorise.BarDropdownMenu","AssemblyName":"Blazorise","Documentation":"\n \n Main container for a menu that can contain or or more 's.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarDropdownMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdownMenu","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1059033417,"Kind":"Components.ChildContent","Name":"Blazorise.BarDropdownMenu.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarDropdownMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarDropdownMenu.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownMenu","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2138061968,"Kind":"Components.ChildContent","Name":"Blazorise.BarDropdownMenu.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarDropdownMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarDropdownMenu.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownMenu","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":578207902,"Kind":"Components.Component","Name":"Blazorise.BarDropdownToggle","AssemblyName":"Blazorise","Documentation":"\n \n Toggles the visibility or collapse of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdownToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Indentation","TypeName":"System.Double","Documentation":"\n \n Determines how much left padding will be applied to the dropdown toggle. (in rem unit)\n \n ","Metadata":{"Common.PropertyName":"Indentation","Common.GloballyQualifiedTypeName":"global::System.Double"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean?","Documentation":"\n \n Makes the toggle element look inactive.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the toggle button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdownToggle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownToggle"}},{"HashCode":-675761370,"Kind":"Components.Component","Name":"Blazorise.BarDropdownToggle","AssemblyName":"Blazorise","Documentation":"\n \n Toggles the visibility or collapse of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarDropdownToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Indentation","TypeName":"System.Double","Documentation":"\n \n Determines how much left padding will be applied to the dropdown toggle. (in rem unit)\n \n ","Metadata":{"Common.PropertyName":"Indentation","Common.GloballyQualifiedTypeName":"global::System.Double"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean?","Documentation":"\n \n Makes the toggle element look inactive.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the toggle button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarDropdownToggle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownToggle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2124809379,"Kind":"Components.ChildContent","Name":"Blazorise.BarDropdownToggle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarDropdownToggle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarDropdownToggle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownToggle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1058623819,"Kind":"Components.ChildContent","Name":"Blazorise.BarDropdownToggle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarDropdownToggle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarDropdownToggle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdownToggle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1258204467,"Kind":"Components.Component","Name":"Blazorise.BarEnd","AssemblyName":"Blazorise","Documentation":"\n \n The far part of the menu, which appears at the end of the navbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarEnd"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarEnd","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarEnd"}},{"HashCode":-1473525524,"Kind":"Components.Component","Name":"Blazorise.BarEnd","AssemblyName":"Blazorise","Documentation":"\n \n The far part of the menu, which appears at the end of the navbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarEnd"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarEnd","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarEnd","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":760206695,"Kind":"Components.ChildContent","Name":"Blazorise.BarEnd.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarEnd"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarEnd.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarEnd","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1838477882,"Kind":"Components.ChildContent","Name":"Blazorise.BarEnd.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarEnd"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarEnd.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarEnd","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1645645574,"Kind":"Components.Component","Name":"Blazorise.BarIcon","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper component around that is used by the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IconName","TypeName":"System.Object","Documentation":"\n \n Icon name that can be either a string or .\n \n ","Metadata":{"Common.PropertyName":"IconName","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"IconStyle","TypeName":"Blazorise.IconStyle","IsEnum":true,"Documentation":"\n \n Suggested icon style.\n \n ","Metadata":{"Common.PropertyName":"IconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle"}},{"Kind":"Components.Component","Name":"IconSize","TypeName":"Blazorise.IconSize","IsEnum":true,"Documentation":"\n \n Defines the icon size.\n \n ","Metadata":{"Common.PropertyName":"IconSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IconSize"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarIcon","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarIcon"}},{"HashCode":-121342803,"Kind":"Components.Component","Name":"Blazorise.BarIcon","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper component around that is used by the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IconName","TypeName":"System.Object","Documentation":"\n \n Icon name that can be either a string or .\n \n ","Metadata":{"Common.PropertyName":"IconName","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"IconStyle","TypeName":"Blazorise.IconStyle","IsEnum":true,"Documentation":"\n \n Suggested icon style.\n \n ","Metadata":{"Common.PropertyName":"IconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle"}},{"Kind":"Components.Component","Name":"IconSize","TypeName":"Blazorise.IconSize","IsEnum":true,"Documentation":"\n \n Defines the icon size.\n \n ","Metadata":{"Common.PropertyName":"IconSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IconSize"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarIcon","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarIcon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-923126585,"Kind":"Components.Component","Name":"Blazorise.BarItem","AssemblyName":"Blazorise","Documentation":"\n \n Container for or components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the flag to indicate if is active, or focused.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the disabled state to make inactive.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarItem"}},{"HashCode":-1445229017,"Kind":"Components.Component","Name":"Blazorise.BarItem","AssemblyName":"Blazorise","Documentation":"\n \n Container for or components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the flag to indicate if is active, or focused.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the disabled state to make inactive.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1207116583,"Kind":"Components.ChildContent","Name":"Blazorise.BarItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1724062552,"Kind":"Components.ChildContent","Name":"Blazorise.BarItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-79158040,"Kind":"Components.Component","Name":"Blazorise.BarLabel","AssemblyName":"Blazorise","Documentation":"\n \n Small text that can appear next to the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarLabel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarLabel"}},{"HashCode":1116431369,"Kind":"Components.Component","Name":"Blazorise.BarLabel","AssemblyName":"Blazorise","Documentation":"\n \n Small text that can appear next to the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarLabel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2132891065,"Kind":"Components.ChildContent","Name":"Blazorise.BarLabel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarLabel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarLabel","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":478872288,"Kind":"Components.ChildContent","Name":"Blazorise.BarLabel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarLabel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarLabel","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":306809651,"Kind":"Components.Component","Name":"Blazorise.BarLink","AssemblyName":"Blazorise","Documentation":"\n \n A clickable link, the sibling of a or .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Specifies the URL of the page the link goes to.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarLink","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarLink"}},{"HashCode":-458930345,"Kind":"Components.Component","Name":"Blazorise.BarLink","AssemblyName":"Blazorise","Documentation":"\n \n A clickable link, the sibling of a or .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Specifies the URL of the page the link goes to.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarLink","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1968240686,"Kind":"Components.ChildContent","Name":"Blazorise.BarLink.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarLink.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarLink","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":181721531,"Kind":"Components.ChildContent","Name":"Blazorise.BarLink.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarLink.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarLink","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1272067014,"Kind":"Components.Component","Name":"Blazorise.BarMenu","AssemblyName":"Blazorise","Documentation":"\n \n The main part of the , hidden on touch devices, visible on desktop.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarMenu","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarMenu"}},{"HashCode":728690797,"Kind":"Components.Component","Name":"Blazorise.BarMenu","AssemblyName":"Blazorise","Documentation":"\n \n The main part of the , hidden on touch devices, visible on desktop.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarMenu","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2104843693,"Kind":"Components.ChildContent","Name":"Blazorise.BarMenu.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarMenu.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarMenu","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1671237246,"Kind":"Components.ChildContent","Name":"Blazorise.BarMenu.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarMenu.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarMenu","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":297870146,"Kind":"Components.Component","Name":"Blazorise.BarStart","AssemblyName":"Blazorise","Documentation":"\n \n The near part of the menu, which appears next to the navbar brand on desktop.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarStart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarStart","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarStart"}},{"HashCode":1881150337,"Kind":"Components.Component","Name":"Blazorise.BarStart","AssemblyName":"Blazorise","Documentation":"\n \n The near part of the menu, which appears next to the navbar brand on desktop.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarStart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarStart","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarStart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2033750277,"Kind":"Components.ChildContent","Name":"Blazorise.BarStart.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarStart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarStart.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarStart","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2068355097,"Kind":"Components.ChildContent","Name":"Blazorise.BarStart.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarStart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarStart.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarStart","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1273664817,"Kind":"Components.Component","Name":"Blazorise.BarToggler","AssemblyName":"Blazorise","Documentation":"\n \n Controls the visibility state of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarToggler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.BarTogglerMode","IsEnum":true,"Documentation":"\n \n Provides options for inline or popout styles. Only supported by Vertical Bar. Uses inline by default.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.BarTogglerMode"}},{"Kind":"Components.Component","Name":"Bar","TypeName":"Blazorise.Bar","Documentation":"\n \n Controls which will be toggled. Uses parent by default. \n \n ","Metadata":{"Common.PropertyName":"Bar","Common.GloballyQualifiedTypeName":"global::Blazorise.Bar"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarToggler","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarToggler"}},{"HashCode":422792911,"Kind":"Components.Component","Name":"Blazorise.BarToggler","AssemblyName":"Blazorise","Documentation":"\n \n Controls the visibility state of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarToggler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.BarTogglerMode","IsEnum":true,"Documentation":"\n \n Provides options for inline or popout styles. Only supported by Vertical Bar. Uses inline by default.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.BarTogglerMode"}},{"Kind":"Components.Component","Name":"Bar","TypeName":"Blazorise.Bar","Documentation":"\n \n Controls which will be toggled. Uses parent by default. \n \n ","Metadata":{"Common.PropertyName":"Bar","Common.GloballyQualifiedTypeName":"global::Blazorise.Bar"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BarToggler","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarToggler","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-921310574,"Kind":"Components.ChildContent","Name":"Blazorise.BarToggler.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarToggler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarToggler.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarToggler","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":733393952,"Kind":"Components.ChildContent","Name":"Blazorise.BarToggler.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BarToggler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BarToggler.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarToggler","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-227177021,"Kind":"Components.Component","Name":"Blazorise.Breadcrumb","AssemblyName":"Blazorise","Documentation":"\n \n Indicate the current page's location within a navigational hierarchy.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Breadcrumb"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.BreadcrumbMode","IsEnum":true,"Documentation":"\n \n Defines the breadcrumb activation mode.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.BreadcrumbMode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Breadcrumb","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Breadcrumb"}},{"HashCode":177778367,"Kind":"Components.Component","Name":"Blazorise.Breadcrumb","AssemblyName":"Blazorise","Documentation":"\n \n Indicate the current page's location within a navigational hierarchy.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Breadcrumb"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.BreadcrumbMode","IsEnum":true,"Documentation":"\n \n Defines the breadcrumb activation mode.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.BreadcrumbMode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Breadcrumb","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Breadcrumb","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":732877874,"Kind":"Components.ChildContent","Name":"Blazorise.Breadcrumb.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Breadcrumb"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Breadcrumb.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Breadcrumb","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1212755210,"Kind":"Components.ChildContent","Name":"Blazorise.Breadcrumb.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Breadcrumb"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Breadcrumb.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Breadcrumb","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-572128773,"Kind":"Components.Component","Name":"Blazorise.BreadcrumbItem","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for a breadcrumb link.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item active state.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BreadcrumbItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BreadcrumbItem"}},{"HashCode":1668202205,"Kind":"Components.Component","Name":"Blazorise.BreadcrumbItem","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for a breadcrumb link.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BreadcrumbItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item active state.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BreadcrumbItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BreadcrumbItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":852931397,"Kind":"Components.ChildContent","Name":"Blazorise.BreadcrumbItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BreadcrumbItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BreadcrumbItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BreadcrumbItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1684353181,"Kind":"Components.ChildContent","Name":"Blazorise.BreadcrumbItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BreadcrumbItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BreadcrumbItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BreadcrumbItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488712423,"Kind":"Components.Component","Name":"Blazorise.BreadcrumbLink","AssemblyName":"Blazorise","Documentation":"\n \n Links can be href's for anchor tags, or to's for router-links.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', disables the component's functionality and places it in a disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Link to the destination page.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Defines the title of a link, which appears to the user as a tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BreadcrumbLink","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BreadcrumbLink"}},{"HashCode":1314870439,"Kind":"Components.Component","Name":"Blazorise.BreadcrumbLink","AssemblyName":"Blazorise","Documentation":"\n \n Links can be href's for anchor tags, or to's for router-links.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BreadcrumbLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', disables the component's functionality and places it in a disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Link to the destination page.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Defines the title of a link, which appears to the user as a tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BreadcrumbLink","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BreadcrumbLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1388415496,"Kind":"Components.ChildContent","Name":"Blazorise.BreadcrumbLink.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BreadcrumbLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BreadcrumbLink.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BreadcrumbLink","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1872829479,"Kind":"Components.ChildContent","Name":"Blazorise.BreadcrumbLink.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BreadcrumbLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BreadcrumbLink.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BreadcrumbLink","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-739815506,"Kind":"Components.Component","Name":"Blazorise.Button","AssemblyName":"Blazorise","Documentation":"\n \n Clickable button for actions in forms, dialogs, and more with support for multiple sizes, states, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Button"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Blazorise.ButtonType","IsEnum":true,"Documentation":"\n \n Defines the button type.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Blazorise.ButtonType"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the button color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Changes the size of a button.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Outline","TypeName":"System.Boolean","Documentation":"\n \n Makes the button to have the outlines.\n \n ","Metadata":{"Common.PropertyName":"Outline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', disables the component's functionality and places it in a disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', places the component in the active state with active styling.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Block","TypeName":"System.Boolean","Documentation":"\n \n Makes the button to span the full width of a parent.\n \n ","Metadata":{"Common.PropertyName":"Block","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n Shows the loading spinner or a .\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"LoadingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the component loading template.\n \n ","Metadata":{"Common.PropertyName":"LoadingTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreventDefaultOnSubmit","TypeName":"System.Boolean","Documentation":"\n \n Prevents a default form-post when button type is set to .\n \n ","Metadata":{"Common.PropertyName":"PreventDefaultOnSubmit","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Command","TypeName":"System.Windows.Input.ICommand","Documentation":"\n \n Gets or sets the command to be executed when clicked on a button.\n \n ","Metadata":{"Common.PropertyName":"Command","Common.GloballyQualifiedTypeName":"global::System.Windows.Input.ICommand"}},{"Kind":"Components.Component","Name":"CommandParameter","TypeName":"System.Object","Documentation":"\n \n Reflects the parameter to pass to the CommandProperty upon execution.\n \n ","Metadata":{"Common.PropertyName":"CommandParameter","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the button.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document for a .\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Button","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Button"}},{"HashCode":2128122883,"Kind":"Components.Component","Name":"Blazorise.Button","AssemblyName":"Blazorise","Documentation":"\n \n Clickable button for actions in forms, dialogs, and more with support for multiple sizes, states, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Button"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Blazorise.ButtonType","IsEnum":true,"Documentation":"\n \n Defines the button type.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Blazorise.ButtonType"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the button color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Changes the size of a button.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Outline","TypeName":"System.Boolean","Documentation":"\n \n Makes the button to have the outlines.\n \n ","Metadata":{"Common.PropertyName":"Outline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', disables the component's functionality and places it in a disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', places the component in the active state with active styling.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Block","TypeName":"System.Boolean","Documentation":"\n \n Makes the button to span the full width of a parent.\n \n ","Metadata":{"Common.PropertyName":"Block","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n Shows the loading spinner or a .\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"LoadingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the component loading template.\n \n ","Metadata":{"Common.PropertyName":"LoadingTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreventDefaultOnSubmit","TypeName":"System.Boolean","Documentation":"\n \n Prevents a default form-post when button type is set to .\n \n ","Metadata":{"Common.PropertyName":"PreventDefaultOnSubmit","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Command","TypeName":"System.Windows.Input.ICommand","Documentation":"\n \n Gets or sets the command to be executed when clicked on a button.\n \n ","Metadata":{"Common.PropertyName":"Command","Common.GloballyQualifiedTypeName":"global::System.Windows.Input.ICommand"}},{"Kind":"Components.Component","Name":"CommandParameter","TypeName":"System.Object","Documentation":"\n \n Reflects the parameter to pass to the CommandProperty upon execution.\n \n ","Metadata":{"Common.PropertyName":"CommandParameter","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the button.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document for a .\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Button","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Button","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1554659901,"Kind":"Components.ChildContent","Name":"Blazorise.Button.LoadingTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the component loading template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadingTemplate","ParentTag":"Button"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Button.LoadingTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Button","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":665471880,"Kind":"Components.ChildContent","Name":"Blazorise.Button.LoadingTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the component loading template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadingTemplate","ParentTag":"Blazorise.Button"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Button.LoadingTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Button","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":108373029,"Kind":"Components.ChildContent","Name":"Blazorise.Button.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Button"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Button.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Button","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1730903623,"Kind":"Components.ChildContent","Name":"Blazorise.Button.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Button"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Button.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Button","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1620186815,"Kind":"Components.Component","Name":"Blazorise.Buttons","AssemblyName":"Blazorise","Documentation":"\n \n Group a series of buttons together on a single line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Buttons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Role","TypeName":"Blazorise.ButtonsRole","IsEnum":true,"Documentation":"\n \n Gets or sets the role of the button group.\n \n ","Metadata":{"Common.PropertyName":"Role","Common.GloballyQualifiedTypeName":"global::Blazorise.ButtonsRole"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Blazorise.Orientation","IsEnum":true,"Documentation":"\n \n Gets or sets the button group orientation mode.\n \n ","Metadata":{"Common.PropertyName":"Orientation","Common.GloballyQualifiedTypeName":"global::Blazorise.Orientation"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size","IsEnum":true,"Documentation":"\n \n Change the size of multiple buttons at once.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Buttons","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Buttons"}},{"HashCode":-952928462,"Kind":"Components.Component","Name":"Blazorise.Buttons","AssemblyName":"Blazorise","Documentation":"\n \n Group a series of buttons together on a single line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Buttons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Role","TypeName":"Blazorise.ButtonsRole","IsEnum":true,"Documentation":"\n \n Gets or sets the role of the button group.\n \n ","Metadata":{"Common.PropertyName":"Role","Common.GloballyQualifiedTypeName":"global::Blazorise.ButtonsRole"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Blazorise.Orientation","IsEnum":true,"Documentation":"\n \n Gets or sets the button group orientation mode.\n \n ","Metadata":{"Common.PropertyName":"Orientation","Common.GloballyQualifiedTypeName":"global::Blazorise.Orientation"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size","IsEnum":true,"Documentation":"\n \n Change the size of multiple buttons at once.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Buttons","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Buttons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1739991213,"Kind":"Components.ChildContent","Name":"Blazorise.Buttons.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Buttons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Buttons.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Buttons","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":984444986,"Kind":"Components.ChildContent","Name":"Blazorise.Buttons.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Buttons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Buttons.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Buttons","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":412368169,"Kind":"Components.Component","Name":"Blazorise.CloseButton","AssemblyName":"Blazorise","Documentation":"\n \n A generic close button for dismissing content like modals and alerts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CloseButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Flag to indicate that the button is not responsive for user interaction.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoClose","TypeName":"System.Boolean?","Documentation":"\n \n If true, the parent or with be automatically closed\n when button is placed inside of them.\n \n ","Metadata":{"Common.PropertyName":"AutoClose","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CloseButton","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CloseButton"}},{"HashCode":-1436652987,"Kind":"Components.Component","Name":"Blazorise.CloseButton","AssemblyName":"Blazorise","Documentation":"\n \n A generic close button for dismissing content like modals and alerts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CloseButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Flag to indicate that the button is not responsive for user interaction.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoClose","TypeName":"System.Boolean?","Documentation":"\n \n If true, the parent or with be automatically closed\n when button is placed inside of them.\n \n ","Metadata":{"Common.PropertyName":"AutoClose","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CloseButton","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CloseButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-982637662,"Kind":"Components.ChildContent","Name":"Blazorise.CloseButton.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CloseButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CloseButton.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CloseButton","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1784506347,"Kind":"Components.ChildContent","Name":"Blazorise.CloseButton.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CloseButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CloseButton.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CloseButton","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1568960555,"Kind":"Components.Component","Name":"Blazorise.Card","AssemblyName":"Blazorise","Documentation":"\n \n A card is a flexible and extensible content container. It includes options for headers and footers,\n a wide variety of content, contextual background colors, and powerful display options.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Card"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WhiteText","TypeName":"System.Boolean","Documentation":"\n \n Sets the white text when using the darker background.\n \n ","Metadata":{"Common.PropertyName":"WhiteText","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Card","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Card"}},{"HashCode":2025658372,"Kind":"Components.Component","Name":"Blazorise.Card","AssemblyName":"Blazorise","Documentation":"\n \n A card is a flexible and extensible content container. It includes options for headers and footers,\n a wide variety of content, contextual background colors, and powerful display options.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Card"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WhiteText","TypeName":"System.Boolean","Documentation":"\n \n Sets the white text when using the darker background.\n \n ","Metadata":{"Common.PropertyName":"WhiteText","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Card","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Card","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-807639387,"Kind":"Components.ChildContent","Name":"Blazorise.Card.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Card"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Card.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Card","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1718311592,"Kind":"Components.ChildContent","Name":"Blazorise.Card.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Card"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Card.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Card","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1451061214,"Kind":"Components.Component","Name":"Blazorise.CardActions","AssemblyName":"Blazorise","Documentation":"\n \n Container for various card actions or commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardActions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardActions","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardActions"}},{"HashCode":1424671432,"Kind":"Components.Component","Name":"Blazorise.CardActions","AssemblyName":"Blazorise","Documentation":"\n \n Container for various card actions or commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardActions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardActions","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardActions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1780565486,"Kind":"Components.ChildContent","Name":"Blazorise.CardActions.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardActions"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardActions.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardActions","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1561370171,"Kind":"Components.ChildContent","Name":"Blazorise.CardActions.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardActions"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardActions.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardActions","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1304975703,"Kind":"Components.Component","Name":"Blazorise.CardBody","AssemblyName":"Blazorise","Documentation":"\n \n The main block of a .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardBody"}},{"HashCode":-1632401096,"Kind":"Components.Component","Name":"Blazorise.CardBody","AssemblyName":"Blazorise","Documentation":"\n \n The main block of a .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1613106984,"Kind":"Components.ChildContent","Name":"Blazorise.CardBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardBody","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":291403024,"Kind":"Components.ChildContent","Name":"Blazorise.CardBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardBody","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":522302808,"Kind":"Components.Component","Name":"Blazorise.CardDeck","AssemblyName":"Blazorise","Documentation":"\n \n Container for an identical width and height cards that aren't attached to one another.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardDeck"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardDeck","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardDeck"}},{"HashCode":-865268918,"Kind":"Components.Component","Name":"Blazorise.CardDeck","AssemblyName":"Blazorise","Documentation":"\n \n Container for an identical width and height cards that aren't attached to one another.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardDeck"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardDeck","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardDeck","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-533201163,"Kind":"Components.ChildContent","Name":"Blazorise.CardDeck.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardDeck"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardDeck.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardDeck","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-840787417,"Kind":"Components.ChildContent","Name":"Blazorise.CardDeck.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardDeck"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardDeck.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardDeck","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2044087689,"Kind":"Components.Component","Name":"Blazorise.CardFooter","AssemblyName":"Blazorise","Documentation":"\n \n An optional footer within a card.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardFooter"}},{"HashCode":-1172479036,"Kind":"Components.Component","Name":"Blazorise.CardFooter","AssemblyName":"Blazorise","Documentation":"\n \n An optional footer within a card.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1035593538,"Kind":"Components.ChildContent","Name":"Blazorise.CardFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardFooter","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":464041491,"Kind":"Components.ChildContent","Name":"Blazorise.CardFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardFooter","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371493445,"Kind":"Components.Component","Name":"Blazorise.CardGroup","AssemblyName":"Blazorise","Documentation":"\n \n Represent cards as a single, attached component with same width and height columns. Card groups use display: flex; to reach their sizing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardGroup"}},{"HashCode":646144867,"Kind":"Components.Component","Name":"Blazorise.CardGroup","AssemblyName":"Blazorise","Documentation":"\n \n Represent cards as a single, attached component with same width and height columns. Card groups use display: flex; to reach their sizing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1341198585,"Kind":"Components.ChildContent","Name":"Blazorise.CardGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1504411586,"Kind":"Components.ChildContent","Name":"Blazorise.CardGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1615637761,"Kind":"Components.Component","Name":"Blazorise.CardHeader","AssemblyName":"Blazorise","Documentation":"\n \n An optional header within a card.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardHeader"}},{"HashCode":-1233916644,"Kind":"Components.Component","Name":"Blazorise.CardHeader","AssemblyName":"Blazorise","Documentation":"\n \n An optional header within a card.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2113214009,"Kind":"Components.ChildContent","Name":"Blazorise.CardHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardHeader","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":356022261,"Kind":"Components.ChildContent","Name":"Blazorise.CardHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardHeader","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1824569390,"Kind":"Components.Component","Name":"Blazorise.CardImage","AssemblyName":"Blazorise","Documentation":"\n \n A fullwidth container for a responsive image.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n Image url.\n \n ","Metadata":{"Common.PropertyName":"Source","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Alt","TypeName":"System.String","Documentation":"\n \n Alternative image text.\n \n ","Metadata":{"Common.PropertyName":"Alt","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardImage","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardImage"}},{"HashCode":818060614,"Kind":"Components.Component","Name":"Blazorise.CardImage","AssemblyName":"Blazorise","Documentation":"\n \n A fullwidth container for a responsive image.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n Image url.\n \n ","Metadata":{"Common.PropertyName":"Source","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Alt","TypeName":"System.String","Documentation":"\n \n Alternative image text.\n \n ","Metadata":{"Common.PropertyName":"Alt","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardImage","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-570216926,"Kind":"Components.ChildContent","Name":"Blazorise.CardImage.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardImage.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardImage","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-692073897,"Kind":"Components.ChildContent","Name":"Blazorise.CardImage.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardImage.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardImage","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1229318407,"Kind":"Components.Component","Name":"Blazorise.CardLink","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for a card links.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n Link url.\n \n ","Metadata":{"Common.PropertyName":"Source","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Alt","TypeName":"System.String","Documentation":"\n \n Alternative link text.\n \n ","Metadata":{"Common.PropertyName":"Alt","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the link.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"CustomMatch","TypeName":"System.Func","Documentation":"\n \n A callback function that is used to compare current uri with the user defined uri. Must enable to be used.\n \n ","Metadata":{"Common.PropertyName":"CustomMatch","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the link is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardLink","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardLink"}},{"HashCode":-1746925053,"Kind":"Components.Component","Name":"Blazorise.CardLink","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for a card links.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n Link url.\n \n ","Metadata":{"Common.PropertyName":"Source","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Alt","TypeName":"System.String","Documentation":"\n \n Alternative link text.\n \n ","Metadata":{"Common.PropertyName":"Alt","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the link.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"CustomMatch","TypeName":"System.Func","Documentation":"\n \n A callback function that is used to compare current uri with the user defined uri. Must enable to be used.\n \n ","Metadata":{"Common.PropertyName":"CustomMatch","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the link is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardLink","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809032125,"Kind":"Components.ChildContent","Name":"Blazorise.CardLink.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardLink.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardLink","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-429391227,"Kind":"Components.ChildContent","Name":"Blazorise.CardLink.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardLink.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardLink","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1200685935,"Kind":"Components.Component","Name":"Blazorise.CardSubtitle","AssemblyName":"Blazorise","Documentation":"\n \n Card titles are used by adding subtitle to a heading tag. Subtitles are generally placed under the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Number from 1 to 6 that defines the subtitle size where the smaller number means larger text.\n \n \n todo: change to enum\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardSubtitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardSubtitle"}},{"HashCode":1863860530,"Kind":"Components.Component","Name":"Blazorise.CardSubtitle","AssemblyName":"Blazorise","Documentation":"\n \n Card titles are used by adding subtitle to a heading tag. Subtitles are generally placed under the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Number from 1 to 6 that defines the subtitle size where the smaller number means larger text.\n \n \n todo: change to enum\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardSubtitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardSubtitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":716146697,"Kind":"Components.ChildContent","Name":"Blazorise.CardSubtitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardSubtitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardSubtitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1761888807,"Kind":"Components.ChildContent","Name":"Blazorise.CardSubtitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardSubtitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardSubtitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-582791377,"Kind":"Components.Component","Name":"Blazorise.CardText","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for all text inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardText","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardText"}},{"HashCode":-331381004,"Kind":"Components.Component","Name":"Blazorise.CardText","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for all text inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardText","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1723534710,"Kind":"Components.ChildContent","Name":"Blazorise.CardText.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardText.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardText","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-946088130,"Kind":"Components.ChildContent","Name":"Blazorise.CardText.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardText.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardText","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-301442447,"Kind":"Components.Component","Name":"Blazorise.CardTitle","AssemblyName":"Blazorise","Documentation":"\n \n Card titles are used by adding title to a heading tag.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32?","Documentation":"\n \n Number from 1 to 6 that defines the title size where the smaller number means larger text.\n \n \n TODO: change to enum\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardTitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardTitle"}},{"HashCode":1568598697,"Kind":"Components.Component","Name":"Blazorise.CardTitle","AssemblyName":"Blazorise","Documentation":"\n \n Card titles are used by adding title to a heading tag.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CardTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32?","Documentation":"\n \n Number from 1 to 6 that defines the title size where the smaller number means larger text.\n \n \n TODO: change to enum\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CardTitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-108336700,"Kind":"Components.ChildContent","Name":"Blazorise.CardTitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardTitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardTitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1084291450,"Kind":"Components.ChildContent","Name":"Blazorise.CardTitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CardTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CardTitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CardTitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1846548754,"Kind":"Components.Component","Name":"Blazorise.Carousel","AssemblyName":"Blazorise","Documentation":"\n \n A slideshow component for cycling through elements - images or slides of text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Carousel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Autoplay","TypeName":"System.Boolean","Documentation":"\n \n Autoplays the carousel slides.\n \n ","Metadata":{"Common.PropertyName":"Autoplay","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AutoRepeat","TypeName":"System.Boolean","Documentation":"\n \n Auto-repeats the carousel slides once they reach the end.\n \n ","Metadata":{"Common.PropertyName":"AutoRepeat","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Crossfade","TypeName":"System.Boolean","Documentation":"\n \n Animate slides with a fade transition instead of a slide.\n \n ","Metadata":{"Common.PropertyName":"Crossfade","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the interval(in milliseconds) after which the item will automatically slide.\n \n ","Metadata":{"Common.PropertyName":"Interval","Common.GloballyQualifiedTypeName":"global::System.Double"}},{"Kind":"Components.Component","Name":"ShowIndicators","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show an indicator for each slide.\n \n ","Metadata":{"Common.PropertyName":"ShowIndicators","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowControls","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the controls that allows the user to navigate to the next or previous slide.\n \n ","Metadata":{"Common.PropertyName":"ShowControls","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SelectedSlide","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected slide name.\n \n ","Metadata":{"Common.PropertyName":"SelectedSlide","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedSlideChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected slide has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedSlideChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreviousButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization for previous button that will override a default .\n \n ","Metadata":{"Common.PropertyName":"PreviousButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"NextButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization for next button that will override a default .\n \n ","Metadata":{"Common.PropertyName":"NextButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Carousel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Carousel"}},{"HashCode":-426261657,"Kind":"Components.Component","Name":"Blazorise.Carousel","AssemblyName":"Blazorise","Documentation":"\n \n A slideshow component for cycling through elements - images or slides of text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Carousel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Autoplay","TypeName":"System.Boolean","Documentation":"\n \n Autoplays the carousel slides.\n \n ","Metadata":{"Common.PropertyName":"Autoplay","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AutoRepeat","TypeName":"System.Boolean","Documentation":"\n \n Auto-repeats the carousel slides once they reach the end.\n \n ","Metadata":{"Common.PropertyName":"AutoRepeat","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Crossfade","TypeName":"System.Boolean","Documentation":"\n \n Animate slides with a fade transition instead of a slide.\n \n ","Metadata":{"Common.PropertyName":"Crossfade","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the interval(in milliseconds) after which the item will automatically slide.\n \n ","Metadata":{"Common.PropertyName":"Interval","Common.GloballyQualifiedTypeName":"global::System.Double"}},{"Kind":"Components.Component","Name":"ShowIndicators","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show an indicator for each slide.\n \n ","Metadata":{"Common.PropertyName":"ShowIndicators","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowControls","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the controls that allows the user to navigate to the next or previous slide.\n \n ","Metadata":{"Common.PropertyName":"ShowControls","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SelectedSlide","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected slide name.\n \n ","Metadata":{"Common.PropertyName":"SelectedSlide","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedSlideChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected slide has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedSlideChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreviousButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization for previous button that will override a default .\n \n ","Metadata":{"Common.PropertyName":"PreviousButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"NextButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization for next button that will override a default .\n \n ","Metadata":{"Common.PropertyName":"NextButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Carousel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Carousel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1072326527,"Kind":"Components.ChildContent","Name":"Blazorise.Carousel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Carousel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Carousel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Carousel","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":636300238,"Kind":"Components.ChildContent","Name":"Blazorise.Carousel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Carousel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Carousel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Carousel","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":81525261,"Kind":"Components.Component","Name":"Blazorise.CarouselSlide","AssemblyName":"Blazorise","Documentation":"\n \n A container for placing content in a carousel slide.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CarouselSlide"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32?","Documentation":"\n \n Defines the interval(in milliseconds) after which this item will automatically slide.\n \n ","Metadata":{"Common.PropertyName":"Interval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the slide name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CarouselSlide","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CarouselSlide"}},{"HashCode":356915984,"Kind":"Components.Component","Name":"Blazorise.CarouselSlide","AssemblyName":"Blazorise","Documentation":"\n \n A container for placing content in a carousel slide.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CarouselSlide"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32?","Documentation":"\n \n Defines the interval(in milliseconds) after which this item will automatically slide.\n \n ","Metadata":{"Common.PropertyName":"Interval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the slide name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CarouselSlide","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CarouselSlide","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-743868392,"Kind":"Components.ChildContent","Name":"Blazorise.CarouselSlide.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CarouselSlide"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CarouselSlide.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CarouselSlide","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":961491582,"Kind":"Components.ChildContent","Name":"Blazorise.CarouselSlide.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CarouselSlide"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CarouselSlide.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CarouselSlide","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-539560481,"Kind":"Components.Component","Name":"Blazorise.Check","AssemblyName":"Blazorise","Documentation":"\n \n Checkboxes allow the user to select one or more items from a set.\n \n Checked value type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Check"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Check component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Indeterminate","TypeName":"System.Boolean?","Documentation":"\n \n The indeterminate property can help you to achieve a 'check all' effect.\n \n ","Metadata":{"Common.PropertyName":"Indeterminate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Check","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Check","Components.GenericTyped":"True"}},{"HashCode":-345341424,"Kind":"Components.Component","Name":"Blazorise.Check","AssemblyName":"Blazorise","Documentation":"\n \n Checkboxes allow the user to select one or more items from a set.\n \n Checked value type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Check"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Check component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Indeterminate","TypeName":"System.Boolean?","Documentation":"\n \n The indeterminate property can help you to achieve a 'check all' effect.\n \n ","Metadata":{"Common.PropertyName":"Indeterminate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Check","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Check","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2007136348,"Kind":"Components.ChildContent","Name":"Blazorise.Check.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Check"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Check.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Check","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1608002429,"Kind":"Components.ChildContent","Name":"Blazorise.Check.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Check"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Check.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Check","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":720527478,"Kind":"Components.ChildContent","Name":"Blazorise.Check.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Check"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Check.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Check","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1389227217,"Kind":"Components.ChildContent","Name":"Blazorise.Check.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Check"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Check.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Check","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1476773971,"Kind":"Components.Component","Name":"Blazorise.Collapse","AssemblyName":"Blazorise","Documentation":"\n \n Toggle visibility of almost any content on your pages in a vertically collapsing container.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Collapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the collapse visibility state.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the collapse visibility state changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Collapse","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Collapse"}},{"HashCode":1419013117,"Kind":"Components.Component","Name":"Blazorise.Collapse","AssemblyName":"Blazorise","Documentation":"\n \n Toggle visibility of almost any content on your pages in a vertically collapsing container.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Collapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the collapse visibility state.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the collapse visibility state changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Collapse","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Collapse","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":68834940,"Kind":"Components.ChildContent","Name":"Blazorise.Collapse.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Collapse"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Collapse.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Collapse","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":799426269,"Kind":"Components.ChildContent","Name":"Blazorise.Collapse.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Collapse"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Collapse.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Collapse","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1346786002,"Kind":"Components.Component","Name":"Blazorise.CollapseBody","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper for collapse content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CollapseBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CollapseBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CollapseBody"}},{"HashCode":-335850478,"Kind":"Components.Component","Name":"Blazorise.CollapseBody","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper for collapse content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CollapseBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CollapseBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CollapseBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":713394576,"Kind":"Components.ChildContent","Name":"Blazorise.CollapseBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CollapseBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CollapseBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CollapseBody","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1458136225,"Kind":"Components.ChildContent","Name":"Blazorise.CollapseBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CollapseBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CollapseBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CollapseBody","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1233250992,"Kind":"Components.Component","Name":"Blazorise.CollapseHeader","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper for collapse header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CollapseHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the header is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CollapseHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CollapseHeader"}},{"HashCode":-1260811228,"Kind":"Components.Component","Name":"Blazorise.CollapseHeader","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper for collapse header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.CollapseHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the header is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.CollapseHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CollapseHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1035218844,"Kind":"Components.ChildContent","Name":"Blazorise.CollapseHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CollapseHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CollapseHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CollapseHeader","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1768827174,"Kind":"Components.ChildContent","Name":"Blazorise.CollapseHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.CollapseHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.CollapseHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"CollapseHeader","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1772224276,"Kind":"Components.Component","Name":"Blazorise.ColorEdit","AssemblyName":"Blazorise","Documentation":"\n \n The editor that allows you to select a color from a dropdown menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the input color value.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the color has changed.\n \n ","Metadata":{"Common.PropertyName":"ColorChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ColorExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the color value.\n \n ","Metadata":{"Common.PropertyName":"ColorExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ColorEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorEdit"}},{"HashCode":-1455187842,"Kind":"Components.Component","Name":"Blazorise.ColorEdit","AssemblyName":"Blazorise","Documentation":"\n \n The editor that allows you to select a color from a dropdown menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ColorEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the input color value.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the color has changed.\n \n ","Metadata":{"Common.PropertyName":"ColorChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ColorExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the color value.\n \n ","Metadata":{"Common.PropertyName":"ColorExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ColorEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":773023615,"Kind":"Components.ChildContent","Name":"Blazorise.ColorEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"ColorEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ColorEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1928903373,"Kind":"Components.ChildContent","Name":"Blazorise.ColorEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.ColorEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ColorEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1324560482,"Kind":"Components.ChildContent","Name":"Blazorise.ColorEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColorEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ColorEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":464405156,"Kind":"Components.ChildContent","Name":"Blazorise.ColorEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ColorEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ColorEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-107181945,"Kind":"Components.Component","Name":"Blazorise.ColorPicker","AssemblyName":"Blazorise","Documentation":"\n \n The editor that allows you to select a color from a dropdown menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the input color value.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the color has changed.\n \n ","Metadata":{"Common.PropertyName":"ColorChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ColorExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the color value.\n \n ","Metadata":{"Common.PropertyName":"ColorExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n List a colors below the colorpicker to make it convenient for users to choose from\n frequently or recently used colors.\n \n ","Metadata":{"Common.PropertyName":"Palette","Common.GloballyQualifiedTypeName":"global::System.String[]"}},{"Kind":"Components.Component","Name":"ShowPalette","TypeName":"System.Boolean","Documentation":"\n \n Controls the visibility of the palette below the colorpicker to make it convenient for users to\n choose from frequently or recently used colors.\n \n ","Metadata":{"Common.PropertyName":"ShowPalette","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"HideAfterPaletteSelect","TypeName":"System.Boolean","Documentation":"\n \n Automatically hides the dropdown menu after a palette color is selected.\n \n ","Metadata":{"Common.PropertyName":"HideAfterPaletteSelect","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Controls the visibility of the clear buttons.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCancelButton","TypeName":"System.Boolean","Documentation":"\n \n Controls the visibility of the cancel buttons.\n \n ","Metadata":{"Common.PropertyName":"ShowCancelButton","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PickerLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization that will override a default .\n \n ","Metadata":{"Common.PropertyName":"PickerLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ColorPicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorPicker"}},{"HashCode":1131687613,"Kind":"Components.Component","Name":"Blazorise.ColorPicker","AssemblyName":"Blazorise","Documentation":"\n \n The editor that allows you to select a color from a dropdown menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the input color value.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the color has changed.\n \n ","Metadata":{"Common.PropertyName":"ColorChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ColorExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the color value.\n \n ","Metadata":{"Common.PropertyName":"ColorExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n List a colors below the colorpicker to make it convenient for users to choose from\n frequently or recently used colors.\n \n ","Metadata":{"Common.PropertyName":"Palette","Common.GloballyQualifiedTypeName":"global::System.String[]"}},{"Kind":"Components.Component","Name":"ShowPalette","TypeName":"System.Boolean","Documentation":"\n \n Controls the visibility of the palette below the colorpicker to make it convenient for users to\n choose from frequently or recently used colors.\n \n ","Metadata":{"Common.PropertyName":"ShowPalette","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"HideAfterPaletteSelect","TypeName":"System.Boolean","Documentation":"\n \n Automatically hides the dropdown menu after a palette color is selected.\n \n ","Metadata":{"Common.PropertyName":"HideAfterPaletteSelect","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Controls the visibility of the clear buttons.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCancelButton","TypeName":"System.Boolean","Documentation":"\n \n Controls the visibility of the cancel buttons.\n \n ","Metadata":{"Common.PropertyName":"ShowCancelButton","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PickerLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization that will override a default .\n \n ","Metadata":{"Common.PropertyName":"PickerLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ColorPicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2043208415,"Kind":"Components.ChildContent","Name":"Blazorise.ColorPicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"ColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ColorPicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorPicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":163522778,"Kind":"Components.ChildContent","Name":"Blazorise.ColorPicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.ColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ColorPicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorPicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-689556216,"Kind":"Components.ChildContent","Name":"Blazorise.ColorPicker.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ColorPicker.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorPicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-483538984,"Kind":"Components.ChildContent","Name":"Blazorise.ColorPicker.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ColorPicker.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorPicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1267295290,"Kind":"Components.Component","Name":"Blazorise.Column","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper that represents a column in a flexbox grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Column"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Column","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Column"}},{"HashCode":726101717,"Kind":"Components.Component","Name":"Blazorise.Column","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper that represents a column in a flexbox grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Column"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Column","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Column","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-587479560,"Kind":"Components.ChildContent","Name":"Blazorise.Column.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Column"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Column.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Column","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-333662903,"Kind":"Components.ChildContent","Name":"Blazorise.Column.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Column"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Column.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Column","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-834880675,"Kind":"Components.Component","Name":"Blazorise.Container","AssemblyName":"Blazorise","Documentation":"\n \n The container is a simple element that allows you to place content within a given device or viewport.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Container"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Breakpoint","TypeName":"Blazorise.Breakpoint","IsEnum":true,"Documentation":"\n \n Makes a full width container that is 100% wide until the specified breakpoint is reached.\n \n ","Metadata":{"Common.PropertyName":"Breakpoint","Common.GloballyQualifiedTypeName":"global::Blazorise.Breakpoint"}},{"Kind":"Components.Component","Name":"Fluid","TypeName":"System.Boolean","Documentation":"\n \n Makes a full width container, spanning the entire width of the viewport.\n \n ","Metadata":{"Common.PropertyName":"Fluid","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Container","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Container"}},{"HashCode":994290692,"Kind":"Components.Component","Name":"Blazorise.Container","AssemblyName":"Blazorise","Documentation":"\n \n The container is a simple element that allows you to place content within a given device or viewport.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Container"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Breakpoint","TypeName":"Blazorise.Breakpoint","IsEnum":true,"Documentation":"\n \n Makes a full width container that is 100% wide until the specified breakpoint is reached.\n \n ","Metadata":{"Common.PropertyName":"Breakpoint","Common.GloballyQualifiedTypeName":"global::Blazorise.Breakpoint"}},{"Kind":"Components.Component","Name":"Fluid","TypeName":"System.Boolean","Documentation":"\n \n Makes a full width container, spanning the entire width of the viewport.\n \n ","Metadata":{"Common.PropertyName":"Fluid","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Container","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Container","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1441591130,"Kind":"Components.ChildContent","Name":"Blazorise.Container.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Container"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Container.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Container","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":203215788,"Kind":"Components.ChildContent","Name":"Blazorise.Container.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Container"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Container.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Container","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1195594558,"Kind":"Components.Component","Name":"Blazorise.Control","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for input components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Control"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Determines if the check or radio control will be inlined.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Role","TypeName":"Blazorise.ControlRole","IsEnum":true,"Documentation":"\n \n Sets the role that affects the behaviour of the control container.\n \n ","Metadata":{"Common.PropertyName":"Role","Common.GloballyQualifiedTypeName":"global::Blazorise.ControlRole"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Control","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Control"}},{"HashCode":-1840183813,"Kind":"Components.Component","Name":"Blazorise.Control","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for input components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Control"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Determines if the check or radio control will be inlined.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Role","TypeName":"Blazorise.ControlRole","IsEnum":true,"Documentation":"\n \n Sets the role that affects the behaviour of the control container.\n \n ","Metadata":{"Common.PropertyName":"Role","Common.GloballyQualifiedTypeName":"global::Blazorise.ControlRole"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Control","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Control","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1540811379,"Kind":"Components.ChildContent","Name":"Blazorise.Control.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Control"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Control.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Control","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-425566898,"Kind":"Components.ChildContent","Name":"Blazorise.Control.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Control"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Control.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Control","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1443725061,"Kind":"Components.Component","Name":"Blazorise.DateEdit","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a date value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.DateEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"InputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}},{"Kind":"Components.Component","Name":"Date","TypeName":"TValue","Documentation":"\n \n Gets or sets the input date value.\n \n ","Metadata":{"Common.PropertyName":"Date","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the date has changed.\n \n ","Metadata":{"Common.PropertyName":"DateChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the date value.\n \n ","Metadata":{"Common.PropertyName":"DateExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTimeOffset?","Documentation":"\n \n The earliest date to accept.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.DateTimeOffset?"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTimeOffset?","Documentation":"\n \n The latest date to accept.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.DateTimeOffset?"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n The step attribute specifies the legal day intervals to choose from when the user opens the calendar in a date field.\n \n For example, if step = \"2\", you can only select every second day in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DateEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DateEdit","Components.GenericTyped":"True"}},{"HashCode":946572979,"Kind":"Components.Component","Name":"Blazorise.DateEdit","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a date value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DateEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.DateEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"InputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}},{"Kind":"Components.Component","Name":"Date","TypeName":"TValue","Documentation":"\n \n Gets or sets the input date value.\n \n ","Metadata":{"Common.PropertyName":"Date","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the date has changed.\n \n ","Metadata":{"Common.PropertyName":"DateChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the date value.\n \n ","Metadata":{"Common.PropertyName":"DateExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTimeOffset?","Documentation":"\n \n The earliest date to accept.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.DateTimeOffset?"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTimeOffset?","Documentation":"\n \n The latest date to accept.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.DateTimeOffset?"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n The step attribute specifies the legal day intervals to choose from when the user opens the calendar in a date field.\n \n For example, if step = \"2\", you can only select every second day in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DateEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DateEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":687776632,"Kind":"Components.ChildContent","Name":"Blazorise.DateEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"DateEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DateEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DateEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":924764308,"Kind":"Components.ChildContent","Name":"Blazorise.DateEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.DateEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DateEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DateEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":11277559,"Kind":"Components.ChildContent","Name":"Blazorise.DateEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DateEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DateEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1671105011,"Kind":"Components.ChildContent","Name":"Blazorise.DateEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DateEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DateEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DateEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":802274384,"Kind":"Components.Component","Name":"Blazorise.DatePicker","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a date value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.DatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"InputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Blazorise.DateInputSelectionMode","IsEnum":true,"Documentation":"\n \n Defines the mode in which the dates can be selected.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputSelectionMode"}},{"Kind":"Components.Component","Name":"RangeSeparator","TypeName":"System.String","Documentation":"\n \n Overrides the range separator that is used to separate date values when is set to .\n \n ","Metadata":{"Common.PropertyName":"RangeSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Date","TypeName":"TValue","Documentation":"\n \n Gets or sets the input date value.\n \n ","Metadata":{"Common.PropertyName":"Date","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the date has changed.\n \n ","Metadata":{"Common.PropertyName":"DateChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the date value.\n \n ","Metadata":{"Common.PropertyName":"DateExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dates","TypeName":"System.Collections.Generic.IReadOnlyList","Documentation":"\n \n Gets or sets the input date value.\n \n ","Metadata":{"Common.PropertyName":"Dates","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyList","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DatesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Occurs when the date has changed.\n \n ","Metadata":{"Common.PropertyName":"DatesChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DatesExpression","TypeName":"System.Linq.Expressions.Expression>>","Documentation":"\n \n Gets or sets an expression that identifies the date value.\n \n ","Metadata":{"Common.PropertyName":"DatesExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTimeOffset?","Documentation":"\n \n The earliest date to accept.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.DateTimeOffset?"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTimeOffset?","Documentation":"\n \n The latest date to accept.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.DateTimeOffset?"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.DayOfWeek","IsEnum":true,"Documentation":"\n \n Defines the first day of the week.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek","Common.GloballyQualifiedTypeName":"global::System.DayOfWeek"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the display format of the date input.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TimeAs24hr","TypeName":"System.Boolean","Documentation":"\n \n Displays time picker in 24 hour mode without AM/PM selection when enabled.\n \n ","Metadata":{"Common.PropertyName":"TimeAs24hr","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisabledDates","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n List of disabled dates that the user should not be able to pick.\n \n ","Metadata":{"Common.PropertyName":"DisabledDates","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Display the calendar in an always-open state with the inline option.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisableMobile","TypeName":"System.Boolean","Documentation":"\n \n If enabled, it disables the native input on mobile devices.\n \n ","Metadata":{"Common.PropertyName":"DisableMobile","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"StaticPicker","TypeName":"System.Boolean","Documentation":"\n \n If enabled, the calendar menu will be positioned as static.\n \n ","Metadata":{"Common.PropertyName":"StaticPicker","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func>","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DatePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker","Components.GenericTyped":"True"}},{"HashCode":957260945,"Kind":"Components.Component","Name":"Blazorise.DatePicker","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a date value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.DatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"InputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Blazorise.DateInputSelectionMode","IsEnum":true,"Documentation":"\n \n Defines the mode in which the dates can be selected.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputSelectionMode"}},{"Kind":"Components.Component","Name":"RangeSeparator","TypeName":"System.String","Documentation":"\n \n Overrides the range separator that is used to separate date values when is set to .\n \n ","Metadata":{"Common.PropertyName":"RangeSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Date","TypeName":"TValue","Documentation":"\n \n Gets or sets the input date value.\n \n ","Metadata":{"Common.PropertyName":"Date","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the date has changed.\n \n ","Metadata":{"Common.PropertyName":"DateChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the date value.\n \n ","Metadata":{"Common.PropertyName":"DateExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dates","TypeName":"System.Collections.Generic.IReadOnlyList","Documentation":"\n \n Gets or sets the input date value.\n \n ","Metadata":{"Common.PropertyName":"Dates","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyList","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DatesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Occurs when the date has changed.\n \n ","Metadata":{"Common.PropertyName":"DatesChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DatesExpression","TypeName":"System.Linq.Expressions.Expression>>","Documentation":"\n \n Gets or sets an expression that identifies the date value.\n \n ","Metadata":{"Common.PropertyName":"DatesExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTimeOffset?","Documentation":"\n \n The earliest date to accept.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.DateTimeOffset?"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTimeOffset?","Documentation":"\n \n The latest date to accept.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.DateTimeOffset?"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.DayOfWeek","IsEnum":true,"Documentation":"\n \n Defines the first day of the week.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek","Common.GloballyQualifiedTypeName":"global::System.DayOfWeek"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the display format of the date input.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TimeAs24hr","TypeName":"System.Boolean","Documentation":"\n \n Displays time picker in 24 hour mode without AM/PM selection when enabled.\n \n ","Metadata":{"Common.PropertyName":"TimeAs24hr","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisabledDates","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n List of disabled dates that the user should not be able to pick.\n \n ","Metadata":{"Common.PropertyName":"DisabledDates","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Display the calendar in an always-open state with the inline option.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisableMobile","TypeName":"System.Boolean","Documentation":"\n \n If enabled, it disables the native input on mobile devices.\n \n ","Metadata":{"Common.PropertyName":"DisableMobile","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"StaticPicker","TypeName":"System.Boolean","Documentation":"\n \n If enabled, the calendar menu will be positioned as static.\n \n ","Metadata":{"Common.PropertyName":"StaticPicker","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func>","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DatePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-498722904,"Kind":"Components.ChildContent","Name":"Blazorise.DatePicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"DatePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DatePicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1713523488,"Kind":"Components.ChildContent","Name":"Blazorise.DatePicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.DatePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DatePicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2027117241,"Kind":"Components.ChildContent","Name":"Blazorise.DatePicker.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DatePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DatePicker.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":603600556,"Kind":"Components.ChildContent","Name":"Blazorise.DatePicker.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DatePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DatePicker.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":318473544,"Kind":"Components.Component","Name":"Blazorise.Divider","AssemblyName":"Blazorise","Documentation":"\n \n A divider is a thin line that groups content in lists and layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Divider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DividerType","TypeName":"Blazorise.DividerType?","Documentation":"\n \n Defines the type and style of the divider.\n \n ","Metadata":{"Common.PropertyName":"DividerType","Common.GloballyQualifiedTypeName":"global::Blazorise.DividerType?"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the text of the divider when it's set as .\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Divider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Divider"}},{"HashCode":-542513815,"Kind":"Components.Component","Name":"Blazorise.Divider","AssemblyName":"Blazorise","Documentation":"\n \n A divider is a thin line that groups content in lists and layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Divider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DividerType","TypeName":"Blazorise.DividerType?","Documentation":"\n \n Defines the type and style of the divider.\n \n ","Metadata":{"Common.PropertyName":"DividerType","Common.GloballyQualifiedTypeName":"global::Blazorise.DividerType?"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the text of the divider when it's set as .\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Divider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Divider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":524695421,"Kind":"Components.Component","Name":"Blazorise.Dropdown","AssemblyName":"Blazorise","Documentation":"\n \n Dropdown is toggleable, contextual overlay for displaying lists of links and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dropdown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If true, a dropdown menu will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"RightAligned","TypeName":"System.Boolean","Documentation":"\n \n If true, a dropdown menu will be right aligned.\n \n ","Metadata":{"Common.PropertyName":"RightAligned","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n If true, dropdown would not react to button click.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Blazorise.Direction","IsEnum":true,"Documentation":"\n \n Dropdown-menu slide direction.\n \n ","Metadata":{"Common.PropertyName":"Direction","Common.GloballyQualifiedTypeName":"global::Blazorise.Direction"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the dropdown menu visibility has changed.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PositionStrategy","TypeName":"Blazorise.DropdownPositionStrategy","IsEnum":true,"Documentation":"\n \n Defines the positioning strategy of the dropdown menu as a 'floating' element.\n \n ","Metadata":{"Common.PropertyName":"PositionStrategy","Common.GloballyQualifiedTypeName":"global::Blazorise.DropdownPositionStrategy"}},{"Kind":"Components.Component","Name":"DropdownMenuTargetId","TypeName":"System.String","Documentation":"\n \n Provides an alternative, or custom anchor element id for the dropdown menu.\n This is useful when you want the dropdown menu to be anchored from a different element than the toggle.\n \n ","Metadata":{"Common.PropertyName":"DropdownMenuTargetId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Dropdown","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dropdown"}},{"HashCode":-680146207,"Kind":"Components.Component","Name":"Blazorise.Dropdown","AssemblyName":"Blazorise","Documentation":"\n \n Dropdown is toggleable, contextual overlay for displaying lists of links and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Dropdown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If true, a dropdown menu will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"RightAligned","TypeName":"System.Boolean","Documentation":"\n \n If true, a dropdown menu will be right aligned.\n \n ","Metadata":{"Common.PropertyName":"RightAligned","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n If true, dropdown would not react to button click.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Blazorise.Direction","IsEnum":true,"Documentation":"\n \n Dropdown-menu slide direction.\n \n ","Metadata":{"Common.PropertyName":"Direction","Common.GloballyQualifiedTypeName":"global::Blazorise.Direction"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the dropdown menu visibility has changed.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PositionStrategy","TypeName":"Blazorise.DropdownPositionStrategy","IsEnum":true,"Documentation":"\n \n Defines the positioning strategy of the dropdown menu as a 'floating' element.\n \n ","Metadata":{"Common.PropertyName":"PositionStrategy","Common.GloballyQualifiedTypeName":"global::Blazorise.DropdownPositionStrategy"}},{"Kind":"Components.Component","Name":"DropdownMenuTargetId","TypeName":"System.String","Documentation":"\n \n Provides an alternative, or custom anchor element id for the dropdown menu.\n This is useful when you want the dropdown menu to be anchored from a different element than the toggle.\n \n ","Metadata":{"Common.PropertyName":"DropdownMenuTargetId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Dropdown","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dropdown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-590941174,"Kind":"Components.ChildContent","Name":"Blazorise.Dropdown.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Dropdown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Dropdown.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dropdown","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":565039148,"Kind":"Components.ChildContent","Name":"Blazorise.Dropdown.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Dropdown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Dropdown.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dropdown","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1774063499,"Kind":"Components.Component","Name":"Blazorise.DropdownDivider","AssemblyName":"Blazorise","Documentation":"\n \n Divider that can be placed between 's.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropdownDivider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownDivider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownDivider"}},{"HashCode":2073242407,"Kind":"Components.Component","Name":"Blazorise.DropdownDivider","AssemblyName":"Blazorise","Documentation":"\n \n Divider that can be placed between 's.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DropdownDivider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownDivider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownDivider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1750735176,"Kind":"Components.Component","Name":"Blazorise.DropdownHeader","AssemblyName":"Blazorise","Documentation":"\n \n Add a header to label sections of actions in any dropdown menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropdownHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownHeader"}},{"HashCode":547010860,"Kind":"Components.Component","Name":"Blazorise.DropdownHeader","AssemblyName":"Blazorise","Documentation":"\n \n Add a header to label sections of actions in any dropdown menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DropdownHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-921139180,"Kind":"Components.ChildContent","Name":"Blazorise.DropdownHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropdownHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropdownHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownHeader","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":640400920,"Kind":"Components.ChildContent","Name":"Blazorise.DropdownHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DropdownHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropdownHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownHeader","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1751268170,"Kind":"Components.Component","Name":"Blazorise.DropdownItem","AssemblyName":"Blazorise","Documentation":"\n \n A menu item for the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropdownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Holds the item value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n Indicate the currently active item.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Indicate the currently disabled item.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n The dropdown renders a checkbox.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Documentation":"\n \n Tracks the Checked state whenever the DropdownItem is in checkbox mode.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the Checked state is changed, whenever the DropdownItem is in checkbox mode.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownItem"}},{"HashCode":1048976741,"Kind":"Components.Component","Name":"Blazorise.DropdownItem","AssemblyName":"Blazorise","Documentation":"\n \n A menu item for the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DropdownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Holds the item value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n Indicate the currently active item.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Indicate the currently disabled item.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n The dropdown renders a checkbox.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Documentation":"\n \n Tracks the Checked state whenever the DropdownItem is in checkbox mode.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the Checked state is changed, whenever the DropdownItem is in checkbox mode.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1122256310,"Kind":"Components.ChildContent","Name":"Blazorise.DropdownItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropdownItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropdownItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1923288828,"Kind":"Components.ChildContent","Name":"Blazorise.DropdownItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DropdownItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropdownItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1874639868,"Kind":"Components.Component","Name":"Blazorise.DropdownMenu","AssemblyName":"Blazorise","Documentation":"\n \n Main container for a menu that can contain or or more 's.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropdownMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxMenuHeight","TypeName":"System.String","Documentation":"\n \n Sets the maximum height of the dropdown menu.\n \n ","Metadata":{"Common.PropertyName":"MaxMenuHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownMenu","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownMenu"}},{"HashCode":-480687177,"Kind":"Components.Component","Name":"Blazorise.DropdownMenu","AssemblyName":"Blazorise","Documentation":"\n \n Main container for a menu that can contain or or more 's.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DropdownMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxMenuHeight","TypeName":"System.String","Documentation":"\n \n Sets the maximum height of the dropdown menu.\n \n ","Metadata":{"Common.PropertyName":"MaxMenuHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownMenu","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1188476678,"Kind":"Components.ChildContent","Name":"Blazorise.DropdownMenu.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropdownMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropdownMenu.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownMenu","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1352821189,"Kind":"Components.ChildContent","Name":"Blazorise.DropdownMenu.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DropdownMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropdownMenu.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownMenu","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1648933556,"Kind":"Components.Component","Name":"Blazorise.DropdownToggle","AssemblyName":"Blazorise","Documentation":"\n \n Toggles the dropdown menu visibility on or off.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropdownToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the dropdown color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Gets or sets the dropdown size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Outline","TypeName":"System.Boolean","Documentation":"\n \n Button outline.\n \n ","Metadata":{"Common.PropertyName":"Outline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Split","TypeName":"System.Boolean","Documentation":"\n \n Indicates that a toggle should act as a split button.\n \n ","Metadata":{"Common.PropertyName":"Split","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Makes the toggle element look inactive.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ToggleIconVisible","TypeName":"System.Boolean?","Documentation":"\n \n Gets or sets a value indicating whether the dropdown toggle icon is visible.\n \n \n true if [show toggle]; otherwise, false.\n \n Default: True\n ","Metadata":{"Common.PropertyName":"ToggleIconVisible","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the toggle button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownToggle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownToggle"}},{"HashCode":-1057946917,"Kind":"Components.Component","Name":"Blazorise.DropdownToggle","AssemblyName":"Blazorise","Documentation":"\n \n Toggles the dropdown menu visibility on or off.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DropdownToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the dropdown color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Gets or sets the dropdown size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Outline","TypeName":"System.Boolean","Documentation":"\n \n Button outline.\n \n ","Metadata":{"Common.PropertyName":"Outline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Split","TypeName":"System.Boolean","Documentation":"\n \n Indicates that a toggle should act as a split button.\n \n ","Metadata":{"Common.PropertyName":"Split","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Makes the toggle element look inactive.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ToggleIconVisible","TypeName":"System.Boolean?","Documentation":"\n \n Gets or sets a value indicating whether the dropdown toggle icon is visible.\n \n \n true if [show toggle]; otherwise, false.\n \n Default: True\n ","Metadata":{"Common.PropertyName":"ToggleIconVisible","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the toggle button is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropdownToggle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownToggle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1965441760,"Kind":"Components.ChildContent","Name":"Blazorise.DropdownToggle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropdownToggle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropdownToggle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownToggle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-475355256,"Kind":"Components.ChildContent","Name":"Blazorise.DropdownToggle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DropdownToggle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropdownToggle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownToggle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-25960665,"Kind":"Components.Component","Name":"Blazorise.DropContainer","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper component for the draggable items and dropzones.\n \n Type of the draggable item.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DropContainer component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Items that are used for the drag&drop withing the container.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemsFilter","TypeName":"System.Func","Documentation":"\n \n The method used to determine if the item belongs to the dropzone.\n \n ","Metadata":{"Common.PropertyName":"ItemsFilter","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The render method that is used to render the items withing the dropzone.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Callback that indicates that an item has been dropped on a drop zone. Should be used to update the \"status\" of the data item.\n \n ","Metadata":{"Common.PropertyName":"ItemDropped","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DropAllowed","TypeName":"System.Func","Documentation":"\n \n Determines if the item is allowed to be dropped to the specified zone.\n \n ","Metadata":{"Common.PropertyName":"DropAllowed","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DropAllowedClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied if dropping to the current zone is allowed.\n \n ","Metadata":{"Common.PropertyName":"DropAllowedClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DropNotAllowedClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied if dropping to the current zone is not allowed.\n \n ","Metadata":{"Common.PropertyName":"DropNotAllowedClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ApplyDropClassesOnDragStarted","TypeName":"System.Boolean","Documentation":"\n \n When true, or drop classes are applied as soon as a transaction has started.\n \n ","Metadata":{"Common.PropertyName":"ApplyDropClassesOnDragStarted","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ItemDisabled","TypeName":"System.Func","Documentation":"\n \n Determines if the item is disabled for dragging and dropping.\n \n ","Metadata":{"Common.PropertyName":"ItemDisabled","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisabledClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the dropzone if the result of is false.\n \n ","Metadata":{"Common.PropertyName":"DisabledClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DraggingClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the dropzone when the drag operation has started.\n \n ","Metadata":{"Common.PropertyName":"DraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ItemDraggingClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the drag item when it is being dragged.\n \n ","Metadata":{"Common.PropertyName":"ItemDraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropContainer","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropContainer","Components.GenericTyped":"True"}},{"HashCode":-482368392,"Kind":"Components.Component","Name":"Blazorise.DropContainer","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper component for the draggable items and dropzones.\n \n Type of the draggable item.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DropContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DropContainer component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Items that are used for the drag&drop withing the container.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemsFilter","TypeName":"System.Func","Documentation":"\n \n The method used to determine if the item belongs to the dropzone.\n \n ","Metadata":{"Common.PropertyName":"ItemsFilter","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The render method that is used to render the items withing the dropzone.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Callback that indicates that an item has been dropped on a drop zone. Should be used to update the \"status\" of the data item.\n \n ","Metadata":{"Common.PropertyName":"ItemDropped","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DropAllowed","TypeName":"System.Func","Documentation":"\n \n Determines if the item is allowed to be dropped to the specified zone.\n \n ","Metadata":{"Common.PropertyName":"DropAllowed","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DropAllowedClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied if dropping to the current zone is allowed.\n \n ","Metadata":{"Common.PropertyName":"DropAllowedClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DropNotAllowedClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied if dropping to the current zone is not allowed.\n \n ","Metadata":{"Common.PropertyName":"DropNotAllowedClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ApplyDropClassesOnDragStarted","TypeName":"System.Boolean","Documentation":"\n \n When true, or drop classes are applied as soon as a transaction has started.\n \n ","Metadata":{"Common.PropertyName":"ApplyDropClassesOnDragStarted","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ItemDisabled","TypeName":"System.Func","Documentation":"\n \n Determines if the item is disabled for dragging and dropping.\n \n ","Metadata":{"Common.PropertyName":"ItemDisabled","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisabledClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the dropzone if the result of is false.\n \n ","Metadata":{"Common.PropertyName":"DisabledClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DraggingClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the dropzone when the drag operation has started.\n \n ","Metadata":{"Common.PropertyName":"DraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ItemDraggingClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the drag item when it is being dragged.\n \n ","Metadata":{"Common.PropertyName":"ItemDraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropContainer","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropContainer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1585144258,"Kind":"Components.ChildContent","Name":"Blazorise.DropContainer.ItemTemplate","AssemblyName":"Blazorise","Documentation":"\n \n The render method that is used to render the items withing the dropzone.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"DropContainer"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropContainer.ItemTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropContainer","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-217716303,"Kind":"Components.ChildContent","Name":"Blazorise.DropContainer.ItemTemplate","AssemblyName":"Blazorise","Documentation":"\n \n The render method that is used to render the items withing the dropzone.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Blazorise.DropContainer"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropContainer.ItemTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropContainer","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1502804095,"Kind":"Components.ChildContent","Name":"Blazorise.DropContainer.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropContainer.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropContainer","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":207447379,"Kind":"Components.ChildContent","Name":"Blazorise.DropContainer.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DropContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropContainer.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropContainer","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1193213127,"Kind":"Components.Component","Name":"Blazorise.DropZone","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper component that are acting as a drop area for the drop items.\n \n Type of the draggable item.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropZone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DropZone component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique name of the dropzone.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ItemsFilter","TypeName":"System.Func","Documentation":"\n \n The method used to determine if the item belongs to the dropzone.\n \n ","Metadata":{"Common.PropertyName":"ItemsFilter","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The render method that is used to render the items withing the dropzone.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DropAllowed","TypeName":"System.Func","Documentation":"\n \n Determines if the item is allowed to be dropped to this zone.\n \n ","Metadata":{"Common.PropertyName":"DropAllowed","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DropAllowedClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied if dropping to the current zone is allowed.\n \n ","Metadata":{"Common.PropertyName":"DropAllowedClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DropNotAllowedClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied if dropping to the current zone is not allowed.\n \n ","Metadata":{"Common.PropertyName":"DropNotAllowedClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ApplyDropClassesOnDragStarted","TypeName":"System.Boolean?","Documentation":"\n \n When true, or drop classes are applied as soon as a transaction has started.\n \n ","Metadata":{"Common.PropertyName":"ApplyDropClassesOnDragStarted","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ItemDisabled","TypeName":"System.Func","Documentation":"\n \n Determines if the item is disabled for dragging and dropping.\n \n ","Metadata":{"Common.PropertyName":"ItemDisabled","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisabledClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the dropzone if the result of is false.\n \n ","Metadata":{"Common.PropertyName":"DisabledClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DraggingClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the dropzone when the drag operation has started.\n \n ","Metadata":{"Common.PropertyName":"DraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ItemDraggingClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the drag item when it is being dragged.\n \n ","Metadata":{"Common.PropertyName":"ItemDraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AllowReorder","TypeName":"System.Boolean","Documentation":"\n \n If true, the reordering of the items will be enabled.\n \n ","Metadata":{"Common.PropertyName":"AllowReorder","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"OnlyZone","TypeName":"System.Boolean","Documentation":"\n \n If true, will only act as a dropable zone and not render any items.\n \n ","Metadata":{"Common.PropertyName":"OnlyZone","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropZone","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropZone","Components.GenericTyped":"True"}},{"HashCode":1437594697,"Kind":"Components.Component","Name":"Blazorise.DropZone","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper component that are acting as a drop area for the drop items.\n \n Type of the draggable item.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DropZone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DropZone component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique name of the dropzone.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ItemsFilter","TypeName":"System.Func","Documentation":"\n \n The method used to determine if the item belongs to the dropzone.\n \n ","Metadata":{"Common.PropertyName":"ItemsFilter","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The render method that is used to render the items withing the dropzone.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DropAllowed","TypeName":"System.Func","Documentation":"\n \n Determines if the item is allowed to be dropped to this zone.\n \n ","Metadata":{"Common.PropertyName":"DropAllowed","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DropAllowedClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied if dropping to the current zone is allowed.\n \n ","Metadata":{"Common.PropertyName":"DropAllowedClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DropNotAllowedClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied if dropping to the current zone is not allowed.\n \n ","Metadata":{"Common.PropertyName":"DropNotAllowedClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ApplyDropClassesOnDragStarted","TypeName":"System.Boolean?","Documentation":"\n \n When true, or drop classes are applied as soon as a transaction has started.\n \n ","Metadata":{"Common.PropertyName":"ApplyDropClassesOnDragStarted","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ItemDisabled","TypeName":"System.Func","Documentation":"\n \n Determines if the item is disabled for dragging and dropping.\n \n ","Metadata":{"Common.PropertyName":"ItemDisabled","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisabledClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the dropzone if the result of is false.\n \n ","Metadata":{"Common.PropertyName":"DisabledClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DraggingClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the dropzone when the drag operation has started.\n \n ","Metadata":{"Common.PropertyName":"DraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ItemDraggingClass","TypeName":"System.String","Documentation":"\n \n Classname that is applied to the drag item when it is being dragged.\n \n ","Metadata":{"Common.PropertyName":"ItemDraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AllowReorder","TypeName":"System.Boolean","Documentation":"\n \n If true, the reordering of the items will be enabled.\n \n ","Metadata":{"Common.PropertyName":"AllowReorder","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"OnlyZone","TypeName":"System.Boolean","Documentation":"\n \n If true, will only act as a dropable zone and not render any items.\n \n ","Metadata":{"Common.PropertyName":"OnlyZone","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DropZone","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropZone","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1598962493,"Kind":"Components.ChildContent","Name":"Blazorise.DropZone.ItemTemplate","AssemblyName":"Blazorise","Documentation":"\n \n The render method that is used to render the items withing the dropzone.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"DropZone"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropZone.ItemTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropZone","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1575193229,"Kind":"Components.ChildContent","Name":"Blazorise.DropZone.ItemTemplate","AssemblyName":"Blazorise","Documentation":"\n \n The render method that is used to render the items withing the dropzone.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Blazorise.DropZone"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropZone.ItemTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropZone","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":526634105,"Kind":"Components.ChildContent","Name":"Blazorise.DropZone.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropZone"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropZone.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropZone","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1608403951,"Kind":"Components.ChildContent","Name":"Blazorise.DropZone.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DropZone"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DropZone.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropZone","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1507093104,"Kind":"Components.Component","Name":"Blazorise._Draggable","AssemblyName":"Blazorise","Documentation":"\n \n Internal component that represents the drag item used by the .\n \n Datatype of the item being dragged.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_Draggable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise._Draggable component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ZoneName","TypeName":"System.String","Documentation":"\n \n The dropzone name this this draggable belongs to.\n \n ","Metadata":{"Common.PropertyName":"ZoneName","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n The data that is represented by this item.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStarted","TypeName":"System.Func","Documentation":"\n \n An event that is raised when a drag operation has started.\n \n ","Metadata":{"Common.PropertyName":"DragStarted","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"DragEnded","TypeName":"System.Func","Documentation":"\n \n An event that is raised when a drag operation has ended.\n \n ","Metadata":{"Common.PropertyName":"DragEnded","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n If true, the draggable item canot be dragged.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisabledClass","TypeName":"System.String","Documentation":"\n \n The classname that is applied when is set to true.\n \n ","Metadata":{"Common.PropertyName":"DisabledClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DraggingClass","TypeName":"System.String","Documentation":"\n \n The classname that is applied when a dragging operation is in progress.\n \n ","Metadata":{"Common.PropertyName":"DraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines the index of the draggable item.\n \n ","Metadata":{"Common.PropertyName":"Index","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"HideContent","TypeName":"System.Boolean","Documentation":"\n \n If true, the item content will not be rendered.\n \n ","Metadata":{"Common.PropertyName":"HideContent","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._Draggable","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_Draggable","Components.GenericTyped":"True"}},{"HashCode":-1665607887,"Kind":"Components.Component","Name":"Blazorise._Draggable","AssemblyName":"Blazorise","Documentation":"\n \n Internal component that represents the drag item used by the .\n \n Datatype of the item being dragged.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise._Draggable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise._Draggable component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ZoneName","TypeName":"System.String","Documentation":"\n \n The dropzone name this this draggable belongs to.\n \n ","Metadata":{"Common.PropertyName":"ZoneName","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n The data that is represented by this item.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStarted","TypeName":"System.Func","Documentation":"\n \n An event that is raised when a drag operation has started.\n \n ","Metadata":{"Common.PropertyName":"DragStarted","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"DragEnded","TypeName":"System.Func","Documentation":"\n \n An event that is raised when a drag operation has ended.\n \n ","Metadata":{"Common.PropertyName":"DragEnded","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n If true, the draggable item canot be dragged.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisabledClass","TypeName":"System.String","Documentation":"\n \n The classname that is applied when is set to true.\n \n ","Metadata":{"Common.PropertyName":"DisabledClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DraggingClass","TypeName":"System.String","Documentation":"\n \n The classname that is applied when a dragging operation is in progress.\n \n ","Metadata":{"Common.PropertyName":"DraggingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines the index of the draggable item.\n \n ","Metadata":{"Common.PropertyName":"Index","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"HideContent","TypeName":"System.Boolean","Documentation":"\n \n If true, the item content will not be rendered.\n \n ","Metadata":{"Common.PropertyName":"HideContent","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._Draggable","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_Draggable","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1424031195,"Kind":"Components.ChildContent","Name":"Blazorise._Draggable.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"_Draggable"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise._Draggable.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_Draggable","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1826213845,"Kind":"Components.ChildContent","Name":"Blazorise._Draggable.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise._Draggable"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise._Draggable.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_Draggable","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1845764788,"Kind":"Components.Component","Name":"Blazorise.Dynamic","AssemblyName":"Blazorise","Documentation":"\n \n Component used to dynamically build a DOM element based on its name.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dynamic"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TagName","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the element to render.\n \n ","Metadata":{"Common.PropertyName":"TagName","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ElementRef","TypeName":"Microsoft.AspNetCore.Components.ElementReference","Documentation":"\n \n Gets or sets the element reference.\n \n ","Metadata":{"Common.PropertyName":"ElementRef","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.ElementReference"}},{"Kind":"Components.Component","Name":"ElementRefChanged","TypeName":"System.Action","Documentation":"\n \n Notifies us that the element reference has changed.\n \n ","Metadata":{"Common.PropertyName":"ElementRefChanged","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ClickPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Set to true if click event need to be prevented.\n \n ","Metadata":{"Common.PropertyName":"ClickPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ClickStopPropagation","TypeName":"System.Boolean","Documentation":"\n \n Set to true if click event need to be prevented from propagation.\n \n ","Metadata":{"Common.PropertyName":"ClickStopPropagation","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Dynamic","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dynamic"}},{"HashCode":166787658,"Kind":"Components.Component","Name":"Blazorise.Dynamic","AssemblyName":"Blazorise","Documentation":"\n \n Component used to dynamically build a DOM element based on its name.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Dynamic"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TagName","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the element to render.\n \n ","Metadata":{"Common.PropertyName":"TagName","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ElementRef","TypeName":"Microsoft.AspNetCore.Components.ElementReference","Documentation":"\n \n Gets or sets the element reference.\n \n ","Metadata":{"Common.PropertyName":"ElementRef","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.ElementReference"}},{"Kind":"Components.Component","Name":"ElementRefChanged","TypeName":"System.Action","Documentation":"\n \n Notifies us that the element reference has changed.\n \n ","Metadata":{"Common.PropertyName":"ElementRefChanged","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ClickPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Set to true if click event need to be prevented.\n \n ","Metadata":{"Common.PropertyName":"ClickPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ClickStopPropagation","TypeName":"System.Boolean","Documentation":"\n \n Set to true if click event need to be prevented from propagation.\n \n ","Metadata":{"Common.PropertyName":"ClickStopPropagation","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Dynamic","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dynamic","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1599529827,"Kind":"Components.ChildContent","Name":"Blazorise.Dynamic.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Dynamic"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Dynamic.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dynamic","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1532957077,"Kind":"Components.ChildContent","Name":"Blazorise.Dynamic.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Dynamic"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Dynamic.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dynamic","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":312519306,"Kind":"Components.Component","Name":"Blazorise.Field","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for form input components like label, text, button, etc.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Field"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Horizontal","TypeName":"System.Boolean","Documentation":"\n \n Aligns the controls for horizontal form.\n \n ","Metadata":{"Common.PropertyName":"Horizontal","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"JustifyContent","TypeName":"Blazorise.JustifyContent","IsEnum":true,"Documentation":"\n \n Aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).\n \n ","Metadata":{"Common.PropertyName":"JustifyContent","Common.GloballyQualifiedTypeName":"global::Blazorise.JustifyContent"}},{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Field","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Field"}},{"HashCode":294155495,"Kind":"Components.Component","Name":"Blazorise.Field","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for form input components like label, text, button, etc.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Field"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Horizontal","TypeName":"System.Boolean","Documentation":"\n \n Aligns the controls for horizontal form.\n \n ","Metadata":{"Common.PropertyName":"Horizontal","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"JustifyContent","TypeName":"Blazorise.JustifyContent","IsEnum":true,"Documentation":"\n \n Aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).\n \n ","Metadata":{"Common.PropertyName":"JustifyContent","Common.GloballyQualifiedTypeName":"global::Blazorise.JustifyContent"}},{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Field","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Field","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-591012606,"Kind":"Components.ChildContent","Name":"Blazorise.Field.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Field"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Field.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Field","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-466728212,"Kind":"Components.ChildContent","Name":"Blazorise.Field.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Field"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Field.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Field","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-361099540,"Kind":"Components.Component","Name":"Blazorise.FieldBody","AssemblyName":"Blazorise","Documentation":"\n \n Container for input components when has set to true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FieldBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldBody"}},{"HashCode":36379228,"Kind":"Components.Component","Name":"Blazorise.FieldBody","AssemblyName":"Blazorise","Documentation":"\n \n Container for input components when has set to true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.FieldBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FieldBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1827418633,"Kind":"Components.ChildContent","Name":"Blazorise.FieldBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FieldBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FieldBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldBody","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-297251980,"Kind":"Components.ChildContent","Name":"Blazorise.FieldBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.FieldBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FieldBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldBody","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2046746098,"Kind":"Components.Component","Name":"Blazorise.FieldHelp","AssemblyName":"Blazorise","Documentation":"\n \n Sets the field help-text positioned bellow the field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldHelp"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FieldHelp","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldHelp"}},{"HashCode":-1413007708,"Kind":"Components.Component","Name":"Blazorise.FieldHelp","AssemblyName":"Blazorise","Documentation":"\n \n Sets the field help-text positioned bellow the field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.FieldHelp"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FieldHelp","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldHelp","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1226805822,"Kind":"Components.ChildContent","Name":"Blazorise.FieldHelp.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FieldHelp"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FieldHelp.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldHelp","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-295211693,"Kind":"Components.ChildContent","Name":"Blazorise.FieldHelp.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.FieldHelp"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FieldHelp.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldHelp","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1697970151,"Kind":"Components.Component","Name":"Blazorise.FieldLabel","AssemblyName":"Blazorise","Documentation":"\n \n Label for a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"For","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID of an element that this label belongs to.\n \n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"RequiredIndicator","TypeName":"System.Boolean","Documentation":"\n \n If defined, a required indicator will be shown next to the label.\n \n ","Metadata":{"Common.PropertyName":"RequiredIndicator","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Screenreader","TypeName":"Blazorise.Screenreader","IsEnum":true,"Documentation":"\n \n Defines the visibility for screen readers.\n \n ","Metadata":{"Common.PropertyName":"Screenreader","Common.GloballyQualifiedTypeName":"global::Blazorise.Screenreader"}},{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FieldLabel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldLabel"}},{"HashCode":466978858,"Kind":"Components.Component","Name":"Blazorise.FieldLabel","AssemblyName":"Blazorise","Documentation":"\n \n Label for a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.FieldLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"For","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID of an element that this label belongs to.\n \n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"RequiredIndicator","TypeName":"System.Boolean","Documentation":"\n \n If defined, a required indicator will be shown next to the label.\n \n ","Metadata":{"Common.PropertyName":"RequiredIndicator","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Screenreader","TypeName":"Blazorise.Screenreader","IsEnum":true,"Documentation":"\n \n Defines the visibility for screen readers.\n \n ","Metadata":{"Common.PropertyName":"Screenreader","Common.GloballyQualifiedTypeName":"global::Blazorise.Screenreader"}},{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FieldLabel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1777846412,"Kind":"Components.ChildContent","Name":"Blazorise.FieldLabel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FieldLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FieldLabel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldLabel","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1953922861,"Kind":"Components.ChildContent","Name":"Blazorise.FieldLabel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.FieldLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FieldLabel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FieldLabel","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-598012800,"Kind":"Components.Component","Name":"Blazorise.Fields","AssemblyName":"Blazorise","Documentation":"\n \n Container for multiple component that needs to be placed in a flexbox grid row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Fields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets the field label.\n \n ","Metadata":{"Common.PropertyName":"Label","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Help","TypeName":"System.String","Documentation":"\n \n Sets the field help-text positioned bellow the field.\n \n ","Metadata":{"Common.PropertyName":"Help","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Fields","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Fields"}},{"HashCode":1076441181,"Kind":"Components.Component","Name":"Blazorise.Fields","AssemblyName":"Blazorise","Documentation":"\n \n Container for multiple component that needs to be placed in a flexbox grid row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Fields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets the field label.\n \n ","Metadata":{"Common.PropertyName":"Label","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Help","TypeName":"System.String","Documentation":"\n \n Sets the field help-text positioned bellow the field.\n \n ","Metadata":{"Common.PropertyName":"Help","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column sizes.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Fields","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Fields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1355633284,"Kind":"Components.ChildContent","Name":"Blazorise.Fields.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Fields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Fields.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Fields","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-802337596,"Kind":"Components.ChildContent","Name":"Blazorise.Fields.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Fields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Fields.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Fields","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":791947518,"Kind":"Components.Component","Name":"Blazorise.Figure","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for piece of content like images, than can display optional caption.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Figure"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.FigureSize","IsEnum":true,"Documentation":"\n \n Gets or sets the figure size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.FigureSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Figure","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Figure"}},{"HashCode":-469592697,"Kind":"Components.Component","Name":"Blazorise.Figure","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for piece of content like images, than can display optional caption.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Figure"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.FigureSize","IsEnum":true,"Documentation":"\n \n Gets or sets the figure size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.FigureSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Figure","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Figure","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":118050827,"Kind":"Components.ChildContent","Name":"Blazorise.Figure.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Figure"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Figure.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Figure","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1058391281,"Kind":"Components.ChildContent","Name":"Blazorise.Figure.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Figure"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Figure.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Figure","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-875639303,"Kind":"Components.Component","Name":"Blazorise.FigureCaption","AssemblyName":"Blazorise","Documentation":"\n \n Optional caption for a image.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FigureCaption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FigureCaption","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FigureCaption"}},{"HashCode":-98805957,"Kind":"Components.Component","Name":"Blazorise.FigureCaption","AssemblyName":"Blazorise","Documentation":"\n \n Optional caption for a image.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.FigureCaption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FigureCaption","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FigureCaption","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":475377363,"Kind":"Components.ChildContent","Name":"Blazorise.FigureCaption.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FigureCaption"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FigureCaption.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FigureCaption","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1926988088,"Kind":"Components.ChildContent","Name":"Blazorise.FigureCaption.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.FigureCaption"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FigureCaption.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FigureCaption","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2118672808,"Kind":"Components.Component","Name":"Blazorise.FigureImage","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for a image.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FigureImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n The absolute or relative URL of the image.\n \n ","Metadata":{"Common.PropertyName":"Source","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AlternateText","TypeName":"System.String","Documentation":"\n \n Alternate text for an image.\n \n ","Metadata":{"Common.PropertyName":"AlternateText","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Rounded","TypeName":"System.Boolean","Documentation":"\n \n True if container should have a rounded corners.\n \n ","Metadata":{"Common.PropertyName":"Rounded","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FigureImage","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FigureImage"}},{"HashCode":265123724,"Kind":"Components.Component","Name":"Blazorise.FigureImage","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for a image.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.FigureImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n The absolute or relative URL of the image.\n \n ","Metadata":{"Common.PropertyName":"Source","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AlternateText","TypeName":"System.String","Documentation":"\n \n Alternate text for an image.\n \n ","Metadata":{"Common.PropertyName":"AlternateText","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Rounded","TypeName":"System.Boolean","Documentation":"\n \n True if container should have a rounded corners.\n \n ","Metadata":{"Common.PropertyName":"Rounded","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FigureImage","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FigureImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1977459078,"Kind":"Components.Component","Name":"Blazorise.FileEdit","AssemblyName":"Blazorise","Documentation":"\n \n Input component with support for single of multi file upload.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Enables the multiple file selection.\n \n ","Metadata":{"Common.PropertyName":"Multiple","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Directory","TypeName":"System.Boolean","Documentation":"\n \n Gets or Sets whether file picker should upload directories.\n \n ","Metadata":{"Common.PropertyName":"Directory","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty file input.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the types of files that the input accepts. https://www.w3schools.com/tags/att_input_accept.asp\"\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaxChunkSize","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the max chunk size when uploading the file.\n Take note that if you're using you're provided with a stream and should configure the chunk size when handling with the stream.\n \n \n https://docs.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-dotnet-from-javascript?view=aspnetcore-6.0#stream-from-javascript-to-net\n \n ","Metadata":{"Common.PropertyName":"MaxChunkSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int64","Documentation":"\n \n Maximum file size in bytes, checked before starting upload (note: never trust client, always check file\n size at server-side). Defaults to .\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize","Common.GloballyQualifiedTypeName":"global::System.Int64"}},{"Kind":"Components.Component","Name":"SegmentFetchTimeout","TypeName":"System.TimeSpan","Documentation":"\n \n Gets or sets the Segment Fetch Timeout when uploading the file.\n \n ","Metadata":{"Common.PropertyName":"SegmentFetchTimeout","Common.GloballyQualifiedTypeName":"global::System.TimeSpan"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the selected file has changed, including when the reset operation is executed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Started","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has started.\n \n ","Metadata":{"Common.PropertyName":"Started","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Ended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has ended.\n \n ","Metadata":{"Common.PropertyName":"Ended","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Written","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the part of file has being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Written","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Notifies the progress of file being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Progressed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoReset","TypeName":"System.Boolean","Documentation":"\n \n If true file input will be automatically reset after it has being uploaded.\n \n ","Metadata":{"Common.PropertyName":"AutoReset","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"BrowseButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization that will override a default .\n \n ","Metadata":{"Common.PropertyName":"BrowseButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"DisableProgressReport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether report progress should be disabled. By enabling this setting, Progressed and Written callbacks won't be called. Internal file progress won't be tracked.\n This setting can speed up file transfer considerably.\n \n ","Metadata":{"Common.PropertyName":"DisableProgressReport","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FileEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FileEdit"}},{"HashCode":16673927,"Kind":"Components.Component","Name":"Blazorise.FileEdit","AssemblyName":"Blazorise","Documentation":"\n \n Input component with support for single of multi file upload.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.FileEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Enables the multiple file selection.\n \n ","Metadata":{"Common.PropertyName":"Multiple","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Directory","TypeName":"System.Boolean","Documentation":"\n \n Gets or Sets whether file picker should upload directories.\n \n ","Metadata":{"Common.PropertyName":"Directory","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty file input.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the types of files that the input accepts. https://www.w3schools.com/tags/att_input_accept.asp\"\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaxChunkSize","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the max chunk size when uploading the file.\n Take note that if you're using you're provided with a stream and should configure the chunk size when handling with the stream.\n \n \n https://docs.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-dotnet-from-javascript?view=aspnetcore-6.0#stream-from-javascript-to-net\n \n ","Metadata":{"Common.PropertyName":"MaxChunkSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int64","Documentation":"\n \n Maximum file size in bytes, checked before starting upload (note: never trust client, always check file\n size at server-side). Defaults to .\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize","Common.GloballyQualifiedTypeName":"global::System.Int64"}},{"Kind":"Components.Component","Name":"SegmentFetchTimeout","TypeName":"System.TimeSpan","Documentation":"\n \n Gets or sets the Segment Fetch Timeout when uploading the file.\n \n ","Metadata":{"Common.PropertyName":"SegmentFetchTimeout","Common.GloballyQualifiedTypeName":"global::System.TimeSpan"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the selected file has changed, including when the reset operation is executed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Started","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has started.\n \n ","Metadata":{"Common.PropertyName":"Started","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Ended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has ended.\n \n ","Metadata":{"Common.PropertyName":"Ended","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Written","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the part of file has being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Written","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Notifies the progress of file being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Progressed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoReset","TypeName":"System.Boolean","Documentation":"\n \n If true file input will be automatically reset after it has being uploaded.\n \n ","Metadata":{"Common.PropertyName":"AutoReset","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"BrowseButtonLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization that will override a default .\n \n ","Metadata":{"Common.PropertyName":"BrowseButtonLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"DisableProgressReport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether report progress should be disabled. By enabling this setting, Progressed and Written callbacks won't be called. Internal file progress won't be tracked.\n This setting can speed up file transfer considerably.\n \n ","Metadata":{"Common.PropertyName":"DisableProgressReport","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FileEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FileEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97191749,"Kind":"Components.ChildContent","Name":"Blazorise.FileEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"FileEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FileEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FileEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1762490182,"Kind":"Components.ChildContent","Name":"Blazorise.FileEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.FileEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FileEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FileEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1296166880,"Kind":"Components.ChildContent","Name":"Blazorise.FileEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FileEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FileEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-747092182,"Kind":"Components.ChildContent","Name":"Blazorise.FileEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.FileEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FileEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FileEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":684406608,"Kind":"Components.Component","Name":"Blazorise.FilePicker","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper component build upon component providing extra file uploading features.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Enables the multiple file selection.\n \n ","Metadata":{"Common.PropertyName":"Multiple","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty file input.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the types of files that the input accepts. https://www.w3schools.com/tags/att_input_accept.asp\"\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaxChunkSize","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the max chunk size when uploading the file.\n \n ","Metadata":{"Common.PropertyName":"MaxChunkSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int64","Documentation":"\n \n Maximum file size in bytes, checked before starting upload (note: never trust client, always check file\n size at server-side). Defaults to .\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize","Common.GloballyQualifiedTypeName":"global::System.Int64"}},{"Kind":"Components.Component","Name":"SegmentFetchTimeout","TypeName":"System.TimeSpan","Documentation":"\n \n Gets or sets the Segment Fetch Timeout when uploading the file.\n \n ","Metadata":{"Common.PropertyName":"SegmentFetchTimeout","Common.GloballyQualifiedTypeName":"global::System.TimeSpan"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the selected file has changed, including when the reset operation is executed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Started","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has started.\n \n ","Metadata":{"Common.PropertyName":"Started","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Ended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has ended.\n \n ","Metadata":{"Common.PropertyName":"Ended","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Written","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the part of file has being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Written","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Notifies the progress of file being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Progressed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs once the FilePicker's Upload is triggered for every file.\n \n ","Metadata":{"Common.PropertyName":"Upload","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoReset","TypeName":"System.Boolean","Documentation":"\n \n If true file input will be automatically reset after it has being uploaded.\n \n ","Metadata":{"Common.PropertyName":"AutoReset","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FilePickerLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization that will override a default .\n \n ","Metadata":{"Common.PropertyName":"FilePickerLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FileTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Provides a custom file content.\n \n ","Metadata":{"Common.PropertyName":"FileTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Provides a custom content for upload, clear and cancel buttons.\n \n ","Metadata":{"Common.PropertyName":"ButtonsTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowMode","TypeName":"Blazorise.FilePickerShowMode","IsEnum":true,"Documentation":"\n \n Gets or Sets FilePicker's show mode.\n Defaults to \n \n ","Metadata":{"Common.PropertyName":"ShowMode","Common.GloballyQualifiedTypeName":"global::Blazorise.FilePickerShowMode"}},{"Kind":"Components.Component","Name":"DisableProgressReport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether report progress should be disabled. By enabling this setting, Progressed and Written callbacks won't be called. Internal file progress won't be tracked.\n This setting can speed up file transfer considerably.\n \n ","Metadata":{"Common.PropertyName":"DisableProgressReport","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Directory","TypeName":"System.Boolean","Documentation":"\n \n Gets or Sets whether file picker should upload directories.\n \n ","Metadata":{"Common.PropertyName":"Directory","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FilePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker"}},{"HashCode":1335860249,"Kind":"Components.Component","Name":"Blazorise.FilePicker","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper component build upon component providing extra file uploading features.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.FilePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Enables the multiple file selection.\n \n ","Metadata":{"Common.PropertyName":"Multiple","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty file input.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the types of files that the input accepts. https://www.w3schools.com/tags/att_input_accept.asp\"\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaxChunkSize","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the max chunk size when uploading the file.\n \n ","Metadata":{"Common.PropertyName":"MaxChunkSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int64","Documentation":"\n \n Maximum file size in bytes, checked before starting upload (note: never trust client, always check file\n size at server-side). Defaults to .\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize","Common.GloballyQualifiedTypeName":"global::System.Int64"}},{"Kind":"Components.Component","Name":"SegmentFetchTimeout","TypeName":"System.TimeSpan","Documentation":"\n \n Gets or sets the Segment Fetch Timeout when uploading the file.\n \n ","Metadata":{"Common.PropertyName":"SegmentFetchTimeout","Common.GloballyQualifiedTypeName":"global::System.TimeSpan"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the selected file has changed, including when the reset operation is executed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Started","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has started.\n \n ","Metadata":{"Common.PropertyName":"Started","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Ended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when an individual file upload has ended.\n \n ","Metadata":{"Common.PropertyName":"Ended","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Written","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs every time the part of file has being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Written","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Notifies the progress of file being written to the destination stream.\n \n ","Metadata":{"Common.PropertyName":"Progressed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs once the FilePicker's Upload is triggered for every file.\n \n ","Metadata":{"Common.PropertyName":"Upload","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AutoReset","TypeName":"System.Boolean","Documentation":"\n \n If true file input will be automatically reset after it has being uploaded.\n \n ","Metadata":{"Common.PropertyName":"AutoReset","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FilePickerLocalizer","TypeName":"Blazorise.Localization.TextLocalizerHandler","Documentation":"\n \n Function used to handle custom localization that will override a default .\n \n ","Metadata":{"Common.PropertyName":"FilePickerLocalizer","Common.GloballyQualifiedTypeName":"global::Blazorise.Localization.TextLocalizerHandler","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FileTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Provides a custom file content.\n \n ","Metadata":{"Common.PropertyName":"FileTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Provides a custom content for upload, clear and cancel buttons.\n \n ","Metadata":{"Common.PropertyName":"ButtonsTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowMode","TypeName":"Blazorise.FilePickerShowMode","IsEnum":true,"Documentation":"\n \n Gets or Sets FilePicker's show mode.\n Defaults to \n \n ","Metadata":{"Common.PropertyName":"ShowMode","Common.GloballyQualifiedTypeName":"global::Blazorise.FilePickerShowMode"}},{"Kind":"Components.Component","Name":"DisableProgressReport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether report progress should be disabled. By enabling this setting, Progressed and Written callbacks won't be called. Internal file progress won't be tracked.\n This setting can speed up file transfer considerably.\n \n ","Metadata":{"Common.PropertyName":"DisableProgressReport","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Directory","TypeName":"System.Boolean","Documentation":"\n \n Gets or Sets whether file picker should upload directories.\n \n ","Metadata":{"Common.PropertyName":"Directory","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FilePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":543623442,"Kind":"Components.ChildContent","Name":"Blazorise.FilePicker.ChildTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildTemplate","ParentTag":"FilePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FilePicker.ChildTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-769981824,"Kind":"Components.ChildContent","Name":"Blazorise.FilePicker.ChildTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildTemplate","ParentTag":"Blazorise.FilePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FilePicker.ChildTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1176801822,"Kind":"Components.ChildContent","Name":"Blazorise.FilePicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"FilePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FilePicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1362770104,"Kind":"Components.ChildContent","Name":"Blazorise.FilePicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.FilePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FilePicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-88152520,"Kind":"Components.ChildContent","Name":"Blazorise.FilePicker.FileTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Provides a custom file content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileTemplate","ParentTag":"FilePicker"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FileTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FilePicker.FileTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":639195298,"Kind":"Components.ChildContent","Name":"Blazorise.FilePicker.FileTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Provides a custom file content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileTemplate","ParentTag":"Blazorise.FilePicker"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FileTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FilePicker.FileTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-485377719,"Kind":"Components.ChildContent","Name":"Blazorise.FilePicker.ButtonsTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Provides a custom content for upload, clear and cancel buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonsTemplate","ParentTag":"FilePicker"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ButtonsTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FilePicker.ButtonsTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":973607263,"Kind":"Components.ChildContent","Name":"Blazorise.FilePicker.ButtonsTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Provides a custom content for upload, clear and cancel buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonsTemplate","ParentTag":"Blazorise.FilePicker"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ButtonsTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FilePicker.ButtonsTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FilePicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1816347605,"Kind":"Components.Component","Name":"Blazorise._FilePickerConfirmModal","AssemblyName":"Blazorise","Documentation":"\n \n Internal confirmation dialog used by the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_FilePickerConfirmModal"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._FilePickerConfirmModal","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_FilePickerConfirmModal"}},{"HashCode":-275180974,"Kind":"Components.Component","Name":"Blazorise._FilePickerConfirmModal","AssemblyName":"Blazorise","Documentation":"\n \n Internal confirmation dialog used by the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise._FilePickerConfirmModal"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._FilePickerConfirmModal","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_FilePickerConfirmModal","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1396018431,"Kind":"Components.Component","Name":"Blazorise.FocusTrap","AssemblyName":"Blazorise","Documentation":"\n \n The focus trap component allows to restrict TAB key navigation inside the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FocusTrap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n If true the TAB focus will be activated.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FocusTrap","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FocusTrap"}},{"HashCode":-1936354802,"Kind":"Components.Component","Name":"Blazorise.FocusTrap","AssemblyName":"Blazorise","Documentation":"\n \n The focus trap component allows to restrict TAB key navigation inside the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.FocusTrap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n If true the TAB focus will be activated.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.FocusTrap","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FocusTrap","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1367638759,"Kind":"Components.ChildContent","Name":"Blazorise.FocusTrap.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FocusTrap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FocusTrap.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FocusTrap","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-502731483,"Kind":"Components.ChildContent","Name":"Blazorise.FocusTrap.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.FocusTrap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.FocusTrap.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"FocusTrap","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2056673277,"Kind":"Components.Component","Name":"Blazorise.Form","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for a regular html form element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Form"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Form","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Form"}},{"HashCode":955351741,"Kind":"Components.Component","Name":"Blazorise.Form","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for a regular html form element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Form"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Form","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Form","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":249402577,"Kind":"Components.ChildContent","Name":"Blazorise.Form.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Form"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Form.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Form","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-186207533,"Kind":"Components.ChildContent","Name":"Blazorise.Form.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Form"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Form.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Form","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2092805669,"Kind":"Components.Component","Name":"Blazorise.Grid","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper that represents a row in a css grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Grid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Rows","TypeName":"Blazorise.IFluentGridRows","Documentation":"\n \n Defines the number of rows to show in a grid.\n \n ","Metadata":{"Common.PropertyName":"Rows","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGridRows"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Blazorise.IFluentGridColumns","Documentation":"\n \n Defines the number of columns to show in a grid.\n \n ","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGridColumns"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Grid","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Grid"}},{"HashCode":-1729381739,"Kind":"Components.Component","Name":"Blazorise.Grid","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper that represents a row in a css grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Grid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Rows","TypeName":"Blazorise.IFluentGridRows","Documentation":"\n \n Defines the number of rows to show in a grid.\n \n ","Metadata":{"Common.PropertyName":"Rows","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGridRows"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Blazorise.IFluentGridColumns","Documentation":"\n \n Defines the number of columns to show in a grid.\n \n ","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGridColumns"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Grid","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Grid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1888780271,"Kind":"Components.ChildContent","Name":"Blazorise.Grid.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Grid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Grid.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Grid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-734672401,"Kind":"Components.ChildContent","Name":"Blazorise.Grid.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Grid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Grid.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Grid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-475025706,"Kind":"Components.Component","Name":"Blazorise.Help","AssemblyName":"Blazorise","Documentation":"\n \n Help text for text inside of form.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Help"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Help","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Help"}},{"HashCode":-955224619,"Kind":"Components.Component","Name":"Blazorise.Help","AssemblyName":"Blazorise","Documentation":"\n \n Help text for text inside of form.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Help"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Help","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Help","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2082948870,"Kind":"Components.ChildContent","Name":"Blazorise.Help.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Help"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Help.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Help","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-383146868,"Kind":"Components.ChildContent","Name":"Blazorise.Help.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Help"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Help.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Help","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":490454925,"Kind":"Components.Component","Name":"Blazorise.Highlighter","AssemblyName":"Blazorise","Documentation":"\n \n Highlights the part of the text based on a search term.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Highlighter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n The whole text in which a will be highlighted.\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HighlightedText","TypeName":"System.String","Documentation":"\n \n The search term to be highlighted.\n \n ","Metadata":{"Common.PropertyName":"HighlightedText","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaseSensitive","TypeName":"System.Boolean","Documentation":"\n \n Whether or not the search term will be case sensitive.\n \n ","Metadata":{"Common.PropertyName":"CaseSensitive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"NextBoundary","TypeName":"System.String","Documentation":"\n \n A regex expression used for searching the word boundaries.\n \n ","Metadata":{"Common.PropertyName":"NextBoundary","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"UntilNextBoundary","TypeName":"System.Boolean","Documentation":"\n \n If true, highlights the text until the next word boundary.\n \n ","Metadata":{"Common.PropertyName":"UntilNextBoundary","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Highlighter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Highlighter"}},{"HashCode":-1871504525,"Kind":"Components.Component","Name":"Blazorise.Highlighter","AssemblyName":"Blazorise","Documentation":"\n \n Highlights the part of the text based on a search term.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Highlighter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n The whole text in which a will be highlighted.\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HighlightedText","TypeName":"System.String","Documentation":"\n \n The search term to be highlighted.\n \n ","Metadata":{"Common.PropertyName":"HighlightedText","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaseSensitive","TypeName":"System.Boolean","Documentation":"\n \n Whether or not the search term will be case sensitive.\n \n ","Metadata":{"Common.PropertyName":"CaseSensitive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"NextBoundary","TypeName":"System.String","Documentation":"\n \n A regex expression used for searching the word boundaries.\n \n ","Metadata":{"Common.PropertyName":"NextBoundary","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"UntilNextBoundary","TypeName":"System.Boolean","Documentation":"\n \n If true, highlights the text until the next word boundary.\n \n ","Metadata":{"Common.PropertyName":"UntilNextBoundary","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Highlighter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Highlighter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1007980786,"Kind":"Components.Component","Name":"Blazorise.Icon","AssemblyName":"Blazorise","Documentation":"\n \n Container for any type of icon font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Icon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.Object","Documentation":"\n \n Icon name that can be either a string or .\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"IconStyle","TypeName":"Blazorise.IconStyle?","Documentation":"\n \n Suggested icon style.\n \n ","Metadata":{"Common.PropertyName":"IconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle?"}},{"Kind":"Components.Component","Name":"IconSize","TypeName":"Blazorise.IconSize?","Documentation":"\n \n Defines the icon size.\n \n ","Metadata":{"Common.PropertyName":"IconSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IconSize?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the icon is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the mouse has entered the icon area.\n \n ","Metadata":{"Common.PropertyName":"MouseOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the mouse has left the icon area.\n \n ","Metadata":{"Common.PropertyName":"MouseOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Icon","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Icon"}},{"HashCode":-1126225387,"Kind":"Components.Component","Name":"Blazorise.Icon","AssemblyName":"Blazorise","Documentation":"\n \n Container for any type of icon font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Icon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.Object","Documentation":"\n \n Icon name that can be either a string or .\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"IconStyle","TypeName":"Blazorise.IconStyle?","Documentation":"\n \n Suggested icon style.\n \n ","Metadata":{"Common.PropertyName":"IconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle?"}},{"Kind":"Components.Component","Name":"IconSize","TypeName":"Blazorise.IconSize?","Documentation":"\n \n Defines the icon size.\n \n ","Metadata":{"Common.PropertyName":"IconSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IconSize?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the icon is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the mouse has entered the icon area.\n \n ","Metadata":{"Common.PropertyName":"MouseOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the mouse has left the icon area.\n \n ","Metadata":{"Common.PropertyName":"MouseOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Icon","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Icon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":944062202,"Kind":"Components.Component","Name":"Blazorise.Image","AssemblyName":"Blazorise","Documentation":"\n \n Container for an image element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Image"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n The absolute or relative URL of the image.\n \n ","Metadata":{"Common.PropertyName":"Source","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Alternate text for an image.\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Fluid","TypeName":"System.Boolean","Documentation":"\n \n Forces an image to take up the whole width.\n \n ","Metadata":{"Common.PropertyName":"Fluid","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n Deffers loading the image until it reaches a calculated distance from the viewport.\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Image","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Image"}},{"HashCode":-1953632496,"Kind":"Components.Component","Name":"Blazorise.Image","AssemblyName":"Blazorise","Documentation":"\n \n Container for an image element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Image"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n The absolute or relative URL of the image.\n \n ","Metadata":{"Common.PropertyName":"Source","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Alternate text for an image.\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Fluid","TypeName":"System.Boolean","Documentation":"\n \n Forces an image to take up the whole width.\n \n ","Metadata":{"Common.PropertyName":"Fluid","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n Deffers loading the image until it reaches a calculated distance from the viewport.\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Image","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Image","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1041996083,"Kind":"Components.Component","Name":"Blazorise.Inline","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for horizontally stacked input components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Inline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Inline","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Inline"}},{"HashCode":1760631837,"Kind":"Components.Component","Name":"Blazorise.Inline","AssemblyName":"Blazorise","Documentation":"\n \n Wrapper for horizontally stacked input components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Inline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Inline","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Inline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":963823652,"Kind":"Components.ChildContent","Name":"Blazorise.Inline.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Inline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Inline.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Inline","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1200206570,"Kind":"Components.ChildContent","Name":"Blazorise.Inline.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Inline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Inline.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Inline","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1409755281,"Kind":"Components.Component","Name":"Blazorise.InputMask","AssemblyName":"Blazorise","Documentation":"\n \n Format input text content when you are typing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputMask"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the input time value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the time has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the time field.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Documentation":"\n \n The mask to use for the input.\n \n ","Metadata":{"Common.PropertyName":"Mask","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Regex","TypeName":"System.String","Documentation":"\n \n Use a regular expression as a mask.\n \n ","Metadata":{"Common.PropertyName":"Regex","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Alias","TypeName":"System.String","Documentation":"\n \n With an alias, you can define a complex mask definition and call it by using an alias name.\n So this is mainly to simplify the use of your masks. Some aliases found in the extensions are email,\n currency, decimal, integer, date, DateTime, dd/mm/yyyy, etc.\n \n ","Metadata":{"Common.PropertyName":"Alias","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"InputFormat","TypeName":"System.String","Documentation":"\n \n Defines the input format when the is used.\n \n ","Metadata":{"Common.PropertyName":"InputFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"OutputFormat","TypeName":"System.String","Documentation":"\n \n Defines the output format of the when the is used.\n \n ","Metadata":{"Common.PropertyName":"OutputFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ShowMaskOnFocus","TypeName":"System.Boolean","Documentation":"\n \n Shows the mask when the input gets focus. (default = true)\n \n ","Metadata":{"Common.PropertyName":"ShowMaskOnFocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowMaskOnHover","TypeName":"System.Boolean","Documentation":"\n \n Shows the mask when hovering the mouse. (default = true)\n \n ","Metadata":{"Common.PropertyName":"ShowMaskOnHover","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"NumericInput","TypeName":"System.Boolean","Documentation":"\n \n Numeric input direction. Keeps the caret at the end.\n \n ","Metadata":{"Common.PropertyName":"NumericInput","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"RightAlign","TypeName":"System.Boolean","Documentation":"\n \n Align the input to the right.\n \n \n By setting the rightAlign you can specify to right-align an inputmask. This is only applied\n in combination op the numericInput option or the dir-attribute. The default is true.\n \n ","Metadata":{"Common.PropertyName":"RightAlign","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n Define the decimal separator (numeric mode only).\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSeparator","TypeName":"System.String","Documentation":"\n \n Define the group separator (numeric mode only).\n \n ","Metadata":{"Common.PropertyName":"GroupSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Nullable","TypeName":"System.Boolean","Documentation":"\n \n Return nothing when the user hasn't entered anything. Default: false.\n \n ","Metadata":{"Common.PropertyName":"Nullable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AutoUnmask","TypeName":"System.Boolean","Documentation":"\n \n Automatically unmask the value when retrieved. Default: false.\n \n ","Metadata":{"Common.PropertyName":"AutoUnmask","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PositionCaretOnClick","TypeName":"Blazorise.InputMaskCaretPosition","IsEnum":true,"Documentation":"\n \n Defines the positioning of the caret on click.\n \n ","Metadata":{"Common.PropertyName":"PositionCaretOnClick","Common.GloballyQualifiedTypeName":"global::Blazorise.InputMaskCaretPosition"}},{"Kind":"Components.Component","Name":"ClearMaskOnLostFocus","TypeName":"System.Boolean","Documentation":"\n \n Remove the empty mask on blur or when not empty remove the optional trailing part. Default: true\n \n ","Metadata":{"Common.PropertyName":"ClearMaskOnLostFocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ClearIncomplete","TypeName":"System.Boolean","Documentation":"\n \n Clear the incomplete input on blur. Default: false\n \n ","Metadata":{"Common.PropertyName":"ClearIncomplete","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Completed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Execute a function when the mask is completed.\n \n ","Metadata":{"Common.PropertyName":"Completed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Incompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Execute a function when the mask is incomplete. Executes on blur.\n \n ","Metadata":{"Common.PropertyName":"Incompleted","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Execute a function when the mask is cleared.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.InputMask","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"InputMask"}},{"HashCode":361418839,"Kind":"Components.Component","Name":"Blazorise.InputMask","AssemblyName":"Blazorise","Documentation":"\n \n Format input text content when you are typing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.InputMask"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the input time value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the time has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the time field.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Documentation":"\n \n The mask to use for the input.\n \n ","Metadata":{"Common.PropertyName":"Mask","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Regex","TypeName":"System.String","Documentation":"\n \n Use a regular expression as a mask.\n \n ","Metadata":{"Common.PropertyName":"Regex","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Alias","TypeName":"System.String","Documentation":"\n \n With an alias, you can define a complex mask definition and call it by using an alias name.\n So this is mainly to simplify the use of your masks. Some aliases found in the extensions are email,\n currency, decimal, integer, date, DateTime, dd/mm/yyyy, etc.\n \n ","Metadata":{"Common.PropertyName":"Alias","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"InputFormat","TypeName":"System.String","Documentation":"\n \n Defines the input format when the is used.\n \n ","Metadata":{"Common.PropertyName":"InputFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"OutputFormat","TypeName":"System.String","Documentation":"\n \n Defines the output format of the when the is used.\n \n ","Metadata":{"Common.PropertyName":"OutputFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ShowMaskOnFocus","TypeName":"System.Boolean","Documentation":"\n \n Shows the mask when the input gets focus. (default = true)\n \n ","Metadata":{"Common.PropertyName":"ShowMaskOnFocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowMaskOnHover","TypeName":"System.Boolean","Documentation":"\n \n Shows the mask when hovering the mouse. (default = true)\n \n ","Metadata":{"Common.PropertyName":"ShowMaskOnHover","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"NumericInput","TypeName":"System.Boolean","Documentation":"\n \n Numeric input direction. Keeps the caret at the end.\n \n ","Metadata":{"Common.PropertyName":"NumericInput","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"RightAlign","TypeName":"System.Boolean","Documentation":"\n \n Align the input to the right.\n \n \n By setting the rightAlign you can specify to right-align an inputmask. This is only applied\n in combination op the numericInput option or the dir-attribute. The default is true.\n \n ","Metadata":{"Common.PropertyName":"RightAlign","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n Define the decimal separator (numeric mode only).\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSeparator","TypeName":"System.String","Documentation":"\n \n Define the group separator (numeric mode only).\n \n ","Metadata":{"Common.PropertyName":"GroupSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Nullable","TypeName":"System.Boolean","Documentation":"\n \n Return nothing when the user hasn't entered anything. Default: false.\n \n ","Metadata":{"Common.PropertyName":"Nullable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AutoUnmask","TypeName":"System.Boolean","Documentation":"\n \n Automatically unmask the value when retrieved. Default: false.\n \n ","Metadata":{"Common.PropertyName":"AutoUnmask","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PositionCaretOnClick","TypeName":"Blazorise.InputMaskCaretPosition","IsEnum":true,"Documentation":"\n \n Defines the positioning of the caret on click.\n \n ","Metadata":{"Common.PropertyName":"PositionCaretOnClick","Common.GloballyQualifiedTypeName":"global::Blazorise.InputMaskCaretPosition"}},{"Kind":"Components.Component","Name":"ClearMaskOnLostFocus","TypeName":"System.Boolean","Documentation":"\n \n Remove the empty mask on blur or when not empty remove the optional trailing part. Default: true\n \n ","Metadata":{"Common.PropertyName":"ClearMaskOnLostFocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ClearIncomplete","TypeName":"System.Boolean","Documentation":"\n \n Clear the incomplete input on blur. Default: false\n \n ","Metadata":{"Common.PropertyName":"ClearIncomplete","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Completed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Execute a function when the mask is completed.\n \n ","Metadata":{"Common.PropertyName":"Completed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Incompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Execute a function when the mask is incomplete. Executes on blur.\n \n ","Metadata":{"Common.PropertyName":"Incompleted","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Execute a function when the mask is cleared.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.InputMask","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"InputMask","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1319970419,"Kind":"Components.ChildContent","Name":"Blazorise.InputMask.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"InputMask"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.InputMask.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"InputMask","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-360916322,"Kind":"Components.ChildContent","Name":"Blazorise.InputMask.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.InputMask"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.InputMask.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"InputMask","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2085571804,"Kind":"Components.ChildContent","Name":"Blazorise.InputMask.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputMask"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.InputMask.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"InputMask","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-655294906,"Kind":"Components.ChildContent","Name":"Blazorise.InputMask.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.InputMask"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.InputMask.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"InputMask","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1724067378,"Kind":"Components.Component","Name":"Blazorise.Jumbotron","AssemblyName":"Blazorise","Documentation":"\n \n Lightweight, flexible component for showcasing hero unit style content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Jumbotron"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Jumbotron","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Jumbotron"}},{"HashCode":-61380887,"Kind":"Components.Component","Name":"Blazorise.Jumbotron","AssemblyName":"Blazorise","Documentation":"\n \n Lightweight, flexible component for showcasing hero unit style content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Jumbotron"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Jumbotron","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Jumbotron","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1889453715,"Kind":"Components.ChildContent","Name":"Blazorise.Jumbotron.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Jumbotron"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Jumbotron.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Jumbotron","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2111094385,"Kind":"Components.ChildContent","Name":"Blazorise.Jumbotron.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Jumbotron"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Jumbotron.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Jumbotron","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":319694967,"Kind":"Components.Component","Name":"Blazorise.JumbotronSubtitle","AssemblyName":"Blazorise","Documentation":"\n \n Smaller text placed under the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"JumbotronSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.JumbotronSubtitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"JumbotronSubtitle"}},{"HashCode":97650846,"Kind":"Components.Component","Name":"Blazorise.JumbotronSubtitle","AssemblyName":"Blazorise","Documentation":"\n \n Smaller text placed under the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.JumbotronSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.JumbotronSubtitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"JumbotronSubtitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":650221410,"Kind":"Components.ChildContent","Name":"Blazorise.JumbotronSubtitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"JumbotronSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.JumbotronSubtitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"JumbotronSubtitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2039935200,"Kind":"Components.ChildContent","Name":"Blazorise.JumbotronSubtitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.JumbotronSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.JumbotronSubtitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"JumbotronSubtitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1633207161,"Kind":"Components.Component","Name":"Blazorise.JumbotronTitle","AssemblyName":"Blazorise","Documentation":"\n \n Main heading text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"JumbotronTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.JumbotronTitleSize","IsEnum":true,"Documentation":"\n \n Gets or sets the jumbotron text size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.JumbotronTitleSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.JumbotronTitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"JumbotronTitle"}},{"HashCode":-1113828370,"Kind":"Components.Component","Name":"Blazorise.JumbotronTitle","AssemblyName":"Blazorise","Documentation":"\n \n Main heading text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.JumbotronTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.JumbotronTitleSize","IsEnum":true,"Documentation":"\n \n Gets or sets the jumbotron text size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.JumbotronTitleSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.JumbotronTitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"JumbotronTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":397627038,"Kind":"Components.ChildContent","Name":"Blazorise.JumbotronTitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"JumbotronTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.JumbotronTitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"JumbotronTitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-226604690,"Kind":"Components.ChildContent","Name":"Blazorise.JumbotronTitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.JumbotronTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.JumbotronTitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"JumbotronTitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1392902410,"Kind":"Components.Component","Name":"Blazorise.Label","AssemblyName":"Blazorise","Documentation":"\n \n A label for a form fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Label"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"For","TypeName":"System.String","Documentation":"\n \n Name of the input element to which the label is connected.\n \n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Blazorise.LabelType","IsEnum":true,"Documentation":"\n \n Label type that can better indicate the connected input element.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Blazorise.LabelType"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor when mouse od placed over the label.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Label","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Label"}},{"HashCode":-2035550765,"Kind":"Components.Component","Name":"Blazorise.Label","AssemblyName":"Blazorise","Documentation":"\n \n A label for a form fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Label"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"For","TypeName":"System.String","Documentation":"\n \n Name of the input element to which the label is connected.\n \n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Blazorise.LabelType","IsEnum":true,"Documentation":"\n \n Label type that can better indicate the connected input element.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Blazorise.LabelType"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor when mouse od placed over the label.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Label","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Label","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":222386032,"Kind":"Components.ChildContent","Name":"Blazorise.Label.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Label"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Label.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Label","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-979438060,"Kind":"Components.ChildContent","Name":"Blazorise.Label.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Label"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Label.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Label","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-898860335,"Kind":"Components.Component","Name":"Blazorise.Layout","AssemblyName":"Blazorise","Documentation":"\n \n Main component for handling the overall layout of a page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Sider","TypeName":"System.Boolean","Documentation":"\n \n Indicates that layout will contain sider container.\n \n ","Metadata":{"Common.PropertyName":"Sider","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n If true, an overlay will be created so the user cannot click anything until set to false.\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"LoadingClass","TypeName":"System.String","Documentation":"\n \n Sets the custom classname for loading element.\n \n ","Metadata":{"Common.PropertyName":"LoadingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"LoadingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when loading state had changed.\n \n ","Metadata":{"Common.PropertyName":"LoadingChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered the loading container.\n \n ","Metadata":{"Common.PropertyName":"LoadingTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Layout","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Layout"}},{"HashCode":-383238196,"Kind":"Components.Component","Name":"Blazorise.Layout","AssemblyName":"Blazorise","Documentation":"\n \n Main component for handling the overall layout of a page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Layout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Sider","TypeName":"System.Boolean","Documentation":"\n \n Indicates that layout will contain sider container.\n \n ","Metadata":{"Common.PropertyName":"Sider","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n If true, an overlay will be created so the user cannot click anything until set to false.\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"LoadingClass","TypeName":"System.String","Documentation":"\n \n Sets the custom classname for loading element.\n \n ","Metadata":{"Common.PropertyName":"LoadingClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"LoadingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when loading state had changed.\n \n ","Metadata":{"Common.PropertyName":"LoadingChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered the loading container.\n \n ","Metadata":{"Common.PropertyName":"LoadingTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Layout","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-125104776,"Kind":"Components.ChildContent","Name":"Blazorise.Layout.LoadingTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered the loading container.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadingTemplate","ParentTag":"Layout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Layout.LoadingTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Layout","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":431103107,"Kind":"Components.ChildContent","Name":"Blazorise.Layout.LoadingTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered the loading container.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadingTemplate","ParentTag":"Blazorise.Layout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Layout.LoadingTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Layout","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":393405602,"Kind":"Components.ChildContent","Name":"Blazorise.Layout.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Layout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Layout.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Layout","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-114995792,"Kind":"Components.ChildContent","Name":"Blazorise.Layout.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Layout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Layout.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Layout","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2126119343,"Kind":"Components.Component","Name":"Blazorise.LayoutContent","AssemblyName":"Blazorise","Documentation":"\n \n The content layout with the default style, in which any element can be nested, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutContent"}},{"HashCode":-699238175,"Kind":"Components.Component","Name":"Blazorise.LayoutContent","AssemblyName":"Blazorise","Documentation":"\n \n The content layout with the default style, in which any element can be nested, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.LayoutContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-54786705,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":834927510,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.LayoutContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-645981354,"Kind":"Components.Component","Name":"Blazorise.LayoutFooter","AssemblyName":"Blazorise","Documentation":"\n \n The bottom layout with the default style, in which any element can be nested, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fixed","TypeName":"System.Boolean","Documentation":"\n \n If true footer will be fixed to the bottom of the page.\n \n ","Metadata":{"Common.PropertyName":"Fixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutFooter"}},{"HashCode":-1353656613,"Kind":"Components.Component","Name":"Blazorise.LayoutFooter","AssemblyName":"Blazorise","Documentation":"\n \n The bottom layout with the default style, in which any element can be nested, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.LayoutFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fixed","TypeName":"System.Boolean","Documentation":"\n \n If true footer will be fixed to the bottom of the page.\n \n ","Metadata":{"Common.PropertyName":"Fixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":429958701,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutFooter","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2119863672,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.LayoutFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutFooter","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":107702185,"Kind":"Components.Component","Name":"Blazorise.LayoutHeader","AssemblyName":"Blazorise","Documentation":"\n \n The top layout with the default style, in which any element can be nested, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fixed","TypeName":"System.Boolean","Documentation":"\n \n If true header will be fixed to the top of the page.\n \n ","Metadata":{"Common.PropertyName":"Fixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutHeader"}},{"HashCode":-1042319366,"Kind":"Components.Component","Name":"Blazorise.LayoutHeader","AssemblyName":"Blazorise","Documentation":"\n \n The top layout with the default style, in which any element can be nested, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.LayoutHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fixed","TypeName":"System.Boolean","Documentation":"\n \n If true header will be fixed to the top of the page.\n \n ","Metadata":{"Common.PropertyName":"Fixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-822041808,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutHeader","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":345300579,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.LayoutHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutHeader","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1230237380,"Kind":"Components.Component","Name":"Blazorise.LayoutSider","AssemblyName":"Blazorise","Documentation":"\n \n The sidebar with default style and basic functions, in which any element can be nested, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutSider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutSider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutSider"}},{"HashCode":471546133,"Kind":"Components.Component","Name":"Blazorise.LayoutSider","AssemblyName":"Blazorise","Documentation":"\n \n The sidebar with default style and basic functions, in which any element can be nested, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.LayoutSider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutSider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutSider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1836175531,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutSider.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutSider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutSider.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutSider","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":495168818,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutSider.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.LayoutSider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutSider.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutSider","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1933491321,"Kind":"Components.Component","Name":"Blazorise.LayoutSiderContent","AssemblyName":"Blazorise","Documentation":"\n \n The wrapper for a sidebar content, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutSiderContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutSiderContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutSiderContent"}},{"HashCode":2013365022,"Kind":"Components.Component","Name":"Blazorise.LayoutSiderContent","AssemblyName":"Blazorise","Documentation":"\n \n The wrapper for a sidebar content, and must be placed in .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.LayoutSiderContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.LayoutSiderContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutSiderContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1042693405,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutSiderContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutSiderContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutSiderContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutSiderContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1467276135,"Kind":"Components.ChildContent","Name":"Blazorise.LayoutSiderContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.LayoutSiderContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.LayoutSiderContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"LayoutSiderContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-930889497,"Kind":"Components.Component","Name":"Blazorise.Anchor","AssemblyName":"Blazorise","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Anchor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the link.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"CustomMatch","TypeName":"System.Func","Documentation":"\n \n A callback function that is used to compare current uri with the user defined uri. Must enable to be used.\n \n ","Metadata":{"Common.PropertyName":"CustomMatch","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the link is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Anchor","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Anchor"}},{"HashCode":-891991898,"Kind":"Components.Component","Name":"Blazorise.Anchor","AssemblyName":"Blazorise","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Anchor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the link.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"CustomMatch","TypeName":"System.Func","Documentation":"\n \n A callback function that is used to compare current uri with the user defined uri. Must enable to be used.\n \n ","Metadata":{"Common.PropertyName":"CustomMatch","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the link is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Anchor","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Anchor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1479344552,"Kind":"Components.ChildContent","Name":"Blazorise.Anchor.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Anchor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Anchor.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Anchor","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":484033187,"Kind":"Components.ChildContent","Name":"Blazorise.Anchor.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Anchor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Anchor.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Anchor","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-584892636,"Kind":"Components.Component","Name":"Blazorise.Link","AssemblyName":"Blazorise","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Link"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the link.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"CustomMatch","TypeName":"System.Func","Documentation":"\n \n A callback function that is used to compare current uri with the user defined uri. Must enable to be used.\n \n ","Metadata":{"Common.PropertyName":"CustomMatch","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the link is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Link","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Link"}},{"HashCode":-277062957,"Kind":"Components.Component","Name":"Blazorise.Link","AssemblyName":"Blazorise","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Link"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"To","TypeName":"System.String","Documentation":"\n \n Denotes the target route of the link.\n \n ","Metadata":{"Common.PropertyName":"To","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Blazorise.Match","IsEnum":true,"Documentation":"\n \n URL matching behavior for a link.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Blazorise.Match"}},{"Kind":"Components.Component","Name":"CustomMatch","TypeName":"System.Func","Documentation":"\n \n A callback function that is used to compare current uri with the user defined uri. Must enable to be used.\n \n ","Metadata":{"Common.PropertyName":"CustomMatch","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Target","TypeName":"Blazorise.Target","Documentation":"\n \n The target attribute specifies where to open the linked document.\n \n ","Metadata":{"Common.PropertyName":"Target","Common.GloballyQualifiedTypeName":"global::Blazorise.Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specify extra information about the element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the link is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Link","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Link","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1995467197,"Kind":"Components.ChildContent","Name":"Blazorise.Link.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Link"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Link.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Link","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-692393688,"Kind":"Components.ChildContent","Name":"Blazorise.Link.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Link"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Link.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Link","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1350926935,"Kind":"Components.Component","Name":"Blazorise.ListGroup","AssemblyName":"Blazorise","Documentation":"\n \n List groups are a flexible and powerful component for displaying a series of content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Flush","TypeName":"System.Boolean","Documentation":"\n \n Remove some borders and rounded corners to render list group items edge-to-edge in a parent container (e.g., cards).\n \n ","Metadata":{"Common.PropertyName":"Flush","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Scrollable","TypeName":"System.Boolean","Documentation":"\n \n Makes the list group scrollable by adding a vertical scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Scrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.ListGroupMode","IsEnum":true,"Documentation":"\n \n Defines the list-group behavior mode.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.ListGroupMode"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected item name.\n \n ","Metadata":{"Common.PropertyName":"SelectedItem","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n An event raised when is changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the component child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ListGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroup"}},{"HashCode":955819839,"Kind":"Components.Component","Name":"Blazorise.ListGroup","AssemblyName":"Blazorise","Documentation":"\n \n List groups are a flexible and powerful component for displaying a series of content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ListGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Flush","TypeName":"System.Boolean","Documentation":"\n \n Remove some borders and rounded corners to render list group items edge-to-edge in a parent container (e.g., cards).\n \n ","Metadata":{"Common.PropertyName":"Flush","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Scrollable","TypeName":"System.Boolean","Documentation":"\n \n Makes the list group scrollable by adding a vertical scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Scrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.ListGroupMode","IsEnum":true,"Documentation":"\n \n Defines the list-group behavior mode.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.ListGroupMode"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected item name.\n \n ","Metadata":{"Common.PropertyName":"SelectedItem","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n An event raised when is changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the component child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ListGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":734419617,"Kind":"Components.ChildContent","Name":"Blazorise.ListGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the component child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ListGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ListGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1789175218,"Kind":"Components.ChildContent","Name":"Blazorise.ListGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the component child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ListGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ListGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1909625975,"Kind":"Components.Component","Name":"Blazorise.ListGroupItem","AssemblyName":"Blazorise","Documentation":"\n \n A container component that is placed inside of an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListGroupItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the item name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Makes the item to make it appear disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the list-group-item color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ListGroupItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroupItem"}},{"HashCode":561069795,"Kind":"Components.Component","Name":"Blazorise.ListGroupItem","AssemblyName":"Blazorise","Documentation":"\n \n A container component that is placed inside of an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ListGroupItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the item name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Makes the item to make it appear disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the list-group-item color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ListGroupItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroupItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1060933258,"Kind":"Components.ChildContent","Name":"Blazorise.ListGroupItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ListGroupItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ListGroupItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroupItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1444892805,"Kind":"Components.ChildContent","Name":"Blazorise.ListGroupItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ListGroupItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ListGroupItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroupItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1952786110,"Kind":"Components.Component","Name":"Blazorise.Media","AssemblyName":"Blazorise","Documentation":"\n \n The media object is a UI element perfect for repeatable and nestable content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Media"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Media","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Media"}},{"HashCode":1568073441,"Kind":"Components.Component","Name":"Blazorise.Media","AssemblyName":"Blazorise","Documentation":"\n \n The media object is a UI element perfect for repeatable and nestable content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Media"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Media","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Media","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-58027110,"Kind":"Components.ChildContent","Name":"Blazorise.Media.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Media"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Media.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Media","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":188764761,"Kind":"Components.ChildContent","Name":"Blazorise.Media.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Media"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Media.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Media","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1169139335,"Kind":"Components.Component","Name":"Blazorise.MediaBody","AssemblyName":"Blazorise","Documentation":"\n \n The main content area of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MediaBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MediaBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaBody"}},{"HashCode":-2081584798,"Kind":"Components.Component","Name":"Blazorise.MediaBody","AssemblyName":"Blazorise","Documentation":"\n \n The main content area of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.MediaBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MediaBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-148250730,"Kind":"Components.ChildContent","Name":"Blazorise.MediaBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MediaBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MediaBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaBody","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1150183221,"Kind":"Components.ChildContent","Name":"Blazorise.MediaBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.MediaBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MediaBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaBody","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1282578229,"Kind":"Components.Component","Name":"Blazorise.MediaLeft","AssemblyName":"Blazorise","Documentation":"\n \n The left side of the media content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MediaLeft"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MediaLeft","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaLeft"}},{"HashCode":-815106956,"Kind":"Components.Component","Name":"Blazorise.MediaLeft","AssemblyName":"Blazorise","Documentation":"\n \n The left side of the media content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.MediaLeft"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MediaLeft","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaLeft","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1517600364,"Kind":"Components.ChildContent","Name":"Blazorise.MediaLeft.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MediaLeft"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MediaLeft.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaLeft","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1908227675,"Kind":"Components.ChildContent","Name":"Blazorise.MediaLeft.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.MediaLeft"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MediaLeft.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaLeft","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":32750854,"Kind":"Components.Component","Name":"Blazorise.MediaRight","AssemblyName":"Blazorise","Documentation":"\n \n The right side of the media content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MediaRight"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MediaRight","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaRight"}},{"HashCode":2055974254,"Kind":"Components.Component","Name":"Blazorise.MediaRight","AssemblyName":"Blazorise","Documentation":"\n \n The right side of the media content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.MediaRight"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MediaRight","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaRight","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1322932734,"Kind":"Components.ChildContent","Name":"Blazorise.MediaRight.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MediaRight"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MediaRight.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaRight","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1925476784,"Kind":"Components.ChildContent","Name":"Blazorise.MediaRight.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.MediaRight"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MediaRight.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MediaRight","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1408850096,"Kind":"Components.Component","Name":"Blazorise.MemoEdit","AssemblyName":"Blazorise","Documentation":"\n \n Component that allows you to display and edit multi-line text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MemoEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TextChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after text has changed.\n \n ","Metadata":{"Common.PropertyName":"TextChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the text value.\n \n ","Metadata":{"Common.PropertyName":"TextExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum number of characters allowed in the input element.\n \n ","Metadata":{"Common.PropertyName":"MaxLength","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Int32?","Documentation":"\n \n Specifies the number lines in the input element.\n \n ","Metadata":{"Common.PropertyName":"Rows","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n \n Please be aware that on is used only for the validation process.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ReplaceTab","TypeName":"System.Boolean","Documentation":"\n \n If set to true, will insert a tab instead of cycle input focus.\n \n ","Metadata":{"Common.PropertyName":"ReplaceTab","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"TabSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of characters that tab key will override.\n \n ","Metadata":{"Common.PropertyName":"TabSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SoftTabs","TypeName":"System.Boolean","Documentation":"\n \n If set to true, spaces will be used instead of a tab character\n \n ","Metadata":{"Common.PropertyName":"SoftTabs","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AutoSize","TypeName":"System.Boolean","Documentation":"\n \n If true, the textarea will automatically grow in height according to its content.\n \n ","Metadata":{"Common.PropertyName":"AutoSize","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MemoEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MemoEdit"}},{"HashCode":1421410922,"Kind":"Components.Component","Name":"Blazorise.MemoEdit","AssemblyName":"Blazorise","Documentation":"\n \n Component that allows you to display and edit multi-line text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.MemoEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TextChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after text has changed.\n \n ","Metadata":{"Common.PropertyName":"TextChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the text value.\n \n ","Metadata":{"Common.PropertyName":"TextExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum number of characters allowed in the input element.\n \n ","Metadata":{"Common.PropertyName":"MaxLength","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Int32?","Documentation":"\n \n Specifies the number lines in the input element.\n \n ","Metadata":{"Common.PropertyName":"Rows","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n \n Please be aware that on is used only for the validation process.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ReplaceTab","TypeName":"System.Boolean","Documentation":"\n \n If set to true, will insert a tab instead of cycle input focus.\n \n ","Metadata":{"Common.PropertyName":"ReplaceTab","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"TabSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of characters that tab key will override.\n \n ","Metadata":{"Common.PropertyName":"TabSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SoftTabs","TypeName":"System.Boolean","Documentation":"\n \n If set to true, spaces will be used instead of a tab character\n \n ","Metadata":{"Common.PropertyName":"SoftTabs","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AutoSize","TypeName":"System.Boolean","Documentation":"\n \n If true, the textarea will automatically grow in height according to its content.\n \n ","Metadata":{"Common.PropertyName":"AutoSize","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MemoEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MemoEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":394704179,"Kind":"Components.ChildContent","Name":"Blazorise.MemoEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"MemoEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MemoEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MemoEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1782961487,"Kind":"Components.ChildContent","Name":"Blazorise.MemoEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.MemoEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MemoEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MemoEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":279831136,"Kind":"Components.ChildContent","Name":"Blazorise.MemoEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MemoEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MemoEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MemoEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1843555818,"Kind":"Components.ChildContent","Name":"Blazorise.MemoEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.MemoEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.MemoEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MemoEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":493239682,"Kind":"Components.Component","Name":"Blazorise.MessageAlert","AssemblyName":"Blazorise","Documentation":"\n \n Component that handles the to show the message dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MessageAlert"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MessageType","TypeName":"Blazorise.MessageType","IsEnum":true,"Documentation":"\n \n Gets or sets the message type.\n \n ","Metadata":{"Common.PropertyName":"MessageType","Common.GloballyQualifiedTypeName":"global::Blazorise.MessageType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the message title.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Message","TypeName":"Microsoft.AspNetCore.Components.MarkupString","Documentation":"\n \n Gets or sets the message content.\n \n ","Metadata":{"Common.PropertyName":"Message","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.MarkupString"}},{"Kind":"Components.Component","Name":"Options","TypeName":"Blazorise.MessageOptions","Documentation":"\n \n Gets or sets the custom message options.\n \n ","Metadata":{"Common.PropertyName":"Options","Common.GloballyQualifiedTypeName":"global::Blazorise.MessageOptions"}},{"Kind":"Components.Component","Name":"Callback","TypeName":"System.Threading.Tasks.TaskCompletionSource","Documentation":"\n \n Occurs after the user respond with an action button.\n \n ","Metadata":{"Common.PropertyName":"Callback","Common.GloballyQualifiedTypeName":"global::System.Threading.Tasks.TaskCompletionSource"}},{"Kind":"Components.Component","Name":"Okayed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with an OK action.\n \n ","Metadata":{"Common.PropertyName":"Okayed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Confirmed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with a Confirm action.\n \n ","Metadata":{"Common.PropertyName":"Confirmed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Canceled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with a Cancel action.\n \n ","Metadata":{"Common.PropertyName":"Canceled","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundCancel","TypeName":"System.Boolean","Documentation":"\n \n By default, a modal is cancelled if the user clicks anywhere outside the modal.\n This behavior can be disabled by setting to false.\n \n ","Metadata":{"Common.PropertyName":"BackgroundCancel","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MessageAlert","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MessageAlert"}},{"HashCode":1466711353,"Kind":"Components.Component","Name":"Blazorise.MessageAlert","AssemblyName":"Blazorise","Documentation":"\n \n Component that handles the to show the message dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.MessageAlert"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MessageType","TypeName":"Blazorise.MessageType","IsEnum":true,"Documentation":"\n \n Gets or sets the message type.\n \n ","Metadata":{"Common.PropertyName":"MessageType","Common.GloballyQualifiedTypeName":"global::Blazorise.MessageType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the message title.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Message","TypeName":"Microsoft.AspNetCore.Components.MarkupString","Documentation":"\n \n Gets or sets the message content.\n \n ","Metadata":{"Common.PropertyName":"Message","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.MarkupString"}},{"Kind":"Components.Component","Name":"Options","TypeName":"Blazorise.MessageOptions","Documentation":"\n \n Gets or sets the custom message options.\n \n ","Metadata":{"Common.PropertyName":"Options","Common.GloballyQualifiedTypeName":"global::Blazorise.MessageOptions"}},{"Kind":"Components.Component","Name":"Callback","TypeName":"System.Threading.Tasks.TaskCompletionSource","Documentation":"\n \n Occurs after the user respond with an action button.\n \n ","Metadata":{"Common.PropertyName":"Callback","Common.GloballyQualifiedTypeName":"global::System.Threading.Tasks.TaskCompletionSource"}},{"Kind":"Components.Component","Name":"Okayed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with an OK action.\n \n ","Metadata":{"Common.PropertyName":"Okayed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Confirmed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with a Confirm action.\n \n ","Metadata":{"Common.PropertyName":"Confirmed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Canceled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with a Cancel action.\n \n ","Metadata":{"Common.PropertyName":"Canceled","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundCancel","TypeName":"System.Boolean","Documentation":"\n \n By default, a modal is cancelled if the user clicks anywhere outside the modal.\n This behavior can be disabled by setting to false.\n \n ","Metadata":{"Common.PropertyName":"BackgroundCancel","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MessageAlert","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MessageAlert","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1916788692,"Kind":"Components.Component","Name":"Blazorise.MessageProvider","AssemblyName":"Blazorise","Documentation":"\n \n Component that handles the to show the message dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MessageProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MessageType","TypeName":"Blazorise.MessageType","IsEnum":true,"Documentation":"\n \n Gets or sets the message type.\n \n ","Metadata":{"Common.PropertyName":"MessageType","Common.GloballyQualifiedTypeName":"global::Blazorise.MessageType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the message title.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Message","TypeName":"Microsoft.AspNetCore.Components.MarkupString","Documentation":"\n \n Gets or sets the message content.\n \n ","Metadata":{"Common.PropertyName":"Message","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.MarkupString"}},{"Kind":"Components.Component","Name":"Options","TypeName":"Blazorise.MessageOptions","Documentation":"\n \n Gets or sets the custom message options.\n \n ","Metadata":{"Common.PropertyName":"Options","Common.GloballyQualifiedTypeName":"global::Blazorise.MessageOptions"}},{"Kind":"Components.Component","Name":"Callback","TypeName":"System.Threading.Tasks.TaskCompletionSource","Documentation":"\n \n Occurs after the user respond with an action button.\n \n ","Metadata":{"Common.PropertyName":"Callback","Common.GloballyQualifiedTypeName":"global::System.Threading.Tasks.TaskCompletionSource"}},{"Kind":"Components.Component","Name":"Okayed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with an OK action.\n \n ","Metadata":{"Common.PropertyName":"Okayed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Confirmed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with a Confirm action.\n \n ","Metadata":{"Common.PropertyName":"Confirmed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Canceled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with a Cancel action.\n \n ","Metadata":{"Common.PropertyName":"Canceled","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundCancel","TypeName":"System.Boolean","Documentation":"\n \n By default, a modal is cancelled if the user clicks anywhere outside the modal.\n This behavior can be disabled by setting to false.\n \n ","Metadata":{"Common.PropertyName":"BackgroundCancel","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MessageProvider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MessageProvider"}},{"HashCode":1774048974,"Kind":"Components.Component","Name":"Blazorise.MessageProvider","AssemblyName":"Blazorise","Documentation":"\n \n Component that handles the to show the message dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.MessageProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MessageType","TypeName":"Blazorise.MessageType","IsEnum":true,"Documentation":"\n \n Gets or sets the message type.\n \n ","Metadata":{"Common.PropertyName":"MessageType","Common.GloballyQualifiedTypeName":"global::Blazorise.MessageType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the message title.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Message","TypeName":"Microsoft.AspNetCore.Components.MarkupString","Documentation":"\n \n Gets or sets the message content.\n \n ","Metadata":{"Common.PropertyName":"Message","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.MarkupString"}},{"Kind":"Components.Component","Name":"Options","TypeName":"Blazorise.MessageOptions","Documentation":"\n \n Gets or sets the custom message options.\n \n ","Metadata":{"Common.PropertyName":"Options","Common.GloballyQualifiedTypeName":"global::Blazorise.MessageOptions"}},{"Kind":"Components.Component","Name":"Callback","TypeName":"System.Threading.Tasks.TaskCompletionSource","Documentation":"\n \n Occurs after the user respond with an action button.\n \n ","Metadata":{"Common.PropertyName":"Callback","Common.GloballyQualifiedTypeName":"global::System.Threading.Tasks.TaskCompletionSource"}},{"Kind":"Components.Component","Name":"Okayed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with an OK action.\n \n ","Metadata":{"Common.PropertyName":"Okayed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Confirmed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with a Confirm action.\n \n ","Metadata":{"Common.PropertyName":"Confirmed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Canceled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the user has responded with a Cancel action.\n \n ","Metadata":{"Common.PropertyName":"Canceled","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundCancel","TypeName":"System.Boolean","Documentation":"\n \n By default, a modal is cancelled if the user clicks anywhere outside the modal.\n This behavior can be disabled by setting to false.\n \n ","Metadata":{"Common.PropertyName":"BackgroundCancel","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.MessageProvider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MessageProvider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-694338459,"Kind":"Components.Component","Name":"Blazorise.ModalProvider","AssemblyName":"Blazorise","Documentation":"\n \n A modal provider to be set at the root of your app, providing a programmatic way to invoke modals with custom content by using .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ModalProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UseModalStructure","TypeName":"System.Boolean","Documentation":"\n \n Uses the modal standard structure, by setting this to true you are only in charge of providing the custom content.\n Defaults to true.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"UseModalStructure","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ScrollToTop","TypeName":"System.Boolean","Documentation":"\n \n If true modal will scroll to top when opened.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"ScrollToTop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Opening","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is opened.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Opening","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Closing","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is closed.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Closing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has opened.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Opened","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has closed.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Closed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the backdrop needs to be rendered for this .\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the component has any animations.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the animation duration.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Blazorise.ModalRenderMode","IsEnum":true,"Documentation":"\n \n Defines how the modal content will be rendered.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"RenderMode","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalRenderMode"}},{"Kind":"Components.Component","Name":"FocusTrap","TypeName":"System.Boolean?","Documentation":"\n \n Defines if the modal should keep the input focus at all times.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"FocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Centered","TypeName":"System.Boolean","Documentation":"\n \n Centers the modal vertically.\n \n \n Only considered if is set.\n \n ","Metadata":{"Common.PropertyName":"Centered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Scrollable","TypeName":"System.Boolean","Documentation":"\n \n Scrolls the modal content independent of the page itself.\n \n \n Only considered if is set.\n \n ","Metadata":{"Common.PropertyName":"Scrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.ModalSize","IsEnum":true,"Documentation":"\n \n Changes the size of the modal.\n \n \n Only considered if is set.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalProvider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalProvider"}},{"HashCode":835162731,"Kind":"Components.Component","Name":"Blazorise.ModalProvider","AssemblyName":"Blazorise","Documentation":"\n \n A modal provider to be set at the root of your app, providing a programmatic way to invoke modals with custom content by using .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ModalProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UseModalStructure","TypeName":"System.Boolean","Documentation":"\n \n Uses the modal standard structure, by setting this to true you are only in charge of providing the custom content.\n Defaults to true.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"UseModalStructure","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ScrollToTop","TypeName":"System.Boolean","Documentation":"\n \n If true modal will scroll to top when opened.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"ScrollToTop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Opening","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is opened.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Opening","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Closing","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is closed.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Closing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has opened.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Opened","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has closed.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Closed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the backdrop needs to be rendered for this .\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the component has any animations.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the animation duration.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Blazorise.ModalRenderMode","IsEnum":true,"Documentation":"\n \n Defines how the modal content will be rendered.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"RenderMode","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalRenderMode"}},{"Kind":"Components.Component","Name":"FocusTrap","TypeName":"System.Boolean?","Documentation":"\n \n Defines if the modal should keep the input focus at all times.\n Global Option.\n \n ","Metadata":{"Common.PropertyName":"FocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Centered","TypeName":"System.Boolean","Documentation":"\n \n Centers the modal vertically.\n \n \n Only considered if is set.\n \n ","Metadata":{"Common.PropertyName":"Centered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Scrollable","TypeName":"System.Boolean","Documentation":"\n \n Scrolls the modal content independent of the page itself.\n \n \n Only considered if is set.\n \n ","Metadata":{"Common.PropertyName":"Scrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.ModalSize","IsEnum":true,"Documentation":"\n \n Changes the size of the modal.\n \n \n Only considered if is set.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalProvider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalProvider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":595519451,"Kind":"Components.Component","Name":"Blazorise.Modal","AssemblyName":"Blazorise","Documentation":"\n \n A classic modal overlay, in which you can include any content you want.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Modal"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of modal dialog.\n \n The parameter should only be used in .razor code.\n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the modal visibility state changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollToTop","TypeName":"System.Boolean","Documentation":"\n \n If true modal will scroll to top when opened.\n \n ","Metadata":{"Common.PropertyName":"ScrollToTop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Opening","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is opened.\n \n ","Metadata":{"Common.PropertyName":"Opening","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Closing","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is closed.\n \n ","Metadata":{"Common.PropertyName":"Closing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the backdrop needs to be rendered for this .\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Int32","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Blazorise.ModalRenderMode","IsEnum":true,"Documentation":"\n \n Defines how the modal content will be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderMode","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalRenderMode"}},{"Kind":"Components.Component","Name":"FocusTrap","TypeName":"System.Boolean?","Documentation":"\n \n Defines if the modal should keep the input focus at all times.\n \n ","Metadata":{"Common.PropertyName":"FocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Modal","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Modal"}},{"HashCode":-506593667,"Kind":"Components.Component","Name":"Blazorise.Modal","AssemblyName":"Blazorise","Documentation":"\n \n A classic modal overlay, in which you can include any content you want.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Modal"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of modal dialog.\n \n The parameter should only be used in .razor code.\n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the modal visibility state changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollToTop","TypeName":"System.Boolean","Documentation":"\n \n If true modal will scroll to top when opened.\n \n ","Metadata":{"Common.PropertyName":"ScrollToTop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Opening","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is opened.\n \n ","Metadata":{"Common.PropertyName":"Opening","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Closing","TypeName":"System.Func","Documentation":"\n \n Occurs before the modal is closed.\n \n ","Metadata":{"Common.PropertyName":"Closing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the modal has closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the backdrop needs to be rendered for this .\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Int32","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Blazorise.ModalRenderMode","IsEnum":true,"Documentation":"\n \n Defines how the modal content will be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderMode","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalRenderMode"}},{"Kind":"Components.Component","Name":"FocusTrap","TypeName":"System.Boolean?","Documentation":"\n \n Defines if the modal should keep the input focus at all times.\n \n ","Metadata":{"Common.PropertyName":"FocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Modal","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Modal","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-325666478,"Kind":"Components.ChildContent","Name":"Blazorise.Modal.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Modal"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Modal.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Modal","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":931682490,"Kind":"Components.ChildContent","Name":"Blazorise.Modal.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Modal"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Modal.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Modal","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":95363662,"Kind":"Components.Component","Name":"Blazorise.ModalBody","AssemblyName":"Blazorise","Documentation":"\n \n Center area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ModalBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32?","Documentation":"\n \n Sets the maximum height of the modal body (in viewport size unit).\n \n ","Metadata":{"Common.PropertyName":"MaxHeight","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalBody"}},{"HashCode":-1080416223,"Kind":"Components.Component","Name":"Blazorise.ModalBody","AssemblyName":"Blazorise","Documentation":"\n \n Center area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ModalBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32?","Documentation":"\n \n Sets the maximum height of the modal body (in viewport size unit).\n \n ","Metadata":{"Common.PropertyName":"MaxHeight","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-468109803,"Kind":"Components.ChildContent","Name":"Blazorise.ModalBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ModalBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalBody","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1200386147,"Kind":"Components.ChildContent","Name":"Blazorise.ModalBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ModalBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalBody","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1028165972,"Kind":"Components.Component","Name":"Blazorise.ModalContent","AssemblyName":"Blazorise","Documentation":"\n \n Main wrapper for the content area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ModalContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Centered","TypeName":"System.Boolean","Documentation":"\n \n Centers the modal vertically.\n \n ","Metadata":{"Common.PropertyName":"Centered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Scrollable","TypeName":"System.Boolean","Documentation":"\n \n Scrolls the modal content independent of the page itself.\n \n ","Metadata":{"Common.PropertyName":"Scrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.ModalSize","IsEnum":true,"Documentation":"\n \n Changes the size of the modal.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalContent"}},{"HashCode":83839009,"Kind":"Components.Component","Name":"Blazorise.ModalContent","AssemblyName":"Blazorise","Documentation":"\n \n Main wrapper for the content area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ModalContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Centered","TypeName":"System.Boolean","Documentation":"\n \n Centers the modal vertically.\n \n ","Metadata":{"Common.PropertyName":"Centered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Scrollable","TypeName":"System.Boolean","Documentation":"\n \n Scrolls the modal content independent of the page itself.\n \n ","Metadata":{"Common.PropertyName":"Scrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.ModalSize","IsEnum":true,"Documentation":"\n \n Changes the size of the modal.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":82541788,"Kind":"Components.ChildContent","Name":"Blazorise.ModalContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ModalContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2103332548,"Kind":"Components.ChildContent","Name":"Blazorise.ModalContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ModalContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1845217556,"Kind":"Components.Component","Name":"Blazorise.ModalFooter","AssemblyName":"Blazorise","Documentation":"\n \n Bottom area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ModalFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalFooter"}},{"HashCode":742473406,"Kind":"Components.Component","Name":"Blazorise.ModalFooter","AssemblyName":"Blazorise","Documentation":"\n \n Bottom area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ModalFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1145022335,"Kind":"Components.ChildContent","Name":"Blazorise.ModalFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ModalFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalFooter","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1602470204,"Kind":"Components.ChildContent","Name":"Blazorise.ModalFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ModalFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalFooter","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1178870952,"Kind":"Components.Component","Name":"Blazorise.ModalHeader","AssemblyName":"Blazorise","Documentation":"\n \n Top area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ModalHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalHeader"}},{"HashCode":-1773136834,"Kind":"Components.Component","Name":"Blazorise.ModalHeader","AssemblyName":"Blazorise","Documentation":"\n \n Top area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ModalHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1552409566,"Kind":"Components.ChildContent","Name":"Blazorise.ModalHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ModalHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalHeader","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-532950351,"Kind":"Components.ChildContent","Name":"Blazorise.ModalHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ModalHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalHeader","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-840073590,"Kind":"Components.Component","Name":"Blazorise.ModalTitle","AssemblyName":"Blazorise","Documentation":"\n \n Larger text that can be placed in the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ModalTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.HeadingSize","IsEnum":true,"Documentation":"\n \n Gets or sets the title size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.HeadingSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalTitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalTitle"}},{"HashCode":-1899325878,"Kind":"Components.Component","Name":"Blazorise.ModalTitle","AssemblyName":"Blazorise","Documentation":"\n \n Larger text that can be placed in the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ModalTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.HeadingSize","IsEnum":true,"Documentation":"\n \n Gets or sets the title size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.HeadingSize"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ModalTitle","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1684864983,"Kind":"Components.ChildContent","Name":"Blazorise.ModalTitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ModalTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalTitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalTitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":306515524,"Kind":"Components.ChildContent","Name":"Blazorise.ModalTitle.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ModalTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ModalTitle.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ModalTitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1135858202,"Kind":"Components.Component","Name":"Blazorise._ModalBackdrop","AssemblyName":"Blazorise","Documentation":"\n \n Internal component to render modal backdrop or background.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_ModalBackdrop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._ModalBackdrop","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_ModalBackdrop"}},{"HashCode":-365643712,"Kind":"Components.Component","Name":"Blazorise._ModalBackdrop","AssemblyName":"Blazorise","Documentation":"\n \n Internal component to render modal backdrop or background.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise._ModalBackdrop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._ModalBackdrop","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_ModalBackdrop","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1108783185,"Kind":"Components.Component","Name":"Blazorise.NumericEdit","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a numeric value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.NumericEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the value has changed.\n \n \n This will be converted to EventCallback once the Blazor team fix the error for generic components. see https://github.com/aspnet/AspNetCore/issues/8385\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n The minimum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n The maximum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"VisibleCharacters","TypeName":"System.Int32?","Documentation":"\n \n The size attribute specifies the visible width, in characters, of an input element. https://www.w3schools.com/tags/att_input_size.asp\n \n ","Metadata":{"Common.PropertyName":"VisibleCharacters","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.NumericEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericEdit","Components.GenericTyped":"True"}},{"HashCode":-68867391,"Kind":"Components.Component","Name":"Blazorise.NumericEdit","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a numeric value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.NumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.NumericEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the value has changed.\n \n \n This will be converted to EventCallback once the Blazor team fix the error for generic components. see https://github.com/aspnet/AspNetCore/issues/8385\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n The minimum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n The maximum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"VisibleCharacters","TypeName":"System.Int32?","Documentation":"\n \n The size attribute specifies the visible width, in characters, of an input element. https://www.w3schools.com/tags/att_input_size.asp\n \n ","Metadata":{"Common.PropertyName":"VisibleCharacters","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.NumericEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1200487515,"Kind":"Components.ChildContent","Name":"Blazorise.NumericEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"NumericEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.NumericEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1409505746,"Kind":"Components.ChildContent","Name":"Blazorise.NumericEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.NumericEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.NumericEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":549420684,"Kind":"Components.ChildContent","Name":"Blazorise.NumericEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NumericEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.NumericEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":142410771,"Kind":"Components.ChildContent","Name":"Blazorise.NumericEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.NumericEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.NumericEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-747030768,"Kind":"Components.Component","Name":"Blazorise.NumericPicker","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a numeric value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.NumericPicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the value has changed.\n \n \n This will be converted to EventCallback once the Blazor team fix the error for generic components. see https://github.com/aspnet/AspNetCore/issues/8385\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AlternativeDecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the alternative decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"AlternativeDecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSeparator","TypeName":"System.String","Documentation":"\n \n Defines the thousand grouping separator character.\n \n ","Metadata":{"Common.PropertyName":"GroupSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSpacing","TypeName":"System.String","Documentation":"\n \n Defines how many numbers should be grouped together (usually for the thousand separator).\n \n ","Metadata":{"Common.PropertyName":"GroupSpacing","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CurrencySymbol","TypeName":"System.String","Documentation":"\n \n Defines the currency symbol to display.\n \n ","Metadata":{"Common.PropertyName":"CurrencySymbol","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CurrencySymbolPlacement","TypeName":"Blazorise.CurrencySymbolPlacement","IsEnum":true,"Documentation":"\n \n Placement of the currency sign, relative to the number shown (as a prefix or a suffix).\n \n ","Metadata":{"Common.PropertyName":"CurrencySymbolPlacement","Common.GloballyQualifiedTypeName":"global::Blazorise.CurrencySymbolPlacement"}},{"Kind":"Components.Component","Name":"RoundingMethod","TypeName":"Blazorise.NumericRoundingMethod","IsEnum":true,"Documentation":"\n \n Method used for rounding decimal values.\n \n ","Metadata":{"Common.PropertyName":"RoundingMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericRoundingMethod"}},{"Kind":"Components.Component","Name":"AllowDecimalPadding","TypeName":"Blazorise.NumericAllowDecimalPadding","IsEnum":true,"Documentation":"\n \n Allow padding the decimal places with zeros. If set to Floats, padding is only done when there are some decimals. /// \n \n \n Setting AllowDecimalPadding to 'false' will override the setting.\n \n ","Metadata":{"Common.PropertyName":"AllowDecimalPadding","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericAllowDecimalPadding"}},{"Kind":"Components.Component","Name":"AlwaysAllowDecimalSeparator","TypeName":"System.Boolean","Documentation":"\n \n Defines if the decimal character or decimal character alternative should be accepted when there is already a decimal character shown in the element.\n \n ","Metadata":{"Common.PropertyName":"AlwaysAllowDecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n The minimum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n The maximum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MinMaxLimitsOverride","TypeName":"Blazorise.NumericMinMaxLimitsOverride","IsEnum":true,"Documentation":"\n \n Override the minimum and maximum limits.\n \n ","Metadata":{"Common.PropertyName":"MinMaxLimitsOverride","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericMinMaxLimitsOverride"}},{"Kind":"Components.Component","Name":"VisibleCharacters","TypeName":"System.Int32?","Documentation":"\n \n The size attribute specifies the visible width, in characters, of an input element. https://www.w3schools.com/tags/att_input_size.asp\n \n ","Metadata":{"Common.PropertyName":"VisibleCharacters","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"SelectAllOnFocus","TypeName":"System.Boolean","Documentation":"\n \n If true, selects all the text entered in the input field once it receives the focus.\n \n ","Metadata":{"Common.PropertyName":"SelectAllOnFocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ModifyValueOnWheel","TypeName":"System.Boolean","Documentation":"\n \n Determine if the element value can be incremented / decremented with the mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"ModifyValueOnWheel","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"WheelOn","TypeName":"Blazorise.NumericWheelOn","IsEnum":true,"Documentation":"\n \n Used in conjonction with the option, defines when the wheel event will increment or decrement the element value, either when the element is focused, or hovered.\n \n ","Metadata":{"Common.PropertyName":"WheelOn","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericWheelOn"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.NumericPicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericPicker","Components.GenericTyped":"True"}},{"HashCode":616211703,"Kind":"Components.Component","Name":"Blazorise.NumericPicker","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a numeric value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.NumericPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.NumericPicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the value has changed.\n \n \n This will be converted to EventCallback once the Blazor team fix the error for generic components. see https://github.com/aspnet/AspNetCore/issues/8385\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AlternativeDecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the alternative decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"AlternativeDecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSeparator","TypeName":"System.String","Documentation":"\n \n Defines the thousand grouping separator character.\n \n ","Metadata":{"Common.PropertyName":"GroupSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupSpacing","TypeName":"System.String","Documentation":"\n \n Defines how many numbers should be grouped together (usually for the thousand separator).\n \n ","Metadata":{"Common.PropertyName":"GroupSpacing","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CurrencySymbol","TypeName":"System.String","Documentation":"\n \n Defines the currency symbol to display.\n \n ","Metadata":{"Common.PropertyName":"CurrencySymbol","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CurrencySymbolPlacement","TypeName":"Blazorise.CurrencySymbolPlacement","IsEnum":true,"Documentation":"\n \n Placement of the currency sign, relative to the number shown (as a prefix or a suffix).\n \n ","Metadata":{"Common.PropertyName":"CurrencySymbolPlacement","Common.GloballyQualifiedTypeName":"global::Blazorise.CurrencySymbolPlacement"}},{"Kind":"Components.Component","Name":"RoundingMethod","TypeName":"Blazorise.NumericRoundingMethod","IsEnum":true,"Documentation":"\n \n Method used for rounding decimal values.\n \n ","Metadata":{"Common.PropertyName":"RoundingMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericRoundingMethod"}},{"Kind":"Components.Component","Name":"AllowDecimalPadding","TypeName":"Blazorise.NumericAllowDecimalPadding","IsEnum":true,"Documentation":"\n \n Allow padding the decimal places with zeros. If set to Floats, padding is only done when there are some decimals. /// \n \n \n Setting AllowDecimalPadding to 'false' will override the setting.\n \n ","Metadata":{"Common.PropertyName":"AllowDecimalPadding","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericAllowDecimalPadding"}},{"Kind":"Components.Component","Name":"AlwaysAllowDecimalSeparator","TypeName":"System.Boolean","Documentation":"\n \n Defines if the decimal character or decimal character alternative should be accepted when there is already a decimal character shown in the element.\n \n ","Metadata":{"Common.PropertyName":"AlwaysAllowDecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n The minimum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n The maximum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MinMaxLimitsOverride","TypeName":"Blazorise.NumericMinMaxLimitsOverride","IsEnum":true,"Documentation":"\n \n Override the minimum and maximum limits.\n \n ","Metadata":{"Common.PropertyName":"MinMaxLimitsOverride","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericMinMaxLimitsOverride"}},{"Kind":"Components.Component","Name":"VisibleCharacters","TypeName":"System.Int32?","Documentation":"\n \n The size attribute specifies the visible width, in characters, of an input element. https://www.w3schools.com/tags/att_input_size.asp\n \n ","Metadata":{"Common.PropertyName":"VisibleCharacters","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"SelectAllOnFocus","TypeName":"System.Boolean","Documentation":"\n \n If true, selects all the text entered in the input field once it receives the focus.\n \n ","Metadata":{"Common.PropertyName":"SelectAllOnFocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ModifyValueOnWheel","TypeName":"System.Boolean","Documentation":"\n \n Determine if the element value can be incremented / decremented with the mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"ModifyValueOnWheel","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"WheelOn","TypeName":"Blazorise.NumericWheelOn","IsEnum":true,"Documentation":"\n \n Used in conjonction with the option, defines when the wheel event will increment or decrement the element value, either when the element is focused, or hovered.\n \n ","Metadata":{"Common.PropertyName":"WheelOn","Common.GloballyQualifiedTypeName":"global::Blazorise.NumericWheelOn"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.NumericPicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericPicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1192914137,"Kind":"Components.ChildContent","Name":"Blazorise.NumericPicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"NumericPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.NumericPicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericPicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":533441704,"Kind":"Components.ChildContent","Name":"Blazorise.NumericPicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.NumericPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.NumericPicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericPicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1905389658,"Kind":"Components.ChildContent","Name":"Blazorise.NumericPicker.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NumericPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.NumericPicker.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericPicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2102671812,"Kind":"Components.ChildContent","Name":"Blazorise.NumericPicker.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.NumericPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.NumericPicker.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericPicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1691762041,"Kind":"Components.Component","Name":"Blazorise.Offcanvas","AssemblyName":"Blazorise","Documentation":"\n \n A sidebar component that slides in and out of the screen.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Offcanvas"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the visibility state of the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event callback for when the visibility state of the Offcanvas changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opening","TypeName":"System.Func","Documentation":"\n \n Callback for handling the opening of the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"Opening","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Closing","TypeName":"System.Func","Documentation":"\n \n Callback for handling the closing of the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"Closing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event callback for when the Offcanvas has been opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event callback for when the Offcanvas has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Blazorise.Placement","IsEnum":true,"Documentation":"\n \n Specifies the position of the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"Placement","Common.GloballyQualifiedTypeName":"global::Blazorise.Placement"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Offcanvas should have an animated transition.\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Int32","Documentation":"\n \n The duration of the animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to render the backdrop for this .\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be rendered inside the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Offcanvas","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Offcanvas"}},{"HashCode":-161426502,"Kind":"Components.Component","Name":"Blazorise.Offcanvas","AssemblyName":"Blazorise","Documentation":"\n \n A sidebar component that slides in and out of the screen.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Offcanvas"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the visibility state of the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event callback for when the visibility state of the Offcanvas changes.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opening","TypeName":"System.Func","Documentation":"\n \n Callback for handling the opening of the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"Opening","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Closing","TypeName":"System.Func","Documentation":"\n \n Callback for handling the closing of the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"Closing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event callback for when the Offcanvas has been opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event callback for when the Offcanvas has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Blazorise.Placement","IsEnum":true,"Documentation":"\n \n Specifies the position of the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"Placement","Common.GloballyQualifiedTypeName":"global::Blazorise.Placement"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Offcanvas should have an animated transition.\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Int32","Documentation":"\n \n The duration of the animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to render the backdrop for this .\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be rendered inside the Offcanvas.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Offcanvas","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Offcanvas","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1037835281,"Kind":"Components.ChildContent","Name":"Blazorise.Offcanvas.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n The content to be rendered inside the Offcanvas.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Offcanvas"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Offcanvas.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Offcanvas","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1524318665,"Kind":"Components.ChildContent","Name":"Blazorise.Offcanvas.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n The content to be rendered inside the Offcanvas.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Offcanvas"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Offcanvas.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Offcanvas","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-933331930,"Kind":"Components.Component","Name":"Blazorise.OffcanvasBody","AssemblyName":"Blazorise","Documentation":"\n \n Center area of the offcanvas component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OffcanvasBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OffcanvasBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasBody"}},{"HashCode":-1698966347,"Kind":"Components.Component","Name":"Blazorise.OffcanvasBody","AssemblyName":"Blazorise","Documentation":"\n \n Center area of the offcanvas component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.OffcanvasBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OffcanvasBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":915271726,"Kind":"Components.ChildContent","Name":"Blazorise.OffcanvasBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"OffcanvasBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OffcanvasBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasBody","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1777764679,"Kind":"Components.ChildContent","Name":"Blazorise.OffcanvasBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.OffcanvasBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OffcanvasBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasBody","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-471658915,"Kind":"Components.Component","Name":"Blazorise.OffcanvasFooter","AssemblyName":"Blazorise","Documentation":"\n \n Top footer area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OffcanvasFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OffcanvasFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasFooter"}},{"HashCode":-1387371267,"Kind":"Components.Component","Name":"Blazorise.OffcanvasFooter","AssemblyName":"Blazorise","Documentation":"\n \n Top footer area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.OffcanvasFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OffcanvasFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1311483115,"Kind":"Components.ChildContent","Name":"Blazorise.OffcanvasFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"OffcanvasFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OffcanvasFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasFooter","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1499951714,"Kind":"Components.ChildContent","Name":"Blazorise.OffcanvasFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.OffcanvasFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OffcanvasFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasFooter","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1899644495,"Kind":"Components.Component","Name":"Blazorise.OffcanvasHeader","AssemblyName":"Blazorise","Documentation":"\n \n Top header area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OffcanvasHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OffcanvasHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasHeader"}},{"HashCode":-842758699,"Kind":"Components.Component","Name":"Blazorise.OffcanvasHeader","AssemblyName":"Blazorise","Documentation":"\n \n Top header area of the modal component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.OffcanvasHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OffcanvasHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1836245790,"Kind":"Components.ChildContent","Name":"Blazorise.OffcanvasHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"OffcanvasHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OffcanvasHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasHeader","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1091155983,"Kind":"Components.ChildContent","Name":"Blazorise.OffcanvasHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.OffcanvasHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OffcanvasHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OffcanvasHeader","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1941494534,"Kind":"Components.Component","Name":"Blazorise._OffcanvasBackdrop","AssemblyName":"Blazorise","Documentation":"\n \n Internal component to render offcanvas backdrop or background.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_OffcanvasBackdrop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._OffcanvasBackdrop","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_OffcanvasBackdrop"}},{"HashCode":881105682,"Kind":"Components.Component","Name":"Blazorise._OffcanvasBackdrop","AssemblyName":"Blazorise","Documentation":"\n \n Internal component to render offcanvas backdrop or background.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise._OffcanvasBackdrop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._OffcanvasBackdrop","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_OffcanvasBackdrop","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":284707298,"Kind":"Components.Component","Name":"Blazorise.Pagination","AssemblyName":"Blazorise","Documentation":"\n \n A responsive and flexible pagination component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Pagination"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Gets or sets the pagination size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Blazorise.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the pagination alignment.\n \n ","Metadata":{"Common.PropertyName":"Alignment","Common.GloballyQualifiedTypeName":"global::Blazorise.Alignment"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Pagination","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Pagination"}},{"HashCode":2027566481,"Kind":"Components.Component","Name":"Blazorise.Pagination","AssemblyName":"Blazorise","Documentation":"\n \n A responsive and flexible pagination component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Pagination"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Gets or sets the pagination size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Blazorise.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the pagination alignment.\n \n ","Metadata":{"Common.PropertyName":"Alignment","Common.GloballyQualifiedTypeName":"global::Blazorise.Alignment"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Pagination","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Pagination","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":485357809,"Kind":"Components.ChildContent","Name":"Blazorise.Pagination.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Pagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Pagination.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Pagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":183717747,"Kind":"Components.ChildContent","Name":"Blazorise.Pagination.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Pagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Pagination.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Pagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1869179412,"Kind":"Components.Component","Name":"Blazorise.PaginationItem","AssemblyName":"Blazorise","Documentation":"\n \n A container for page numbers links.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PaginationItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n Indicate the currently active page.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used for links that appear un-clickable.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PaginationItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PaginationItem"}},{"HashCode":-75000543,"Kind":"Components.Component","Name":"Blazorise.PaginationItem","AssemblyName":"Blazorise","Documentation":"\n \n A container for page numbers links.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.PaginationItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Active","TypeName":"System.Boolean","Documentation":"\n \n Indicate the currently active page.\n \n ","Metadata":{"Common.PropertyName":"Active","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used for links that appear un-clickable.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PaginationItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PaginationItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1406081105,"Kind":"Components.ChildContent","Name":"Blazorise.PaginationItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PaginationItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.PaginationItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PaginationItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126582252,"Kind":"Components.ChildContent","Name":"Blazorise.PaginationItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.PaginationItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.PaginationItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PaginationItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1006318704,"Kind":"Components.Component","Name":"Blazorise.PaginationLink","AssemblyName":"Blazorise","Documentation":"\n \n Clickable element for page numbers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PaginationLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Page","TypeName":"System.String","Documentation":"\n \n Gets or sets the page name.\n \n ","Metadata":{"Common.PropertyName":"Page","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item link is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PaginationLink","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PaginationLink"}},{"HashCode":51588177,"Kind":"Components.Component","Name":"Blazorise.PaginationLink","AssemblyName":"Blazorise","Documentation":"\n \n Clickable element for page numbers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.PaginationLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Page","TypeName":"System.String","Documentation":"\n \n Gets or sets the page name.\n \n ","Metadata":{"Common.PropertyName":"Page","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item link is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PaginationLink","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PaginationLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1740571474,"Kind":"Components.ChildContent","Name":"Blazorise.PaginationLink.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PaginationLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.PaginationLink.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PaginationLink","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-596269555,"Kind":"Components.ChildContent","Name":"Blazorise.PaginationLink.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.PaginationLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.PaginationLink.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PaginationLink","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":307963713,"Kind":"Components.Component","Name":"Blazorise.PageProgress","AssemblyName":"Blazorise","Documentation":"\n \n Small progress bar shown at the top of the page or a container.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageProgress"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of progress bar.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32?","Documentation":"\n \n The progress value. Leave as null for indeterminate progress bar.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Type color of the progress bar, optional.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PageProgress","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PageProgress"}},{"HashCode":-89134205,"Kind":"Components.Component","Name":"Blazorise.PageProgress","AssemblyName":"Blazorise","Documentation":"\n \n Small progress bar shown at the top of the page or a container.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.PageProgress"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of progress bar.\n \n ","Metadata":{"Common.PropertyName":"Visible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32?","Documentation":"\n \n The progress value. Leave as null for indeterminate progress bar.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Type color of the progress bar, optional.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PageProgress","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PageProgress","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-552804998,"Kind":"Components.Component","Name":"Blazorise.PageProgressAlert","AssemblyName":"Blazorise","Documentation":"\n \n Component that handles the to show the page progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageProgressAlert"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PageProgressAlert","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PageProgressAlert"}},{"HashCode":1173296187,"Kind":"Components.Component","Name":"Blazorise.PageProgressAlert","AssemblyName":"Blazorise","Documentation":"\n \n Component that handles the to show the page progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.PageProgressAlert"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PageProgressAlert","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PageProgressAlert","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1351485027,"Kind":"Components.Component","Name":"Blazorise.Progress","AssemblyName":"Blazorise","Documentation":"\n \n Main component for stacked progress bars.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Progress"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the progress bar color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Size of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Striped","TypeName":"System.Boolean","Documentation":"\n \n Set to true to make the progress bar stripped.\n \n ","Metadata":{"Common.PropertyName":"Striped","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n Set to true to make the progress bar animated.\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32","Documentation":"\n \n Minimum value of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32","Documentation":"\n \n Maximum value of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32?","Documentation":"\n \n The progress value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Documentation":"\n \n If true, the value will be showed within the progress bar.\n \n ","Metadata":{"Common.PropertyName":"ShowValue","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Progress","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Progress"}},{"HashCode":-1181675359,"Kind":"Components.Component","Name":"Blazorise.Progress","AssemblyName":"Blazorise","Documentation":"\n \n Main component for stacked progress bars.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Progress"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the progress bar color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Size of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"Striped","TypeName":"System.Boolean","Documentation":"\n \n Set to true to make the progress bar stripped.\n \n ","Metadata":{"Common.PropertyName":"Striped","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n Set to true to make the progress bar animated.\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32","Documentation":"\n \n Minimum value of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32","Documentation":"\n \n Maximum value of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32?","Documentation":"\n \n The progress value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Documentation":"\n \n If true, the value will be showed within the progress bar.\n \n ","Metadata":{"Common.PropertyName":"ShowValue","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Progress","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Progress","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1786002617,"Kind":"Components.ChildContent","Name":"Blazorise.Progress.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Progress"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Progress.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Progress","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":575839950,"Kind":"Components.ChildContent","Name":"Blazorise.Progress.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Progress"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Progress.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Progress","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":609521145,"Kind":"Components.Component","Name":"Blazorise.ProgressBar","AssemblyName":"Blazorise","Documentation":"\n \n Inner component of component used to indicate the progress so far.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the progress bar color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Striped","TypeName":"System.Boolean","Documentation":"\n \n Set to true to make the progress bar stripped.\n \n ","Metadata":{"Common.PropertyName":"Striped","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n Set to true to make the progress bar animated.\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32","Documentation":"\n \n Minimum value of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32","Documentation":"\n \n Maximum value of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32?","Documentation":"\n \n The progress value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ProgressBar","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ProgressBar"}},{"HashCode":-812767935,"Kind":"Components.Component","Name":"Blazorise.ProgressBar","AssemblyName":"Blazorise","Documentation":"\n \n Inner component of component used to indicate the progress so far.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the progress bar color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Striped","TypeName":"System.Boolean","Documentation":"\n \n Set to true to make the progress bar stripped.\n \n ","Metadata":{"Common.PropertyName":"Striped","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Animated","TypeName":"System.Boolean","Documentation":"\n \n Set to true to make the progress bar animated.\n \n ","Metadata":{"Common.PropertyName":"Animated","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32","Documentation":"\n \n Minimum value of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32","Documentation":"\n \n Maximum value of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32?","Documentation":"\n \n The progress value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ProgressBar","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2061317908,"Kind":"Components.ChildContent","Name":"Blazorise.ProgressBar.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ProgressBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ProgressBar.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ProgressBar","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1855520723,"Kind":"Components.ChildContent","Name":"Blazorise.ProgressBar.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ProgressBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ProgressBar.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ProgressBar","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-715089506,"Kind":"Components.Component","Name":"Blazorise.Radio","AssemblyName":"Blazorise","Documentation":"\n \n Radio buttons allow the user to select one option from a set.\n \n Checked value type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Radio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Group","TypeName":"System.String","Documentation":"\n \n Sets the radio group name.\n \n ","Metadata":{"Common.PropertyName":"Group","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the radio value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Radio","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Radio","Components.GenericTyped":"True"}},{"HashCode":-1021330649,"Kind":"Components.Component","Name":"Blazorise.Radio","AssemblyName":"Blazorise","Documentation":"\n \n Radio buttons allow the user to select one option from a set.\n \n Checked value type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Radio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Radio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Group","TypeName":"System.String","Documentation":"\n \n Sets the radio group name.\n \n ","Metadata":{"Common.PropertyName":"Group","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the radio value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Radio","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Radio","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-837509546,"Kind":"Components.ChildContent","Name":"Blazorise.Radio.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Radio"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Radio.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Radio","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-902831953,"Kind":"Components.ChildContent","Name":"Blazorise.Radio.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Radio"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Radio.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Radio","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1484960317,"Kind":"Components.ChildContent","Name":"Blazorise.Radio.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radio"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Radio.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Radio","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-144870617,"Kind":"Components.ChildContent","Name":"Blazorise.Radio.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Radio"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Radio.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Radio","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-125314689,"Kind":"Components.Component","Name":"Blazorise.RadioGroup","AssemblyName":"Blazorise","Documentation":"\n \n RadioGroup is a helpful wrapper used to group Radio components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.RadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Radio group name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Boolean","Documentation":"\n \n Flag which indicates that radios will appear as button.\n \n ","Metadata":{"Common.PropertyName":"Buttons","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Blazorise.Orientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the radio elements.\n \n ","Metadata":{"Common.PropertyName":"Orientation","Common.GloballyQualifiedTypeName":"global::Blazorise.Orientation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the color or radio buttons(only when is true).\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"CheckedValue","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedValue","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the checked value is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.RadioGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RadioGroup","Components.GenericTyped":"True"}},{"HashCode":1464949353,"Kind":"Components.Component","Name":"Blazorise.RadioGroup","AssemblyName":"Blazorise","Documentation":"\n \n RadioGroup is a helpful wrapper used to group Radio components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.RadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.RadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Radio group name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Boolean","Documentation":"\n \n Flag which indicates that radios will appear as button.\n \n ","Metadata":{"Common.PropertyName":"Buttons","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Blazorise.Orientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the radio elements.\n \n ","Metadata":{"Common.PropertyName":"Orientation","Common.GloballyQualifiedTypeName":"global::Blazorise.Orientation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the color or radio buttons(only when is true).\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"CheckedValue","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedValue","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the checked value is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.RadioGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RadioGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":890518830,"Kind":"Components.ChildContent","Name":"Blazorise.RadioGroup.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"RadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.RadioGroup.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RadioGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1184949760,"Kind":"Components.ChildContent","Name":"Blazorise.RadioGroup.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.RadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.RadioGroup.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RadioGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1909846855,"Kind":"Components.ChildContent","Name":"Blazorise.RadioGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.RadioGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RadioGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":370503116,"Kind":"Components.ChildContent","Name":"Blazorise.RadioGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.RadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.RadioGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RadioGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1772975736,"Kind":"Components.Component","Name":"Blazorise.Rating","AssemblyName":"Blazorise","Documentation":"\n \n Ratings provide insight regarding others opinions and experiences with a product.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Rating"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RatingItemsClass","TypeName":"System.String","Documentation":"\n \n User class names for RatingItems, separated by space\n \n ","Metadata":{"Common.PropertyName":"RatingItemsClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"RatingItemsStyle","TypeName":"System.String","Documentation":"\n \n User styles for RatingItems.\n \n ","Metadata":{"Common.PropertyName":"RatingItemsStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaxValue","TypeName":"System.Int32","Documentation":"\n \n Maximum rating value that is allowed to be selected.\n \n ","Metadata":{"Common.PropertyName":"MaxValue","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"FullIcon","TypeName":"System.Object","Documentation":"\n \n Defines the selected icon name.\n \n ","Metadata":{"Common.PropertyName":"FullIcon","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"EmptyIcon","TypeName":"System.Object","Documentation":"\n \n Defines the non-selected icon name.\n \n ","Metadata":{"Common.PropertyName":"EmptyIcon","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"FullIconStyle","TypeName":"Blazorise.IconStyle?","Documentation":"\n \n Defines the selected icon style.\n \n ","Metadata":{"Common.PropertyName":"FullIconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle?"}},{"Kind":"Components.Component","Name":"EmptyIconStyle","TypeName":"Blazorise.IconStyle?","Documentation":"\n \n Defines the non-selected icon style.\n \n ","Metadata":{"Common.PropertyName":"EmptyIconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle?"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Prevent the user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Prevent the user interactions and make it appear normal.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Not work now\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"SelectedValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the currently selected rating value.\n \n ","Metadata":{"Common.PropertyName":"SelectedValue","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SelectedValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HoveredValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the has changed.\n \n ","Metadata":{"Common.PropertyName":"HoveredValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Rating","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Rating"}},{"HashCode":1804966558,"Kind":"Components.Component","Name":"Blazorise.Rating","AssemblyName":"Blazorise","Documentation":"\n \n Ratings provide insight regarding others opinions and experiences with a product.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Rating"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RatingItemsClass","TypeName":"System.String","Documentation":"\n \n User class names for RatingItems, separated by space\n \n ","Metadata":{"Common.PropertyName":"RatingItemsClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"RatingItemsStyle","TypeName":"System.String","Documentation":"\n \n User styles for RatingItems.\n \n ","Metadata":{"Common.PropertyName":"RatingItemsStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaxValue","TypeName":"System.Int32","Documentation":"\n \n Maximum rating value that is allowed to be selected.\n \n ","Metadata":{"Common.PropertyName":"MaxValue","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"FullIcon","TypeName":"System.Object","Documentation":"\n \n Defines the selected icon name.\n \n ","Metadata":{"Common.PropertyName":"FullIcon","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"EmptyIcon","TypeName":"System.Object","Documentation":"\n \n Defines the non-selected icon name.\n \n ","Metadata":{"Common.PropertyName":"EmptyIcon","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"FullIconStyle","TypeName":"Blazorise.IconStyle?","Documentation":"\n \n Defines the selected icon style.\n \n ","Metadata":{"Common.PropertyName":"FullIconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle?"}},{"Kind":"Components.Component","Name":"EmptyIconStyle","TypeName":"Blazorise.IconStyle?","Documentation":"\n \n Defines the non-selected icon style.\n \n ","Metadata":{"Common.PropertyName":"EmptyIconStyle","Common.GloballyQualifiedTypeName":"global::Blazorise.IconStyle?"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Prevent the user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Prevent the user interactions and make it appear normal.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Not work now\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"SelectedValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the currently selected rating value.\n \n ","Metadata":{"Common.PropertyName":"SelectedValue","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SelectedValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HoveredValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the has changed.\n \n ","Metadata":{"Common.PropertyName":"HoveredValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Rating","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Rating","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1457631286,"Kind":"Components.Component","Name":"Blazorise.RatingItem","AssemblyName":"Blazorise","Documentation":"\n \n Represents the each individual item in the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RatingItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the item value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the item color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"ItemClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemHovered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is hovered.\n \n ","Metadata":{"Common.PropertyName":"ItemHovered","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.RatingItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RatingItem"}},{"HashCode":-1051537007,"Kind":"Components.Component","Name":"Blazorise.RatingItem","AssemblyName":"Blazorise","Documentation":"\n \n Represents the each individual item in the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.RatingItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the item value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the item color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"ItemClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemHovered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is hovered.\n \n ","Metadata":{"Common.PropertyName":"ItemHovered","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.RatingItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RatingItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809102408,"Kind":"Components.Component","Name":"Blazorise.Repeater","AssemblyName":"Blazorise","Documentation":"\n \n Repeater component that will render the for every item in .\n Has support for so it will update the rendered list of items when the collection changes.\n \n the type to render\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Repeater"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.Repeater component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n The items to render. When this is it will hookup collection change listeners.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Take","TypeName":"System.Int64?","Documentation":"\n \n [Optional] The number of items to take.\n \n ","Metadata":{"Common.PropertyName":"Take","Common.GloballyQualifiedTypeName":"global::System.Int64?"}},{"Kind":"Components.Component","Name":"Skip","TypeName":"System.Int64?","Documentation":"\n \n [Optional] The number of items to skip.\n \n ","Metadata":{"Common.PropertyName":"Skip","Common.GloballyQualifiedTypeName":"global::System.Int64?"}},{"Kind":"Components.Component","Name":"CollectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when collection changes.\n \n ","Metadata":{"Common.PropertyName":"CollectionChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to render per item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Repeater","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Repeater","Components.GenericTyped":"True"}},{"HashCode":448178900,"Kind":"Components.Component","Name":"Blazorise.Repeater","AssemblyName":"Blazorise","Documentation":"\n \n Repeater component that will render the for every item in .\n Has support for so it will update the rendered list of items when the collection changes.\n \n the type to render\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Repeater"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.Repeater component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n The items to render. When this is it will hookup collection change listeners.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Take","TypeName":"System.Int64?","Documentation":"\n \n [Optional] The number of items to take.\n \n ","Metadata":{"Common.PropertyName":"Take","Common.GloballyQualifiedTypeName":"global::System.Int64?"}},{"Kind":"Components.Component","Name":"Skip","TypeName":"System.Int64?","Documentation":"\n \n [Optional] The number of items to skip.\n \n ","Metadata":{"Common.PropertyName":"Skip","Common.GloballyQualifiedTypeName":"global::System.Int64?"}},{"Kind":"Components.Component","Name":"CollectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when collection changes.\n \n ","Metadata":{"Common.PropertyName":"CollectionChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to render per item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Repeater","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Repeater","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":141344284,"Kind":"Components.ChildContent","Name":"Blazorise.Repeater.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n The content to render per item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Repeater"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Repeater.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Repeater","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":693837998,"Kind":"Components.ChildContent","Name":"Blazorise.Repeater.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n The content to render per item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Repeater"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Repeater.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Repeater","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1516413030,"Kind":"Components.Component","Name":"Blazorise.Row","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper that represents a row in a flexbox grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Row"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RowColumns","TypeName":"Blazorise.IFluentRowColumns","Documentation":"\n \n Defines the number of columns to show in a row.\n \n ","Metadata":{"Common.PropertyName":"RowColumns","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentRowColumns"}},{"Kind":"Components.Component","Name":"Gutter","TypeName":"(System.Int32 Horizontal, System.Int32 Vertical)?","Documentation":"\n \n Row grid spacing - we recommend setting Horizontal and/or Vertical it to (16 + 8n). (n stands for natural number.)\n \n ","Metadata":{"Common.PropertyName":"Gutter","Common.GloballyQualifiedTypeName":"(global::System.Int32 Horizontal, global::System.Int32 Vertical)?"}},{"Kind":"Components.Component","Name":"HorizontalGutter","TypeName":"System.Int32?","Documentation":"\n \n Row grid Horizontal spacing. (n stands for natural number.)\n \n ","Metadata":{"Common.PropertyName":"HorizontalGutter","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"VerticalGutter","TypeName":"System.Int32?","Documentation":"\n \n Row grid Vertical spacing. (n stands for natural number.)\n \n ","Metadata":{"Common.PropertyName":"VerticalGutter","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"NoGutters","TypeName":"System.Boolean","Documentation":"\n \n Removes the negative margins from row and the horizontal padding from all immediate children columns.\n \n ","Metadata":{"Common.PropertyName":"NoGutters","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Row","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Row"}},{"HashCode":1717203656,"Kind":"Components.Component","Name":"Blazorise.Row","AssemblyName":"Blazorise","Documentation":"\n \n A wrapper that represents a row in a flexbox grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Row"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RowColumns","TypeName":"Blazorise.IFluentRowColumns","Documentation":"\n \n Defines the number of columns to show in a row.\n \n ","Metadata":{"Common.PropertyName":"RowColumns","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentRowColumns"}},{"Kind":"Components.Component","Name":"Gutter","TypeName":"(System.Int32 Horizontal, System.Int32 Vertical)?","Documentation":"\n \n Row grid spacing - we recommend setting Horizontal and/or Vertical it to (16 + 8n). (n stands for natural number.)\n \n ","Metadata":{"Common.PropertyName":"Gutter","Common.GloballyQualifiedTypeName":"(global::System.Int32 Horizontal, global::System.Int32 Vertical)?"}},{"Kind":"Components.Component","Name":"HorizontalGutter","TypeName":"System.Int32?","Documentation":"\n \n Row grid Horizontal spacing. (n stands for natural number.)\n \n ","Metadata":{"Common.PropertyName":"HorizontalGutter","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"VerticalGutter","TypeName":"System.Int32?","Documentation":"\n \n Row grid Vertical spacing. (n stands for natural number.)\n \n ","Metadata":{"Common.PropertyName":"VerticalGutter","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"NoGutters","TypeName":"System.Boolean","Documentation":"\n \n Removes the negative margins from row and the horizontal padding from all immediate children columns.\n \n ","Metadata":{"Common.PropertyName":"NoGutters","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Row","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Row","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":734855251,"Kind":"Components.ChildContent","Name":"Blazorise.Row.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Row"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Row.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Row","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1743310829,"Kind":"Components.ChildContent","Name":"Blazorise.Row.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Row"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Row.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Row","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-320444639,"Kind":"Components.Component","Name":"Blazorise.Select","AssemblyName":"Blazorise","Documentation":"\n \n The browser built-in select dropdown.\n \n The type of the .\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Select"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Select component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies that multiple items can be selected.\n \n ","Metadata":{"Common.PropertyName":"Multiple","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SelectedValue","TypeName":"TValue","Documentation":"\n \n Gets or sets the selected item value.\n \n ","Metadata":{"Common.PropertyName":"SelectedValue","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValues","TypeName":"System.Collections.Generic.IReadOnlyList","Documentation":"\n \n Gets or sets the multiple selected item values.\n \n ","Metadata":{"Common.PropertyName":"SelectedValues","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyList","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the selected item value has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Occurs when the selected items value has changed (only when ==true).\n \n ","Metadata":{"Common.PropertyName":"SelectedValuesChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the selected value.\n \n ","Metadata":{"Common.PropertyName":"SelectedValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValuesExpression","TypeName":"System.Linq.Expressions.Expression>>","Documentation":"\n \n Gets or sets an expression that identifies the selected value.\n \n ","Metadata":{"Common.PropertyName":"SelectedValuesExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MaxVisibleItems","TypeName":"System.Int32?","Documentation":"\n \n Specifies how many options should be shown at once.\n \n ","Metadata":{"Common.PropertyName":"MaxVisibleItems","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets loading property.\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func>","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Select","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select","Components.GenericTyped":"True"}},{"HashCode":1341089464,"Kind":"Components.Component","Name":"Blazorise.Select","AssemblyName":"Blazorise","Documentation":"\n \n The browser built-in select dropdown.\n \n The type of the .\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Select"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Select component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies that multiple items can be selected.\n \n ","Metadata":{"Common.PropertyName":"Multiple","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SelectedValue","TypeName":"TValue","Documentation":"\n \n Gets or sets the selected item value.\n \n ","Metadata":{"Common.PropertyName":"SelectedValue","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValues","TypeName":"System.Collections.Generic.IReadOnlyList","Documentation":"\n \n Gets or sets the multiple selected item values.\n \n ","Metadata":{"Common.PropertyName":"SelectedValues","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyList","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the selected item value has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Occurs when the selected items value has changed (only when ==true).\n \n ","Metadata":{"Common.PropertyName":"SelectedValuesChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the selected value.\n \n ","Metadata":{"Common.PropertyName":"SelectedValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedValuesExpression","TypeName":"System.Linq.Expressions.Expression>>","Documentation":"\n \n Gets or sets an expression that identifies the selected value.\n \n ","Metadata":{"Common.PropertyName":"SelectedValuesExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MaxVisibleItems","TypeName":"System.Int32?","Documentation":"\n \n Specifies how many options should be shown at once.\n \n ","Metadata":{"Common.PropertyName":"MaxVisibleItems","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Loading","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets loading property.\n \n ","Metadata":{"Common.PropertyName":"Loading","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func>","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Select","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":488391369,"Kind":"Components.ChildContent","Name":"Blazorise.Select.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Select"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Select.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-103632556,"Kind":"Components.ChildContent","Name":"Blazorise.Select.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Select"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Select.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-739671989,"Kind":"Components.ChildContent","Name":"Blazorise.Select.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Select"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Select.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":842165443,"Kind":"Components.ChildContent","Name":"Blazorise.Select.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Select"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Select.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":216992028,"Kind":"Components.Component","Name":"Blazorise.SelectGroup","AssemblyName":"Blazorise","Documentation":"\n \n Group item in the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SelectGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the group label.\n \n ","Metadata":{"Common.PropertyName":"Label","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.SelectGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"SelectGroup"}},{"HashCode":-602957329,"Kind":"Components.Component","Name":"Blazorise.SelectGroup","AssemblyName":"Blazorise","Documentation":"\n \n Group item in the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.SelectGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the group label.\n \n ","Metadata":{"Common.PropertyName":"Label","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.SelectGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"SelectGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-72942663,"Kind":"Components.ChildContent","Name":"Blazorise.SelectGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SelectGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.SelectGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"SelectGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1396363733,"Kind":"Components.ChildContent","Name":"Blazorise.SelectGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.SelectGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.SelectGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"SelectGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":646648330,"Kind":"Components.Component","Name":"Blazorise.SelectItem","AssemblyName":"Blazorise","Documentation":"\n \n Option item in the component.\n \n The type of the .\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SelectItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.SelectItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the item value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Disable the item from mouse click.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.Boolean","Documentation":"\n \n Hide the item from the list so it can be used as a placeholder.\n \n ","Metadata":{"Common.PropertyName":"Hidden","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.SelectItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"SelectItem","Components.GenericTyped":"True"}},{"HashCode":1281681055,"Kind":"Components.Component","Name":"Blazorise.SelectItem","AssemblyName":"Blazorise","Documentation":"\n \n Option item in the component.\n \n The type of the .\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.SelectItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.SelectItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the item value.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Disable the item from mouse click.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.Boolean","Documentation":"\n \n Hide the item from the list so it can be used as a placeholder.\n \n ","Metadata":{"Common.PropertyName":"Hidden","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.SelectItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"SelectItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-752206761,"Kind":"Components.ChildContent","Name":"Blazorise.SelectItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SelectItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.SelectItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"SelectItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1505847584,"Kind":"Components.ChildContent","Name":"Blazorise.SelectItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.SelectItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.SelectItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"SelectItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-120899252,"Kind":"Components.Component","Name":"Blazorise.Slider","AssemblyName":"Blazorise","Documentation":"\n \n A slider to select a value from a given range.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Slider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Slider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Step","TypeName":"TValue","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the value has changed.\n \n \n This will be converted to EventCallback once the Blazor team fix the error for generic components. see https://github.com/aspnet/AspNetCore/issues/8385\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n The minimum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n The maximum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Slider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Slider","Components.GenericTyped":"True"}},{"HashCode":513449636,"Kind":"Components.Component","Name":"Blazorise.Slider","AssemblyName":"Blazorise","Documentation":"\n \n A slider to select a value from a given range.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Slider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Slider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Step","TypeName":"TValue","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the value has changed.\n \n \n This will be converted to EventCallback once the Blazor team fix the error for generic components. see https://github.com/aspnet/AspNetCore/issues/8385\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n The minimum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n The maximum value to accept for this input.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Slider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Slider","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-679439836,"Kind":"Components.ChildContent","Name":"Blazorise.Slider.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Slider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Slider.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Slider","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-829827475,"Kind":"Components.ChildContent","Name":"Blazorise.Slider.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Slider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Slider.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Slider","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1511332641,"Kind":"Components.ChildContent","Name":"Blazorise.Slider.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Slider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Slider.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Slider","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1999784605,"Kind":"Components.ChildContent","Name":"Blazorise.Slider.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Slider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Slider.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Slider","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1243190261,"Kind":"Components.Component","Name":"Blazorise.Step","AssemblyName":"Blazorise","Documentation":"\n \n Clickable item in a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Step"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Overrides the index of the step item.\n \n ","Metadata":{"Common.PropertyName":"Index","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the step name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Completed","TypeName":"System.Boolean","Documentation":"\n \n Marks the step as completed.\n \n ","Metadata":{"Common.PropertyName":"Completed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Overrides the step color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom render template for the marker(circle) part of the step item.\n \n ","Metadata":{"Common.PropertyName":"Marker","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom render template for the text part of the step item.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Step","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Step"}},{"HashCode":784224885,"Kind":"Components.Component","Name":"Blazorise.Step","AssemblyName":"Blazorise","Documentation":"\n \n Clickable item in a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Step"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Overrides the index of the step item.\n \n ","Metadata":{"Common.PropertyName":"Index","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the step name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Completed","TypeName":"System.Boolean","Documentation":"\n \n Marks the step as completed.\n \n ","Metadata":{"Common.PropertyName":"Completed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Overrides the step color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom render template for the marker(circle) part of the step item.\n \n ","Metadata":{"Common.PropertyName":"Marker","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom render template for the text part of the step item.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Step","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Step","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-592174754,"Kind":"Components.ChildContent","Name":"Blazorise.Step.Marker","AssemblyName":"Blazorise","Documentation":"\n \n Custom render template for the marker(circle) part of the step item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Marker","ParentTag":"Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Step.Marker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1280159925,"Kind":"Components.ChildContent","Name":"Blazorise.Step.Marker","AssemblyName":"Blazorise","Documentation":"\n \n Custom render template for the marker(circle) part of the step item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Marker","ParentTag":"Blazorise.Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Step.Marker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":263231634,"Kind":"Components.ChildContent","Name":"Blazorise.Step.Caption","AssemblyName":"Blazorise","Documentation":"\n \n Custom render template for the text part of the step item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Caption","ParentTag":"Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Step.Caption","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1613092805,"Kind":"Components.ChildContent","Name":"Blazorise.Step.Caption","AssemblyName":"Blazorise","Documentation":"\n \n Custom render template for the text part of the step item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Caption","ParentTag":"Blazorise.Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Step.Caption","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2146872644,"Kind":"Components.ChildContent","Name":"Blazorise.Step.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Step.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-128136037,"Kind":"Components.ChildContent","Name":"Blazorise.Step.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Step"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Step.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Step","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2087960895,"Kind":"Components.Component","Name":"Blazorise.StepPanel","AssemblyName":"Blazorise","Documentation":"\n \n content area that is linked with a with the same name and that is placed within the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StepPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the panel name. Must match the corresponding step name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.StepPanel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepPanel"}},{"HashCode":-1045396700,"Kind":"Components.Component","Name":"Blazorise.StepPanel","AssemblyName":"Blazorise","Documentation":"\n \n content area that is linked with a with the same name and that is placed within the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.StepPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the panel name. Must match the corresponding step name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.StepPanel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepPanel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1575026033,"Kind":"Components.ChildContent","Name":"Blazorise.StepPanel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StepPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.StepPanel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepPanel","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-359194396,"Kind":"Components.ChildContent","Name":"Blazorise.StepPanel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.StepPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.StepPanel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepPanel","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":151675914,"Kind":"Components.Component","Name":"Blazorise.Steps","AssemblyName":"Blazorise","Documentation":"\n \n Steps is a navigation bar that guides users through the steps of a task.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Steps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedStep","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected step name.\n \n ","Metadata":{"Common.PropertyName":"SelectedStep","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedStepChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected step has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedStepChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NavigationAllowed","TypeName":"System.Func","Documentation":"\n \n Disables navigation by clicking on step.\n \n ","Metadata":{"Common.PropertyName":"NavigationAllowed","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for placing the items.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for placing the items.\n \n ","Metadata":{"Common.PropertyName":"Content","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Steps","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps"}},{"HashCode":-1221415706,"Kind":"Components.Component","Name":"Blazorise.Steps","AssemblyName":"Blazorise","Documentation":"\n \n Steps is a navigation bar that guides users through the steps of a task.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Steps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedStep","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected step name.\n \n ","Metadata":{"Common.PropertyName":"SelectedStep","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedStepChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected step has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedStepChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NavigationAllowed","TypeName":"System.Func","Documentation":"\n \n Disables navigation by clicking on step.\n \n ","Metadata":{"Common.PropertyName":"NavigationAllowed","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for placing the items.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for placing the items.\n \n ","Metadata":{"Common.PropertyName":"Content","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Steps","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1760329019,"Kind":"Components.ChildContent","Name":"Blazorise.Steps.Items","AssemblyName":"Blazorise","Documentation":"\n \n Template for placing the items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Steps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Steps.Items","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1003814967,"Kind":"Components.ChildContent","Name":"Blazorise.Steps.Items","AssemblyName":"Blazorise","Documentation":"\n \n Template for placing the items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Blazorise.Steps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Steps.Items","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":576815326,"Kind":"Components.ChildContent","Name":"Blazorise.Steps.Content","AssemblyName":"Blazorise","Documentation":"\n \n Template for placing the items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Steps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Steps.Content","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1474554450,"Kind":"Components.ChildContent","Name":"Blazorise.Steps.Content","AssemblyName":"Blazorise","Documentation":"\n \n Template for placing the items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Blazorise.Steps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Steps.Content","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2058190775,"Kind":"Components.ChildContent","Name":"Blazorise.Steps.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Steps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Steps.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1070469781,"Kind":"Components.ChildContent","Name":"Blazorise.Steps.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Steps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Steps.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1662445532,"Kind":"Components.Component","Name":"Blazorise.StepsContent","AssemblyName":"Blazorise","Documentation":"\n \n Main content area of component that can be placed anywhere on a page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StepsContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedPanel","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected panel name.\n \n ","Metadata":{"Common.PropertyName":"SelectedPanel","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedPanelChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected panel has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedPanelChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.StepsContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepsContent"}},{"HashCode":2110509324,"Kind":"Components.Component","Name":"Blazorise.StepsContent","AssemblyName":"Blazorise","Documentation":"\n \n Main content area of component that can be placed anywhere on a page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.StepsContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedPanel","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected panel name.\n \n ","Metadata":{"Common.PropertyName":"SelectedPanel","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedPanelChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected panel has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedPanelChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.StepsContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepsContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-829103257,"Kind":"Components.ChildContent","Name":"Blazorise.StepsContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StepsContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.StepsContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepsContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-916272757,"Kind":"Components.ChildContent","Name":"Blazorise.StepsContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.StepsContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.StepsContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepsContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":876453590,"Kind":"Components.Component","Name":"Blazorise.Switch","AssemblyName":"Blazorise","Documentation":"\n \n Switches toggle the state of a single setting on or off.\n \n Checked value type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Switch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Switch component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the switch named color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Switch","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Switch","Components.GenericTyped":"True"}},{"HashCode":-1531055133,"Kind":"Components.Component","Name":"Blazorise.Switch","AssemblyName":"Blazorise","Documentation":"\n \n Switches toggle the state of a single setting on or off.\n \n Checked value type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Switch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.Switch component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Defines the switch named color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TValue","Documentation":"\n \n Gets or sets the checked flag.\n \n ","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the check state is changed.\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the checked value.\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Group checkboxes or radios on the same horizontal row.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Switch","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Switch","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":47801910,"Kind":"Components.ChildContent","Name":"Blazorise.Switch.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Switch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Switch.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Switch","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1996033671,"Kind":"Components.ChildContent","Name":"Blazorise.Switch.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.Switch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Switch.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Switch","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1041767199,"Kind":"Components.ChildContent","Name":"Blazorise.Switch.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Switch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Switch.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Switch","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1078582846,"Kind":"Components.ChildContent","Name":"Blazorise.Switch.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Switch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Switch.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Switch","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1895482246,"Kind":"Components.Component","Name":"Blazorise.Table","AssemblyName":"Blazorise","Documentation":"\n \n The component is used for displaying tabular data.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Table"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FullWidth","TypeName":"System.Boolean","Documentation":"\n \n Makes the table to fill entire horizontal space.\n \n ","Metadata":{"Common.PropertyName":"FullWidth","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Striped","TypeName":"System.Boolean","Documentation":"\n \n Adds stripes to the table.\n \n ","Metadata":{"Common.PropertyName":"Striped","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Bordered","TypeName":"System.Boolean","Documentation":"\n \n Adds borders to all the cells.\n \n ","Metadata":{"Common.PropertyName":"Bordered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Hoverable","TypeName":"System.Boolean","Documentation":"\n \n Adds a hover effect when mousing over rows.\n \n ","Metadata":{"Common.PropertyName":"Hoverable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Narrow","TypeName":"System.Boolean","Documentation":"\n \n Makes the table more compact by cutting cell padding in half.\n \n ","Metadata":{"Common.PropertyName":"Narrow","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Borderless","TypeName":"System.Boolean","Documentation":"\n \n Makes the table without any borders.\n \n ","Metadata":{"Common.PropertyName":"Borderless","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Documentation":"\n \n Makes table responsive by adding the horizontal scroll bar.\n \n \n In some cases component placed inside of a table marked with \n flag might not show dropdown menu properly. To make it work you might need to add some\n additional CSS rules.\n \n ","Metadata":{"Common.PropertyName":"Responsive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FixedHeader","TypeName":"System.Boolean","Documentation":"\n \n Makes table have a fixed header and enables a scrollbar in the table body.\n \n ","Metadata":{"Common.PropertyName":"FixedHeader","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FixedHeaderTableHeight","TypeName":"System.String","Documentation":"\n \n Sets the table height when feature is enabled (defaults to 300px).\n \n ","Metadata":{"Common.PropertyName":"FixedHeaderTableHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FixedHeaderTableMaxHeight","TypeName":"System.String","Documentation":"\n \n Sets the table max height when feature is enabled (defaults to 300px).\n \n ","Metadata":{"Common.PropertyName":"FixedHeaderTableMaxHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Resizable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can resize Table's columns.\n \n ","Metadata":{"Common.PropertyName":"Resizable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ResizeMode","TypeName":"Blazorise.TableResizeMode","IsEnum":true,"Documentation":"\n \n Gets or sets whether the user can resize on header or columns.\n \n ","Metadata":{"Common.PropertyName":"ResizeMode","Common.GloballyQualifiedTypeName":"global::Blazorise.TableResizeMode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Table","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Table"}},{"HashCode":2045549860,"Kind":"Components.Component","Name":"Blazorise.Table","AssemblyName":"Blazorise","Documentation":"\n \n The component is used for displaying tabular data.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Table"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FullWidth","TypeName":"System.Boolean","Documentation":"\n \n Makes the table to fill entire horizontal space.\n \n ","Metadata":{"Common.PropertyName":"FullWidth","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Striped","TypeName":"System.Boolean","Documentation":"\n \n Adds stripes to the table.\n \n ","Metadata":{"Common.PropertyName":"Striped","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Bordered","TypeName":"System.Boolean","Documentation":"\n \n Adds borders to all the cells.\n \n ","Metadata":{"Common.PropertyName":"Bordered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Hoverable","TypeName":"System.Boolean","Documentation":"\n \n Adds a hover effect when mousing over rows.\n \n ","Metadata":{"Common.PropertyName":"Hoverable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Narrow","TypeName":"System.Boolean","Documentation":"\n \n Makes the table more compact by cutting cell padding in half.\n \n ","Metadata":{"Common.PropertyName":"Narrow","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Borderless","TypeName":"System.Boolean","Documentation":"\n \n Makes the table without any borders.\n \n ","Metadata":{"Common.PropertyName":"Borderless","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Documentation":"\n \n Makes table responsive by adding the horizontal scroll bar.\n \n \n In some cases component placed inside of a table marked with \n flag might not show dropdown menu properly. To make it work you might need to add some\n additional CSS rules.\n \n ","Metadata":{"Common.PropertyName":"Responsive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FixedHeader","TypeName":"System.Boolean","Documentation":"\n \n Makes table have a fixed header and enables a scrollbar in the table body.\n \n ","Metadata":{"Common.PropertyName":"FixedHeader","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FixedHeaderTableHeight","TypeName":"System.String","Documentation":"\n \n Sets the table height when feature is enabled (defaults to 300px).\n \n ","Metadata":{"Common.PropertyName":"FixedHeaderTableHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FixedHeaderTableMaxHeight","TypeName":"System.String","Documentation":"\n \n Sets the table max height when feature is enabled (defaults to 300px).\n \n ","Metadata":{"Common.PropertyName":"FixedHeaderTableMaxHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Resizable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can resize Table's columns.\n \n ","Metadata":{"Common.PropertyName":"Resizable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ResizeMode","TypeName":"Blazorise.TableResizeMode","IsEnum":true,"Documentation":"\n \n Gets or sets whether the user can resize on header or columns.\n \n ","Metadata":{"Common.PropertyName":"ResizeMode","Common.GloballyQualifiedTypeName":"global::Blazorise.TableResizeMode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Table","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Table","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":138552497,"Kind":"Components.ChildContent","Name":"Blazorise.Table.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Table"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Table.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Table","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1905153745,"Kind":"Components.ChildContent","Name":"Blazorise.Table.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Table"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Table.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Table","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-911744234,"Kind":"Components.Component","Name":"Blazorise.TableBody","AssemblyName":"Blazorise","Documentation":"\n \n Table Body element encapsulates a set of table rows, indicating that they comprise the body of the table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableBody"}},{"HashCode":1355203147,"Kind":"Components.Component","Name":"Blazorise.TableBody","AssemblyName":"Blazorise","Documentation":"\n \n Table Body element encapsulates a set of table rows, indicating that they comprise the body of the table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableBody","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1116160537,"Kind":"Components.ChildContent","Name":"Blazorise.TableBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TableBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableBody","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1748300579,"Kind":"Components.ChildContent","Name":"Blazorise.TableBody.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TableBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableBody.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableBody","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1388361854,"Kind":"Components.Component","Name":"Blazorise.TableFooter","AssemblyName":"Blazorise","Documentation":"\n \n Defines a set of rows summarizing the columns of the table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableFooter"}},{"HashCode":-2081737390,"Kind":"Components.Component","Name":"Blazorise.TableFooter","AssemblyName":"Blazorise","Documentation":"\n \n Defines a set of rows summarizing the columns of the table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1011898124,"Kind":"Components.ChildContent","Name":"Blazorise.TableFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TableFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableFooter","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":485313979,"Kind":"Components.ChildContent","Name":"Blazorise.TableFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TableFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableFooter","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1621625194,"Kind":"Components.Component","Name":"Blazorise.TableHeader","AssemblyName":"Blazorise","Documentation":"\n \n Defines a set of rows defining the head of the columns of the table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ThemeContrast","TypeName":"Blazorise.ThemeContrast","IsEnum":true,"Documentation":"\n \n Sets the preferred color contrast for the header.\n \n ","Metadata":{"Common.PropertyName":"ThemeContrast","Common.GloballyQualifiedTypeName":"global::Blazorise.ThemeContrast"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableHeader"}},{"HashCode":514339418,"Kind":"Components.Component","Name":"Blazorise.TableHeader","AssemblyName":"Blazorise","Documentation":"\n \n Defines a set of rows defining the head of the columns of the table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ThemeContrast","TypeName":"Blazorise.ThemeContrast","IsEnum":true,"Documentation":"\n \n Sets the preferred color contrast for the header.\n \n ","Metadata":{"Common.PropertyName":"ThemeContrast","Common.GloballyQualifiedTypeName":"global::Blazorise.ThemeContrast"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726544995,"Kind":"Components.ChildContent","Name":"Blazorise.TableHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TableHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableHeader","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1830108634,"Kind":"Components.ChildContent","Name":"Blazorise.TableHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TableHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableHeader","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2078517571,"Kind":"Components.Component","Name":"Blazorise.TableHeaderCell","AssemblyName":"Blazorise","Documentation":"\n \n Defines a cell as header of a group of table cells.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableHeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RowSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of rows a cell should span.\n \n ","Metadata":{"Common.PropertyName":"RowSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ColumnSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of columns a cell should span.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the header cell is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableHeaderCell","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableHeaderCell"}},{"HashCode":1368893524,"Kind":"Components.Component","Name":"Blazorise.TableHeaderCell","AssemblyName":"Blazorise","Documentation":"\n \n Defines a cell as header of a group of table cells.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableHeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RowSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of rows a cell should span.\n \n ","Metadata":{"Common.PropertyName":"RowSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ColumnSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of columns a cell should span.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Cursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Defines the mouse cursor based on the behaviour by the current css framework.\n \n ","Metadata":{"Common.PropertyName":"Cursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the header cell is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableHeaderCell","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableHeaderCell","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":994753145,"Kind":"Components.ChildContent","Name":"Blazorise.TableHeaderCell.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TableHeaderCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableHeaderCell.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableHeaderCell","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1654446492,"Kind":"Components.ChildContent","Name":"Blazorise.TableHeaderCell.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TableHeaderCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableHeaderCell.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableHeaderCell","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1181157059,"Kind":"Components.Component","Name":"Blazorise.TableRow","AssemblyName":"Blazorise","Documentation":"\n \n Component defines a row of cells in a table. The row's cells can then be established using a mix of (data cell) components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the row variant color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n Sets a table row as selected by appending \"selected\" modifier on a tr element.\n \n ","Metadata":{"Common.PropertyName":"Selected","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"HoverCursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Gets or sets the applied cursor when the row is hovered over.\n \n ","Metadata":{"Common.PropertyName":"HoverCursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DoubleClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is double clicked.\n \n ","Metadata":{"Common.PropertyName":"DoubleClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is mouse overed.\n \n ","Metadata":{"Common.PropertyName":"MouseOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is mouse leaved.\n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableRow","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRow"}},{"HashCode":1527474898,"Kind":"Components.Component","Name":"Blazorise.TableRow","AssemblyName":"Blazorise","Documentation":"\n \n Component defines a row of cells in a table. The row's cells can then be established using a mix of (data cell) components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the row variant color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n Sets a table row as selected by appending \"selected\" modifier on a tr element.\n \n ","Metadata":{"Common.PropertyName":"Selected","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"HoverCursor","TypeName":"Blazorise.Cursor","IsEnum":true,"Documentation":"\n \n Gets or sets the applied cursor when the row is hovered over.\n \n ","Metadata":{"Common.PropertyName":"HoverCursor","Common.GloballyQualifiedTypeName":"global::Blazorise.Cursor"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DoubleClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is double clicked.\n \n ","Metadata":{"Common.PropertyName":"DoubleClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is mouse overed.\n \n ","Metadata":{"Common.PropertyName":"MouseOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is mouse leaved.\n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableRow","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1002794570,"Kind":"Components.ChildContent","Name":"Blazorise.TableRow.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TableRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRow.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRow","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-287772872,"Kind":"Components.ChildContent","Name":"Blazorise.TableRow.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TableRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRow.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRow","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1789170712,"Kind":"Components.Component","Name":"Blazorise.TableRowCell","AssemblyName":"Blazorise","Documentation":"\n \n Defines a cell of a table that contains data.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableRowCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the cell variant color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"RowSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of rows a cell should span.\n \n ","Metadata":{"Common.PropertyName":"RowSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ColumnSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of columns a cell should span.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row cell is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableRowCell","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowCell"}},{"HashCode":-1006824736,"Kind":"Components.Component","Name":"Blazorise.TableRowCell","AssemblyName":"Blazorise","Documentation":"\n \n Defines a cell of a table that contains data.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableRowCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Gets or sets the cell variant color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"RowSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of rows a cell should span.\n \n ","Metadata":{"Common.PropertyName":"RowSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ColumnSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of columns a cell should span.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row cell is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableRowCell","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowCell","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1712001827,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowCell.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TableRowCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowCell.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowCell","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-521561765,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowCell.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TableRowCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowCell.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowCell","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-589364112,"Kind":"Components.Component","Name":"Blazorise.TableRowGroup","AssemblyName":"Blazorise","Documentation":"\n \n The component is used to group rows in a table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableRowGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Documentation":"\n \n Defines if the group is expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Defines if the group is expanded.\n \n ","Metadata":{"Common.PropertyName":"ExpandedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Toggleable","TypeName":"System.Boolean","Documentation":"\n \n Defines if the group property can be toggled by clicking. It is still possible to toggle it programatically.\n \n ","Metadata":{"Common.PropertyName":"Toggleable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ColumnSpan","TypeName":"System.Int32","Documentation":"\n \n Determines the column span for the inner table cell.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpan","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DoubleClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is double clicked.\n \n ","Metadata":{"Common.PropertyName":"DoubleClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom title content to be rendered inside this . It has higher priority over the parameter.\n \n ","Metadata":{"Common.PropertyName":"TitleTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IndentTableCells","TypeName":"System.Int32","Documentation":"\n \n Specifies a number of Table Cells to Indent on the Group Row.\n \n ","Metadata":{"Common.PropertyName":"IndentTableCells","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"IndentTableCellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom content inside an Indented Table Cell on the Group Row. A contextual index is provided according to the Indentation.\n \n ","Metadata":{"Common.PropertyName":"IndentTableCellTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableRowGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup"}},{"HashCode":-710901657,"Kind":"Components.Component","Name":"Blazorise.TableRowGroup","AssemblyName":"Blazorise","Documentation":"\n \n The component is used to group rows in a table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableRowGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Documentation":"\n \n Defines if the group is expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Defines if the group is expanded.\n \n ","Metadata":{"Common.PropertyName":"ExpandedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Toggleable","TypeName":"System.Boolean","Documentation":"\n \n Defines if the group property can be toggled by clicking. It is still possible to toggle it programatically.\n \n ","Metadata":{"Common.PropertyName":"Toggleable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ColumnSpan","TypeName":"System.Int32","Documentation":"\n \n Determines the column span for the inner table cell.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpan","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DoubleClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row is double clicked.\n \n ","Metadata":{"Common.PropertyName":"DoubleClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom title content to be rendered inside this . It has higher priority over the parameter.\n \n ","Metadata":{"Common.PropertyName":"TitleTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IndentTableCells","TypeName":"System.Int32","Documentation":"\n \n Specifies a number of Table Cells to Indent on the Group Row.\n \n ","Metadata":{"Common.PropertyName":"IndentTableCells","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"IndentTableCellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom content inside an Indented Table Cell on the Group Row. A contextual index is provided according to the Indentation.\n \n ","Metadata":{"Common.PropertyName":"IndentTableCellTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableRowGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1006878228,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowGroup.TitleTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the custom title content to be rendered inside this . It has higher priority over the parameter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TitleTemplate","ParentTag":"TableRowGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowGroup.TitleTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-748864006,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowGroup.TitleTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the custom title content to be rendered inside this . It has higher priority over the parameter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TitleTemplate","ParentTag":"Blazorise.TableRowGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowGroup.TitleTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":60438674,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TableRowGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":703914558,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowGroup.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TableRowGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowGroup.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2062968567,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowGroup.IndentTableCellTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the custom content inside an Indented Table Cell on the Group Row. A contextual index is provided according to the Indentation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IndentTableCellTemplate","ParentTag":"TableRowGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'IndentTableCellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowGroup.IndentTableCellTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":685370951,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowGroup.IndentTableCellTemplate","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the custom content inside an Indented Table Cell on the Group Row. A contextual index is provided according to the Indentation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IndentTableCellTemplate","ParentTag":"Blazorise.TableRowGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'IndentTableCellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowGroup.IndentTableCellTemplate","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-386609911,"Kind":"Components.Component","Name":"Blazorise.TableRowHeader","AssemblyName":"Blazorise","Documentation":"\n \n Defines a cell as header of a group of table cells.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableRowHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RowSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of rows a cell should span.\n \n ","Metadata":{"Common.PropertyName":"RowSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ColumnSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of columns a cell should span.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row header is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableRowHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowHeader"}},{"HashCode":1108149363,"Kind":"Components.Component","Name":"Blazorise.TableRowHeader","AssemblyName":"Blazorise","Documentation":"\n \n Defines a cell as header of a group of table cells.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableRowHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RowSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of rows a cell should span.\n \n ","Metadata":{"Common.PropertyName":"RowSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"ColumnSpan","TypeName":"System.Int32?","Documentation":"\n \n Number of columns a cell should span.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpan","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the row header is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Draggable","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the element can be dragged.\n \n ","Metadata":{"Common.PropertyName":"Draggable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.\n \n ","Metadata":{"Common.PropertyName":"Drag","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnd event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEndPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEndPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragEnter event is fired when a dragged element or text selection enters a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnterPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragEnterPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragLeave event is fired when a dragged element or text selection leaves a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeavePreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragLeavePreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragOver event is fired when an element or text selection is being dragged over a valid drop target (every few hundred milliseconds).\n \n ","Metadata":{"Common.PropertyName":"DragOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragOverPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragOverPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The DragStart event is fired when the user starts dragging an element or text selection.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStartPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DragStartPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Drop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The drop event is fired when an element or text selection is dropped on a valid drop target.\n \n ","Metadata":{"Common.PropertyName":"Drop","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DropPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"DropPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event is fired when an element or text selection is right clicked to show the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TableRowHeader","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1119786265,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TableRowHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowHeader","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1365051079,"Kind":"Components.ChildContent","Name":"Blazorise.TableRowHeader.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TableRowHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TableRowHeader.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowHeader","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2143888132,"Kind":"Components.Component","Name":"Blazorise.Tab","AssemblyName":"Blazorise","Documentation":"\n \n A clickable item for component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tab"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the tab name. Must match the corresponding panel name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Flag to indicate that the tab is not responsive for user interaction.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Tab","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tab"}},{"HashCode":-1019792787,"Kind":"Components.Component","Name":"Blazorise.Tab","AssemblyName":"Blazorise","Documentation":"\n \n A clickable item for component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Tab"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the tab name. Must match the corresponding panel name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Flag to indicate that the tab is not responsive for user interaction.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the item is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Tab","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tab","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1148843355,"Kind":"Components.ChildContent","Name":"Blazorise.Tab.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Tab"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tab.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tab","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":946294217,"Kind":"Components.ChildContent","Name":"Blazorise.Tab.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Tab"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tab.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tab","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1043115388,"Kind":"Components.Component","Name":"Blazorise.TabPanel","AssemblyName":"Blazorise","Documentation":"\n \n A container for each inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the panel name. Must match the corresponding tab name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TabPanel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabPanel"}},{"HashCode":-2142289671,"Kind":"Components.Component","Name":"Blazorise.TabPanel","AssemblyName":"Blazorise","Documentation":"\n \n A container for each inside of component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TabPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the panel name. Must match the corresponding tab name.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TabPanel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabPanel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1080362360,"Kind":"Components.ChildContent","Name":"Blazorise.TabPanel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TabPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TabPanel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabPanel","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1885404193,"Kind":"Components.ChildContent","Name":"Blazorise.TabPanel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TabPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TabPanel.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabPanel","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1263374559,"Kind":"Components.Component","Name":"Blazorise.Tabs","AssemblyName":"Blazorise","Documentation":"\n \n Tabs organize content across different screens, data sets, and other interactions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Pills","TypeName":"System.Boolean","Documentation":"\n \n Makes the tab items to appear as pills.\n \n ","Metadata":{"Common.PropertyName":"Pills","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FullWidth","TypeName":"System.Boolean","Documentation":"\n \n Makes the tab items to extend the full available width.\n \n ","Metadata":{"Common.PropertyName":"FullWidth","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Justified","TypeName":"System.Boolean","Documentation":"\n \n Makes the tab items to extend the full available width, but every item will be the same width.\n \n ","Metadata":{"Common.PropertyName":"Justified","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"TabPosition","TypeName":"Blazorise.TabPosition","IsEnum":true,"Documentation":"\n \n Position of tab items.\n \n ","Metadata":{"Common.PropertyName":"TabPosition","Common.GloballyQualifiedTypeName":"global::Blazorise.TabPosition"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Blazorise.TabsRenderMode","IsEnum":true,"Documentation":"\n \n Defines how the tabs content will be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderMode","Common.GloballyQualifiedTypeName":"global::Blazorise.TabsRenderMode"}},{"Kind":"Components.Component","Name":"VerticalItemsColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Controls the size of the items bar when in vertical mode. If left undefined it will default to the ColumnSize.IsAuto.\n \n ","Metadata":{"Common.PropertyName":"VerticalItemsColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"SelectedTab","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected tab name.\n \n ","Metadata":{"Common.PropertyName":"SelectedTab","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedTabChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected tab has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedTabChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Container for tab items.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Container for tab panes.\n \n ","Metadata":{"Common.PropertyName":"Content","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Tabs","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs"}},{"HashCode":-2093071477,"Kind":"Components.Component","Name":"Blazorise.Tabs","AssemblyName":"Blazorise","Documentation":"\n \n Tabs organize content across different screens, data sets, and other interactions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Tabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Pills","TypeName":"System.Boolean","Documentation":"\n \n Makes the tab items to appear as pills.\n \n ","Metadata":{"Common.PropertyName":"Pills","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FullWidth","TypeName":"System.Boolean","Documentation":"\n \n Makes the tab items to extend the full available width.\n \n ","Metadata":{"Common.PropertyName":"FullWidth","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Justified","TypeName":"System.Boolean","Documentation":"\n \n Makes the tab items to extend the full available width, but every item will be the same width.\n \n ","Metadata":{"Common.PropertyName":"Justified","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"TabPosition","TypeName":"Blazorise.TabPosition","IsEnum":true,"Documentation":"\n \n Position of tab items.\n \n ","Metadata":{"Common.PropertyName":"TabPosition","Common.GloballyQualifiedTypeName":"global::Blazorise.TabPosition"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Blazorise.TabsRenderMode","IsEnum":true,"Documentation":"\n \n Defines how the tabs content will be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderMode","Common.GloballyQualifiedTypeName":"global::Blazorise.TabsRenderMode"}},{"Kind":"Components.Component","Name":"VerticalItemsColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Controls the size of the items bar when in vertical mode. If left undefined it will default to the ColumnSize.IsAuto.\n \n ","Metadata":{"Common.PropertyName":"VerticalItemsColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"SelectedTab","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected tab name.\n \n ","Metadata":{"Common.PropertyName":"SelectedTab","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedTabChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected tab has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedTabChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Container for tab items.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Container for tab panes.\n \n ","Metadata":{"Common.PropertyName":"Content","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Tabs","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-679548273,"Kind":"Components.ChildContent","Name":"Blazorise.Tabs.Items","AssemblyName":"Blazorise","Documentation":"\n \n Container for tab items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Tabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tabs.Items","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-862373297,"Kind":"Components.ChildContent","Name":"Blazorise.Tabs.Items","AssemblyName":"Blazorise","Documentation":"\n \n Container for tab items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Blazorise.Tabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tabs.Items","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":280828758,"Kind":"Components.ChildContent","Name":"Blazorise.Tabs.Content","AssemblyName":"Blazorise","Documentation":"\n \n Container for tab panes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Tabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tabs.Content","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1955891130,"Kind":"Components.ChildContent","Name":"Blazorise.Tabs.Content","AssemblyName":"Blazorise","Documentation":"\n \n Container for tab panes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Blazorise.Tabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tabs.Content","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1990842347,"Kind":"Components.ChildContent","Name":"Blazorise.Tabs.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Tabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tabs.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1645976420,"Kind":"Components.ChildContent","Name":"Blazorise.Tabs.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Tabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tabs.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1063745078,"Kind":"Components.Component","Name":"Blazorise.TabsContent","AssemblyName":"Blazorise","Documentation":"\n \n A container for tab panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabsContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedPanel","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected panel name.\n \n ","Metadata":{"Common.PropertyName":"SelectedPanel","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedPanelChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected panel has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedPanelChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TabsContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabsContent"}},{"HashCode":2036969540,"Kind":"Components.Component","Name":"Blazorise.TabsContent","AssemblyName":"Blazorise","Documentation":"\n \n A container for tab panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TabsContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedPanel","TypeName":"System.String","Documentation":"\n \n Gets or sets currently selected panel name.\n \n ","Metadata":{"Common.PropertyName":"SelectedPanel","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SelectedPanelChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected panel has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedPanelChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TabsContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabsContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":285102583,"Kind":"Components.ChildContent","Name":"Blazorise.TabsContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TabsContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TabsContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabsContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-443825174,"Kind":"Components.ChildContent","Name":"Blazorise.TabsContent.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TabsContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TabsContent.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabsContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2107667614,"Kind":"Components.Component","Name":"Blazorise.TextEdit","AssemblyName":"Blazorise","Documentation":"\n \n Component that allows you to display and edit single-line text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TextEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Role","TypeName":"Blazorise.TextRole","IsEnum":true,"Documentation":"\n \n Defines the role of the input text.\n \n ","Metadata":{"Common.PropertyName":"Role","Common.GloballyQualifiedTypeName":"global::Blazorise.TextRole"}},{"Kind":"Components.Component","Name":"InputMode","TypeName":"Blazorise.TextInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"InputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.TextInputMode"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TextChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after text has changed.\n \n ","Metadata":{"Common.PropertyName":"TextChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the text value.\n \n ","Metadata":{"Common.PropertyName":"TextExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"EditMask","TypeName":"System.String","Documentation":"\n \n A string representing a edit mask expression.\n \n ","Metadata":{"Common.PropertyName":"EditMask","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaskType","TypeName":"Blazorise.MaskType","IsEnum":true,"Documentation":"\n \n Specify the mask type used by the editor.\n \n ","Metadata":{"Common.PropertyName":"MaskType","Common.GloballyQualifiedTypeName":"global::Blazorise.MaskType"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum number of characters allowed in the input element.\n \n ","Metadata":{"Common.PropertyName":"MaxLength","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"VisibleCharacters","TypeName":"System.Int32?","Documentation":"\n \n The size attribute specifies the visible width, in characters, of an input element. https://www.w3schools.com/tags/att_input_size.asp\".\n \n ","Metadata":{"Common.PropertyName":"VisibleCharacters","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TextEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TextEdit"}},{"HashCode":-1898314768,"Kind":"Components.Component","Name":"Blazorise.TextEdit","AssemblyName":"Blazorise","Documentation":"\n \n Component that allows you to display and edit single-line text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TextEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Role","TypeName":"Blazorise.TextRole","IsEnum":true,"Documentation":"\n \n Defines the role of the input text.\n \n ","Metadata":{"Common.PropertyName":"Role","Common.GloballyQualifiedTypeName":"global::Blazorise.TextRole"}},{"Kind":"Components.Component","Name":"InputMode","TypeName":"Blazorise.TextInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"InputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.TextInputMode"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text inside the input field.\n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TextChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after text has changed.\n \n ","Metadata":{"Common.PropertyName":"TextChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the text value.\n \n ","Metadata":{"Common.PropertyName":"TextExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"EditMask","TypeName":"System.String","Documentation":"\n \n A string representing a edit mask expression.\n \n ","Metadata":{"Common.PropertyName":"EditMask","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"MaskType","TypeName":"Blazorise.MaskType","IsEnum":true,"Documentation":"\n \n Specify the mask type used by the editor.\n \n ","Metadata":{"Common.PropertyName":"MaskType","Common.GloballyQualifiedTypeName":"global::Blazorise.MaskType"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum number of characters allowed in the input element.\n \n ","Metadata":{"Common.PropertyName":"MaxLength","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"VisibleCharacters","TypeName":"System.Int32?","Documentation":"\n \n The size attribute specifies the visible width, in characters, of an input element. https://www.w3schools.com/tags/att_input_size.asp\".\n \n ","Metadata":{"Common.PropertyName":"VisibleCharacters","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TextEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TextEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-370415904,"Kind":"Components.ChildContent","Name":"Blazorise.TextEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"TextEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TextEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TextEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-205092147,"Kind":"Components.ChildContent","Name":"Blazorise.TextEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.TextEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TextEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TextEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1386110128,"Kind":"Components.ChildContent","Name":"Blazorise.TextEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TextEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TextEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TextEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":460404885,"Kind":"Components.ChildContent","Name":"Blazorise.TextEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TextEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TextEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TextEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1900397987,"Kind":"Components.Component","Name":"Blazorise.ThemeProvider","AssemblyName":"Blazorise","Documentation":"\n \n Main theme provider that will build the CSS variables and styles.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ThemeProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Theme","TypeName":"Blazorise.Theme","Documentation":"\n \n Gets or sets the theme options.\n \n ","Metadata":{"Common.PropertyName":"Theme","Common.GloballyQualifiedTypeName":"global::Blazorise.Theme"}},{"Kind":"Components.Component","Name":"WriteVariables","TypeName":"System.Boolean","Documentation":"\n \n If true variables will be written to the page body.\n \n ","Metadata":{"Common.PropertyName":"WriteVariables","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ThemeProvider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ThemeProvider"}},{"HashCode":-2045767809,"Kind":"Components.Component","Name":"Blazorise.ThemeProvider","AssemblyName":"Blazorise","Documentation":"\n \n Main theme provider that will build the CSS variables and styles.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ThemeProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Theme","TypeName":"Blazorise.Theme","Documentation":"\n \n Gets or sets the theme options.\n \n ","Metadata":{"Common.PropertyName":"Theme","Common.GloballyQualifiedTypeName":"global::Blazorise.Theme"}},{"Kind":"Components.Component","Name":"WriteVariables","TypeName":"System.Boolean","Documentation":"\n \n If true variables will be written to the page body.\n \n ","Metadata":{"Common.PropertyName":"WriteVariables","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ThemeProvider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ThemeProvider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":474455587,"Kind":"Components.ChildContent","Name":"Blazorise.ThemeProvider.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ThemeProvider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ThemeProvider.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ThemeProvider","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":320167766,"Kind":"Components.ChildContent","Name":"Blazorise.ThemeProvider.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ThemeProvider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ThemeProvider.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ThemeProvider","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-644630877,"Kind":"Components.Component","Name":"Blazorise.TimeEdit","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a time value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.TimeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Time","TypeName":"TValue","Documentation":"\n \n Gets or sets the input time value.\n \n ","Metadata":{"Common.PropertyName":"Time","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TimeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the time has changed.\n \n ","Metadata":{"Common.PropertyName":"TimeChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TimeExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the time field.\n \n ","Metadata":{"Common.PropertyName":"TimeExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.TimeSpan?","Documentation":"\n \n The earliest time to accept.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.TimeSpan?"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.TimeSpan?","Documentation":"\n \n The latest time to accept.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.TimeSpan?"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32?","Documentation":"\n \n The step attribute specifies the legal number intervals for seconds or milliseconds in a time field (does not apply for hours or minutes).\n \n Example: if step=\"2\", legal numbers could be 0, 2, 4, etc.\n \n \n The step attribute is often used together with the max and min attributes to create a range of legal values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TimeEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimeEdit","Components.GenericTyped":"True"}},{"HashCode":1205229188,"Kind":"Components.Component","Name":"Blazorise.TimeEdit","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a time value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TimeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.TimeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Time","TypeName":"TValue","Documentation":"\n \n Gets or sets the input time value.\n \n ","Metadata":{"Common.PropertyName":"Time","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TimeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the time has changed.\n \n ","Metadata":{"Common.PropertyName":"TimeChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TimeExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the time field.\n \n ","Metadata":{"Common.PropertyName":"TimeExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.TimeSpan?","Documentation":"\n \n The earliest time to accept.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.TimeSpan?"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.TimeSpan?","Documentation":"\n \n The latest time to accept.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.TimeSpan?"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32?","Documentation":"\n \n The step attribute specifies the legal number intervals for seconds or milliseconds in a time field (does not apply for hours or minutes).\n \n Example: if step=\"2\", legal numbers could be 0, 2, 4, etc.\n \n \n The step attribute is often used together with the max and min attributes to create a range of legal values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TimeEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimeEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-146564378,"Kind":"Components.ChildContent","Name":"Blazorise.TimeEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"TimeEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TimeEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimeEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1657948128,"Kind":"Components.ChildContent","Name":"Blazorise.TimeEdit.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.TimeEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TimeEdit.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimeEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1385771739,"Kind":"Components.ChildContent","Name":"Blazorise.TimeEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TimeEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TimeEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimeEdit","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1837693223,"Kind":"Components.ChildContent","Name":"Blazorise.TimeEdit.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TimeEdit"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TimeEdit.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimeEdit","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":952603354,"Kind":"Components.Component","Name":"Blazorise.TimePicker","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a time value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.TimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Time","TypeName":"TValue","Documentation":"\n \n Gets or sets the input time value.\n \n ","Metadata":{"Common.PropertyName":"Time","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TimeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the time has changed.\n \n ","Metadata":{"Common.PropertyName":"TimeChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TimeExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the time field.\n \n ","Metadata":{"Common.PropertyName":"TimeExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.TimeSpan?","Documentation":"\n \n The earliest time to accept.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.TimeSpan?"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.TimeSpan?","Documentation":"\n \n The latest time to accept.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.TimeSpan?"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the display format of the time input.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TimeAs24hr","TypeName":"System.Boolean","Documentation":"\n \n Displays time picker in 24 hour mode without AM/PM selection when enabled.\n \n ","Metadata":{"Common.PropertyName":"TimeAs24hr","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Display the time menu in an always-open state with the inline option.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"StaticPicker","TypeName":"System.Boolean","Documentation":"\n \n If enabled, the calendar menu will be positioned as static.\n \n ","Metadata":{"Common.PropertyName":"StaticPicker","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TimePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimePicker","Components.GenericTyped":"True"}},{"HashCode":977877985,"Kind":"Components.Component","Name":"Blazorise.TimePicker","AssemblyName":"Blazorise","Documentation":"\n \n An editor that displays a time value and allows a user to edit the value.\n \n Data-type to be binded by the property.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Blazorise.TimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Time","TypeName":"TValue","Documentation":"\n \n Gets or sets the input time value.\n \n ","Metadata":{"Common.PropertyName":"Time","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TimeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the time has changed.\n \n ","Metadata":{"Common.PropertyName":"TimeChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TimeExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the time field.\n \n ","Metadata":{"Common.PropertyName":"TimeExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.TimeSpan?","Documentation":"\n \n The earliest time to accept.\n \n ","Metadata":{"Common.PropertyName":"Min","Common.GloballyQualifiedTypeName":"global::System.TimeSpan?"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.TimeSpan?","Documentation":"\n \n The latest time to accept.\n \n ","Metadata":{"Common.PropertyName":"Max","Common.GloballyQualifiedTypeName":"global::System.TimeSpan?"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the display format of the time input.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"TimeAs24hr","TypeName":"System.Boolean","Documentation":"\n \n Displays time picker in 24 hour mode without AM/PM selection when enabled.\n \n ","Metadata":{"Common.PropertyName":"TimeAs24hr","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Display the time menu in an always-open state with the inline option.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"StaticPicker","TypeName":"System.Boolean","Documentation":"\n \n If enabled, the calendar menu will be positioned as static.\n \n ","Metadata":{"Common.PropertyName":"StaticPicker","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Sets the placeholder for the empty text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Plaintext","TypeName":"System.Boolean","Documentation":"\n \n Sets the class to remove the default form field styling and preserve the correct margin and padding.\n \n ","Metadata":{"Common.PropertyName":"Plaintext","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Sets the input text color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Documentation":"\n \n The pattern attribute specifies a regular expression that the input element's value is checked against on form validation.\n \n ","Metadata":{"Common.PropertyName":"Pattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Immediate","TypeName":"System.Boolean?","Documentation":"\n \n If true the text in will be changed after each key press.\n \n \n Note that setting this will override global settings in .\n \n ","Metadata":{"Common.PropertyName":"Immediate","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Debounce","TypeName":"System.Boolean?","Documentation":"\n \n If true the entered text will be slightly delayed before submitting it to the internal value.\n \n ","Metadata":{"Common.PropertyName":"Debounce","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DebounceInterval","TypeName":"System.Int32?","Documentation":"\n \n Interval in milliseconds that entered text will be delayed from submitting to the internal value.\n \n ","Metadata":{"Common.PropertyName":"DebounceInterval","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Sets the size of the input control.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Add the readonly boolean attribute on an input to prevent modification of the input’s value.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Autofocus","TypeName":"System.Boolean","Documentation":"\n \n Set's the focus to the component after the rendering is done.\n \n ","Metadata":{"Common.PropertyName":"Autofocus","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Feedback","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Placeholder for validation messages.\n \n ","Metadata":{"Common.PropertyName":"Feedback","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Input content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed down while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyDown","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is pressed while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyPress","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when a key is released while the control has focus.\n \n ","Metadata":{"Common.PropertyName":"KeyUp","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The blur event fires when an element has lost focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains or loses focus.\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusIn","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box gains focus.\n \n ","Metadata":{"Common.PropertyName":"FocusIn","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FocusOut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs when the input box loses focus.\n \n ","Metadata":{"Common.PropertyName":"FocusOut","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CustomValidationValue","TypeName":"System.Func","Documentation":"\n \n Used to provide custom validation value on which the validation will be processed with\n the handler.\n \n \n Should be used carefully as it's only meant for some special cases when input is used\n in a wrapper component, like Autocomplete or SelectList.\n \n ","Metadata":{"Common.PropertyName":"CustomValidationValue","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.TimePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":846837440,"Kind":"Components.ChildContent","Name":"Blazorise.TimePicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"TimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TimePicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimePicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1384831913,"Kind":"Components.ChildContent","Name":"Blazorise.TimePicker.Feedback","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for validation messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Feedback","ParentTag":"Blazorise.TimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TimePicker.Feedback","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimePicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-760339799,"Kind":"Components.ChildContent","Name":"Blazorise.TimePicker.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TimePicker.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimePicker","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1919636099,"Kind":"Components.ChildContent","Name":"Blazorise.TimePicker.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Input content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.TimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.TimePicker.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimePicker","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":554689941,"Kind":"Components.Component","Name":"Blazorise.Tooltip","AssemblyName":"Blazorise","Documentation":"\n \n Tooltips display informative text when users hover over, focus on, or tap an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets a regular tooltip's content. \n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Blazorise.TooltipPlacement","IsEnum":true,"Documentation":"\n \n Gets or sets the tooltip location relative to it's component.\n \n ","Metadata":{"Common.PropertyName":"Placement","Common.GloballyQualifiedTypeName":"global::Blazorise.TooltipPlacement"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Force the multiline display.\n \n ","Metadata":{"Common.PropertyName":"Multiline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AlwaysActive","TypeName":"System.Boolean","Documentation":"\n \n Always show tooltip, instead of just when hovering over the element.\n \n ","Metadata":{"Common.PropertyName":"AlwaysActive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the tooltip arrow visibility.\n \n ","Metadata":{"Common.PropertyName":"ShowArrow","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Force inline block instead of trying to detect the element block.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Fade","TypeName":"System.Boolean","Documentation":"\n \n Makes the tooltip fade transition.\n \n ","Metadata":{"Common.PropertyName":"Fade","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FadeDuration","TypeName":"System.Int32","Documentation":"\n \n Duration in ms of the fade transition animation.\n \n ","Metadata":{"Common.PropertyName":"FadeDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Trigger","TypeName":"Blazorise.TooltipTrigger","IsEnum":true,"Documentation":"\n \n Determines the events that cause the tooltip to show.\n \n ","Metadata":{"Common.PropertyName":"Trigger","Common.GloballyQualifiedTypeName":"global::Blazorise.TooltipTrigger"}},{"Kind":"Components.Component","Name":"TriggerTargetId","TypeName":"System.String","Documentation":"\n \n Which element the trigger event listeners are applied to (instead of the reference element).\n \n ","Metadata":{"Common.PropertyName":"TriggerTargetId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32?","Documentation":"\n \n Specifies the z-index CSS on the root popper node.\n \n ","Metadata":{"Common.PropertyName":"ZIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Interactive","TypeName":"System.Boolean","Documentation":"\n \n Determines if the tooltip has interactive content inside of it, so that it can be hovered over and clicked inside without hiding.\n \n ","Metadata":{"Common.PropertyName":"Interactive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AppendTo","TypeName":"System.String","Documentation":"\n \n The element to append the tooltip to. If = true, the default behavior is appendTo: \"parent\".\n \n ","Metadata":{"Common.PropertyName":"AppendTo","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Tooltip","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tooltip"}},{"HashCode":1846017432,"Kind":"Components.Component","Name":"Blazorise.Tooltip","AssemblyName":"Blazorise","Documentation":"\n \n Tooltips display informative text when users hover over, focus on, or tap an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Tooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets a regular tooltip's content. \n \n ","Metadata":{"Common.PropertyName":"Text","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Blazorise.TooltipPlacement","IsEnum":true,"Documentation":"\n \n Gets or sets the tooltip location relative to it's component.\n \n ","Metadata":{"Common.PropertyName":"Placement","Common.GloballyQualifiedTypeName":"global::Blazorise.TooltipPlacement"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Force the multiline display.\n \n ","Metadata":{"Common.PropertyName":"Multiline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AlwaysActive","TypeName":"System.Boolean","Documentation":"\n \n Always show tooltip, instead of just when hovering over the element.\n \n ","Metadata":{"Common.PropertyName":"AlwaysActive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the tooltip arrow visibility.\n \n ","Metadata":{"Common.PropertyName":"ShowArrow","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n Force inline block instead of trying to detect the element block.\n \n ","Metadata":{"Common.PropertyName":"Inline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Fade","TypeName":"System.Boolean","Documentation":"\n \n Makes the tooltip fade transition.\n \n ","Metadata":{"Common.PropertyName":"Fade","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FadeDuration","TypeName":"System.Int32","Documentation":"\n \n Duration in ms of the fade transition animation.\n \n ","Metadata":{"Common.PropertyName":"FadeDuration","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Trigger","TypeName":"Blazorise.TooltipTrigger","IsEnum":true,"Documentation":"\n \n Determines the events that cause the tooltip to show.\n \n ","Metadata":{"Common.PropertyName":"Trigger","Common.GloballyQualifiedTypeName":"global::Blazorise.TooltipTrigger"}},{"Kind":"Components.Component","Name":"TriggerTargetId","TypeName":"System.String","Documentation":"\n \n Which element the trigger event listeners are applied to (instead of the reference element).\n \n ","Metadata":{"Common.PropertyName":"TriggerTargetId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32?","Documentation":"\n \n Specifies the z-index CSS on the root popper node.\n \n ","Metadata":{"Common.PropertyName":"ZIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Interactive","TypeName":"System.Boolean","Documentation":"\n \n Determines if the tooltip has interactive content inside of it, so that it can be hovered over and clicked inside without hiding.\n \n ","Metadata":{"Common.PropertyName":"Interactive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"AppendTo","TypeName":"System.String","Documentation":"\n \n The element to append the tooltip to. If = true, the default behavior is appendTo: \"parent\".\n \n ","Metadata":{"Common.PropertyName":"AppendTo","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Tooltip","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2104660885,"Kind":"Components.ChildContent","Name":"Blazorise.Tooltip.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Tooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tooltip.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tooltip","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2051356516,"Kind":"Components.ChildContent","Name":"Blazorise.Tooltip.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Tooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Tooltip.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tooltip","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2060182835,"Kind":"Components.Component","Name":"Blazorise.Blockquote","AssemblyName":"Blazorise","Documentation":"\n \n For quoting blocks of content from another source within your document.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blockquote"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Blockquote","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Blockquote"}},{"HashCode":-2059629992,"Kind":"Components.Component","Name":"Blazorise.Blockquote","AssemblyName":"Blazorise","Documentation":"\n \n For quoting blocks of content from another source within your document.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Blockquote"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Blockquote","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Blockquote","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":668858948,"Kind":"Components.ChildContent","Name":"Blazorise.Blockquote.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blockquote"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Blockquote.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Blockquote","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2055089378,"Kind":"Components.ChildContent","Name":"Blazorise.Blockquote.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Blockquote"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Blockquote.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Blockquote","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-718490735,"Kind":"Components.Component","Name":"Blazorise.BlockquoteFooter","AssemblyName":"Blazorise","Documentation":"\n \n Element for identifying the source of the quote.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlockquoteFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BlockquoteFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BlockquoteFooter"}},{"HashCode":1624510490,"Kind":"Components.Component","Name":"Blazorise.BlockquoteFooter","AssemblyName":"Blazorise","Documentation":"\n \n Element for identifying the source of the quote.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BlockquoteFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.BlockquoteFooter","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BlockquoteFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1621528640,"Kind":"Components.ChildContent","Name":"Blazorise.BlockquoteFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BlockquoteFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BlockquoteFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BlockquoteFooter","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":670192999,"Kind":"Components.ChildContent","Name":"Blazorise.BlockquoteFooter.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.BlockquoteFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.BlockquoteFooter.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BlockquoteFooter","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1742399900,"Kind":"Components.Component","Name":"Blazorise.Code","AssemblyName":"Blazorise","Documentation":"\n \n The component displays its contents styled in a fashion intended to indicate that the text\n is a short fragment of computer code.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Code"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Tag","TypeName":"System.Boolean","Documentation":"\n \n If true, the content will be wrapped with the < and > tags, eg. <button>;.\n \n ","Metadata":{"Common.PropertyName":"Tag","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Code","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Code"}},{"HashCode":1342302512,"Kind":"Components.Component","Name":"Blazorise.Code","AssemblyName":"Blazorise","Documentation":"\n \n The component displays its contents styled in a fashion intended to indicate that the text\n is a short fragment of computer code.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Code"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Tag","TypeName":"System.Boolean","Documentation":"\n \n If true, the content will be wrapped with the < and > tags, eg. <button>;.\n \n ","Metadata":{"Common.PropertyName":"Tag","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Code","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Code","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1190217017,"Kind":"Components.ChildContent","Name":"Blazorise.Code.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Code"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Code.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Code","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":735524206,"Kind":"Components.ChildContent","Name":"Blazorise.Code.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Code"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Code.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Code","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1354250466,"Kind":"Components.Component","Name":"Blazorise.DescriptionList","AssemblyName":"Blazorise","Documentation":"\n \n A description list is a list of items with a description or definition of each item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DescriptionList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Row","TypeName":"System.Boolean","Documentation":"\n \n Specifies that description list will be arranged in a rows and columns.\n \n ","Metadata":{"Common.PropertyName":"Row","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DescriptionList","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionList"}},{"HashCode":-946063444,"Kind":"Components.Component","Name":"Blazorise.DescriptionList","AssemblyName":"Blazorise","Documentation":"\n \n A description list is a list of items with a description or definition of each item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DescriptionList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Row","TypeName":"System.Boolean","Documentation":"\n \n Specifies that description list will be arranged in a rows and columns.\n \n ","Metadata":{"Common.PropertyName":"Row","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DescriptionList","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":646257089,"Kind":"Components.ChildContent","Name":"Blazorise.DescriptionList.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DescriptionList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DescriptionList.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionList","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-407004646,"Kind":"Components.ChildContent","Name":"Blazorise.DescriptionList.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DescriptionList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DescriptionList.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionList","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1831758786,"Kind":"Components.Component","Name":"Blazorise.DescriptionListDefinition","AssemblyName":"Blazorise","Documentation":"\n \n Element which specify a term.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DescriptionListDefinition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the definition inside of the description list row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DescriptionListDefinition","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionListDefinition"}},{"HashCode":-1733022656,"Kind":"Components.Component","Name":"Blazorise.DescriptionListDefinition","AssemblyName":"Blazorise","Documentation":"\n \n Element which specify a term.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DescriptionListDefinition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the definition inside of the description list row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DescriptionListDefinition","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionListDefinition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1237672927,"Kind":"Components.ChildContent","Name":"Blazorise.DescriptionListDefinition.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DescriptionListDefinition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DescriptionListDefinition.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionListDefinition","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1252591223,"Kind":"Components.ChildContent","Name":"Blazorise.DescriptionListDefinition.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DescriptionListDefinition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DescriptionListDefinition.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionListDefinition","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1121751094,"Kind":"Components.Component","Name":"Blazorise.DescriptionListTerm","AssemblyName":"Blazorise","Documentation":"\n \n Element which specify a term.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DescriptionListTerm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the term inside of the description list row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DescriptionListTerm","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionListTerm"}},{"HashCode":-461982035,"Kind":"Components.Component","Name":"Blazorise.DescriptionListTerm","AssemblyName":"Blazorise","Documentation":"\n \n Element which specify a term.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DescriptionListTerm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the term inside of the description list row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DescriptionListTerm","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionListTerm","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1594843636,"Kind":"Components.ChildContent","Name":"Blazorise.DescriptionListTerm.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DescriptionListTerm"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DescriptionListTerm.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionListTerm","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1966717798,"Kind":"Components.ChildContent","Name":"Blazorise.DescriptionListTerm.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DescriptionListTerm"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DescriptionListTerm.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DescriptionListTerm","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2014369700,"Kind":"Components.Component","Name":"Blazorise.DisplayHeading","AssemblyName":"Blazorise","Documentation":"\n \n A larger, slightly more opinionated heading style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayHeading"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.DisplayHeadingSize","IsEnum":true,"Documentation":"\n \n Gets or sets the display heading size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.DisplayHeadingSize"}},{"Kind":"Components.Component","Name":"AlternativeTagName","TypeName":"System.String","Documentation":"\n \n Defines the alternative tag name for the heading element. Default is set to h1.\n \n ","Metadata":{"Common.PropertyName":"AlternativeTagName","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DisplayHeading","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DisplayHeading"}},{"HashCode":-1935708992,"Kind":"Components.Component","Name":"Blazorise.DisplayHeading","AssemblyName":"Blazorise","Documentation":"\n \n A larger, slightly more opinionated heading style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DisplayHeading"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.DisplayHeadingSize","IsEnum":true,"Documentation":"\n \n Gets or sets the display heading size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.DisplayHeadingSize"}},{"Kind":"Components.Component","Name":"AlternativeTagName","TypeName":"System.String","Documentation":"\n \n Defines the alternative tag name for the heading element. Default is set to h1.\n \n ","Metadata":{"Common.PropertyName":"AlternativeTagName","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DisplayHeading","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DisplayHeading","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":664879511,"Kind":"Components.ChildContent","Name":"Blazorise.DisplayHeading.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DisplayHeading"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DisplayHeading.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DisplayHeading","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1871026237,"Kind":"Components.ChildContent","Name":"Blazorise.DisplayHeading.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DisplayHeading"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DisplayHeading.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DisplayHeading","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1574766066,"Kind":"Components.Component","Name":"Blazorise.Heading","AssemblyName":"Blazorise","Documentation":"\n \n Heading component is used for titles or subtitles that you want to display on a webpage.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Heading"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.HeadingSize","IsEnum":true,"Documentation":"\n \n Gets or sets the heading size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.HeadingSize"}},{"Kind":"Components.Component","Name":"AlternativeTagName","TypeName":"System.String","Documentation":"\n \n Defines the alternative tag name for the heading element. Default is set to h1.\n \n ","Metadata":{"Common.PropertyName":"AlternativeTagName","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Heading","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Heading"}},{"HashCode":858395557,"Kind":"Components.Component","Name":"Blazorise.Heading","AssemblyName":"Blazorise","Documentation":"\n \n Heading component is used for titles or subtitles that you want to display on a webpage.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Heading"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.HeadingSize","IsEnum":true,"Documentation":"\n \n Gets or sets the heading size.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.HeadingSize"}},{"Kind":"Components.Component","Name":"AlternativeTagName","TypeName":"System.String","Documentation":"\n \n Defines the alternative tag name for the heading element. Default is set to h1.\n \n ","Metadata":{"Common.PropertyName":"AlternativeTagName","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Heading","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Heading","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1401780498,"Kind":"Components.ChildContent","Name":"Blazorise.Heading.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Heading"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Heading.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Heading","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1737052640,"Kind":"Components.ChildContent","Name":"Blazorise.Heading.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Heading"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Heading.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Heading","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2017607212,"Kind":"Components.Component","Name":"Blazorise.Lead","AssemblyName":"Blazorise","Documentation":"\n \n A typography component to make a paragraph stand out.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Lead"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Lead","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Lead"}},{"HashCode":697909436,"Kind":"Components.Component","Name":"Blazorise.Lead","AssemblyName":"Blazorise","Documentation":"\n \n A typography component to make a paragraph stand out.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Lead"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Lead","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Lead","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":586912200,"Kind":"Components.ChildContent","Name":"Blazorise.Lead.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Lead"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Lead.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Lead","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2070600844,"Kind":"Components.ChildContent","Name":"Blazorise.Lead.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Lead"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Lead.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Lead","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1765257743,"Kind":"Components.Component","Name":"Blazorise.OrderedList","AssemblyName":"Blazorise","Documentation":"\n \n An ordered list created using the <ul> element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OrderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Unstyled","TypeName":"System.Boolean","Documentation":"\n \n Remove the default list-style and left margin on list items (immediate children only).\n \n ","Metadata":{"Common.PropertyName":"Unstyled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ListType","TypeName":"Blazorise.OrderedListType","IsEnum":true,"Documentation":"\n \n Defines the type of item markers.\n \n ","Metadata":{"Common.PropertyName":"ListType","Common.GloballyQualifiedTypeName":"global::Blazorise.OrderedListType"}},{"Kind":"Components.Component","Name":"ListStyleImage","TypeName":"System.String","Documentation":"\n \n Defines the marker images for list items.\n \n ","Metadata":{"Common.PropertyName":"ListStyleImage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OrderedList","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OrderedList"}},{"HashCode":-1183781634,"Kind":"Components.Component","Name":"Blazorise.OrderedList","AssemblyName":"Blazorise","Documentation":"\n \n An ordered list created using the <ul> element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.OrderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Unstyled","TypeName":"System.Boolean","Documentation":"\n \n Remove the default list-style and left margin on list items (immediate children only).\n \n ","Metadata":{"Common.PropertyName":"Unstyled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ListType","TypeName":"Blazorise.OrderedListType","IsEnum":true,"Documentation":"\n \n Defines the type of item markers.\n \n ","Metadata":{"Common.PropertyName":"ListType","Common.GloballyQualifiedTypeName":"global::Blazorise.OrderedListType"}},{"Kind":"Components.Component","Name":"ListStyleImage","TypeName":"System.String","Documentation":"\n \n Defines the marker images for list items.\n \n ","Metadata":{"Common.PropertyName":"ListStyleImage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OrderedList","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OrderedList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1162092806,"Kind":"Components.ChildContent","Name":"Blazorise.OrderedList.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"OrderedList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OrderedList.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OrderedList","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":937127779,"Kind":"Components.ChildContent","Name":"Blazorise.OrderedList.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.OrderedList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OrderedList.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OrderedList","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1616913909,"Kind":"Components.Component","Name":"Blazorise.OrderedListItem","AssemblyName":"Blazorise","Documentation":"\n \n An item created using the <li> element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OrderedListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OrderedListItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OrderedListItem"}},{"HashCode":582209243,"Kind":"Components.Component","Name":"Blazorise.OrderedListItem","AssemblyName":"Blazorise","Documentation":"\n \n An item created using the <li> element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.OrderedListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.OrderedListItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OrderedListItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1763391382,"Kind":"Components.ChildContent","Name":"Blazorise.OrderedListItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"OrderedListItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OrderedListItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OrderedListItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1067257158,"Kind":"Components.ChildContent","Name":"Blazorise.OrderedListItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.OrderedListItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.OrderedListItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"OrderedListItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1578026076,"Kind":"Components.Component","Name":"Blazorise.Paragraph","AssemblyName":"Blazorise","Documentation":"\n \n A paragraph always starts on a new line, and is usually a block of text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Paragraph"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Paragraph","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Paragraph"}},{"HashCode":-2071226316,"Kind":"Components.Component","Name":"Blazorise.Paragraph","AssemblyName":"Blazorise","Documentation":"\n \n A paragraph always starts on a new line, and is usually a block of text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Paragraph"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Paragraph","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Paragraph","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-553707237,"Kind":"Components.ChildContent","Name":"Blazorise.Paragraph.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Paragraph"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Paragraph.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Paragraph","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1348004760,"Kind":"Components.ChildContent","Name":"Blazorise.Paragraph.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Paragraph"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Paragraph.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Paragraph","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-36895546,"Kind":"Components.Component","Name":"Blazorise.Text","AssemblyName":"Blazorise","Documentation":"\n \n Basic typography component with no specific rule.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Text"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Text","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Text"}},{"HashCode":423116905,"Kind":"Components.Component","Name":"Blazorise.Text","AssemblyName":"Blazorise","Documentation":"\n \n Basic typography component with no specific rule.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Text"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Text","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Text","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1546114728,"Kind":"Components.ChildContent","Name":"Blazorise.Text.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Text"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Text.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Text","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1810609995,"Kind":"Components.ChildContent","Name":"Blazorise.Text.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Text"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Text.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Text","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2119602668,"Kind":"Components.Component","Name":"Blazorise.UnorderedList","AssemblyName":"Blazorise","Documentation":"\n \n An unordered list created using the <ul> element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UnorderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Unstyled","TypeName":"System.Boolean","Documentation":"\n \n Remove the default list-style and left margin on list items (immediate children only).\n \n ","Metadata":{"Common.PropertyName":"Unstyled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ListStyleImage","TypeName":"System.String","Documentation":"\n \n Defines the marker images for list items. The paremeter accepts Base64 encoded string that represents an image, or a URL.\n \n ","Metadata":{"Common.PropertyName":"ListStyleImage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.UnorderedList","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"UnorderedList"}},{"HashCode":-968544860,"Kind":"Components.Component","Name":"Blazorise.UnorderedList","AssemblyName":"Blazorise","Documentation":"\n \n An unordered list created using the <ul> element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.UnorderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Unstyled","TypeName":"System.Boolean","Documentation":"\n \n Remove the default list-style and left margin on list items (immediate children only).\n \n ","Metadata":{"Common.PropertyName":"Unstyled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ListStyleImage","TypeName":"System.String","Documentation":"\n \n Defines the marker images for list items. The paremeter accepts Base64 encoded string that represents an image, or a URL.\n \n ","Metadata":{"Common.PropertyName":"ListStyleImage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.UnorderedList","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"UnorderedList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":476784956,"Kind":"Components.ChildContent","Name":"Blazorise.UnorderedList.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UnorderedList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.UnorderedList.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"UnorderedList","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":292868858,"Kind":"Components.ChildContent","Name":"Blazorise.UnorderedList.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.UnorderedList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.UnorderedList.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"UnorderedList","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2016499020,"Kind":"Components.Component","Name":"Blazorise.UnorderedListItem","AssemblyName":"Blazorise","Documentation":"\n \n An item created using the <li> element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UnorderedListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.UnorderedListItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"UnorderedListItem"}},{"HashCode":-811455353,"Kind":"Components.Component","Name":"Blazorise.UnorderedListItem","AssemblyName":"Blazorise","Documentation":"\n \n An item created using the <li> element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.UnorderedListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Italic","TypeName":"System.Boolean","Documentation":"\n \n Italicize text if set to true.\n \n ","Metadata":{"Common.PropertyName":"Italic","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CopyToClipboard","TypeName":"System.Boolean","Documentation":"\n \n If true, the content of the component will be copied to clipboard on click event.\n \n ","Metadata":{"Common.PropertyName":"CopyToClipboard","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.UnorderedListItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"UnorderedListItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1443421840,"Kind":"Components.ChildContent","Name":"Blazorise.UnorderedListItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UnorderedListItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.UnorderedListItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"UnorderedListItem","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1171888869,"Kind":"Components.ChildContent","Name":"Blazorise.UnorderedListItem.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.UnorderedListItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.UnorderedListItem.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"UnorderedListItem","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-737109461,"Kind":"Components.Component","Name":"Blazorise.Validation","AssemblyName":"Blazorise","Documentation":"\n \n Container for input component that can check for different kind of validations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Status","TypeName":"Blazorise.ValidationStatus","IsEnum":true,"Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Status","Common.GloballyQualifiedTypeName":"global::Blazorise.ValidationStatus"}},{"Kind":"Components.Component","Name":"StatusChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs each time that validation status changed.\n \n ","Metadata":{"Common.PropertyName":"StatusChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"MessageLocalizer","TypeName":"System.Func, System.String>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"MessageLocalizer","Common.GloballyQualifiedTypeName":"global::System.Func, global::System.String>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"UsePattern","TypeName":"System.Boolean","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"UsePattern","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"HandlerType","TypeName":"System.Type","Documentation":"\n \n Forces the custom validation handler to be used while validating the values.\n \n ","Metadata":{"Common.PropertyName":"HandlerType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Validation","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validation"}},{"HashCode":1095764783,"Kind":"Components.Component","Name":"Blazorise.Validation","AssemblyName":"Blazorise","Documentation":"\n \n Container for input component that can check for different kind of validations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Validation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Status","TypeName":"Blazorise.ValidationStatus","IsEnum":true,"Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Status","Common.GloballyQualifiedTypeName":"global::Blazorise.ValidationStatus"}},{"Kind":"Components.Component","Name":"StatusChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs each time that validation status changed.\n \n ","Metadata":{"Common.PropertyName":"StatusChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"MessageLocalizer","TypeName":"System.Func, System.String>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"MessageLocalizer","Common.GloballyQualifiedTypeName":"global::System.Func, global::System.String>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"UsePattern","TypeName":"System.Boolean","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"UsePattern","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"HandlerType","TypeName":"System.Type","Documentation":"\n \n Forces the custom validation handler to be used while validating the values.\n \n ","Metadata":{"Common.PropertyName":"HandlerType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Validation","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1402497772,"Kind":"Components.ChildContent","Name":"Blazorise.Validation.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Validation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Validation.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validation","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2092668943,"Kind":"Components.ChildContent","Name":"Blazorise.Validation.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Validation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Validation.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validation","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2094381844,"Kind":"Components.Component","Name":"Blazorise.ValidationError","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for the error message.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationError"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n If true, shows the multiline error messages.\n \n ","Metadata":{"Common.PropertyName":"Multiline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.Boolean","Documentation":"\n \n If true, shows the tooltip instead of label.\n \n ","Metadata":{"Common.PropertyName":"Tooltip","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ValidationError","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationError"}},{"HashCode":1000522600,"Kind":"Components.Component","Name":"Blazorise.ValidationError","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for the error message.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ValidationError"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n If true, shows the multiline error messages.\n \n ","Metadata":{"Common.PropertyName":"Multiline","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.Boolean","Documentation":"\n \n If true, shows the tooltip instead of label.\n \n ","Metadata":{"Common.PropertyName":"Tooltip","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ValidationError","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationError","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1023133495,"Kind":"Components.ChildContent","Name":"Blazorise.ValidationError.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ValidationError"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ValidationError.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationError","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1552400722,"Kind":"Components.ChildContent","Name":"Blazorise.ValidationError.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ValidationError"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ValidationError.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationError","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1585332296,"Kind":"Components.Component","Name":"Blazorise.ValidationNone","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for the default state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationNone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ValidationNone","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationNone"}},{"HashCode":-508383650,"Kind":"Components.Component","Name":"Blazorise.ValidationNone","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for the default state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ValidationNone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ValidationNone","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationNone","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1810227896,"Kind":"Components.ChildContent","Name":"Blazorise.ValidationNone.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ValidationNone"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ValidationNone.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationNone","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":518147448,"Kind":"Components.ChildContent","Name":"Blazorise.ValidationNone.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ValidationNone"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ValidationNone.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationNone","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1480752186,"Kind":"Components.Component","Name":"Blazorise.Validations","AssemblyName":"Blazorise","Documentation":"\n \n Container for multiple validations and an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.ValidationMode","IsEnum":true,"Documentation":"\n \n Defines the validation mode for validations inside of this container.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.ValidationMode"}},{"Kind":"Components.Component","Name":"ValidateOnLoad","TypeName":"System.Boolean","Documentation":"\n \n If set to true, and is set to , validation will run automatically on page load.\n \n \n When validation is placed inside of modal dialog, the behavior is a little different. \n Modals are by definition always loaded and are always present in the DOM so no loading is ever happening again\n after the page that contains the modal is first initialized. Their visibility is controlled by display: none;\n To workaround this, the actual \"first load\" for modals can be done by re-initializing parameter. \n \n ","Metadata":{"Common.PropertyName":"ValidateOnLoad","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will be constructed for this model.\n If using this parameter, do not also supply a value for .\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"MissingFieldsErrorMessage","TypeName":"System.String","Documentation":"\n \n Message that will be displayed if any of the validations does not have defined error message.\n \n ","Metadata":{"Common.PropertyName":"MissingFieldsErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HandlerType","TypeName":"System.Type","Documentation":"\n \n Defines the default handler type that will be used by the validation, unless it is overriden by property.\n \n ","Metadata":{"Common.PropertyName":"HandlerType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"ValidatedAll","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event is fired only after all of the validation are successful.\n \n ","Metadata":{"Common.PropertyName":"ValidatedAll","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"StatusChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event is fired whenever there is a change in validation status.\n \n ","Metadata":{"Common.PropertyName":"StatusChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Validations","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validations"}},{"HashCode":-2016872981,"Kind":"Components.Component","Name":"Blazorise.Validations","AssemblyName":"Blazorise","Documentation":"\n \n Container for multiple validations and an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Validations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Blazorise.ValidationMode","IsEnum":true,"Documentation":"\n \n Defines the validation mode for validations inside of this container.\n \n ","Metadata":{"Common.PropertyName":"Mode","Common.GloballyQualifiedTypeName":"global::Blazorise.ValidationMode"}},{"Kind":"Components.Component","Name":"ValidateOnLoad","TypeName":"System.Boolean","Documentation":"\n \n If set to true, and is set to , validation will run automatically on page load.\n \n \n When validation is placed inside of modal dialog, the behavior is a little different. \n Modals are by definition always loaded and are always present in the DOM so no loading is ever happening again\n after the page that contains the modal is first initialized. Their visibility is controlled by display: none;\n To workaround this, the actual \"first load\" for modals can be done by re-initializing parameter. \n \n ","Metadata":{"Common.PropertyName":"ValidateOnLoad","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will be constructed for this model.\n If using this parameter, do not also supply a value for .\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"MissingFieldsErrorMessage","TypeName":"System.String","Documentation":"\n \n Message that will be displayed if any of the validations does not have defined error message.\n \n ","Metadata":{"Common.PropertyName":"MissingFieldsErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HandlerType","TypeName":"System.Type","Documentation":"\n \n Defines the default handler type that will be used by the validation, unless it is overriden by property.\n \n ","Metadata":{"Common.PropertyName":"HandlerType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"ValidatedAll","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event is fired only after all of the validation are successful.\n \n ","Metadata":{"Common.PropertyName":"ValidatedAll","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"StatusChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event is fired whenever there is a change in validation status.\n \n ","Metadata":{"Common.PropertyName":"StatusChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Validations","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":250099945,"Kind":"Components.ChildContent","Name":"Blazorise.Validations.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Validations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Validations.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validations","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-38070220,"Kind":"Components.ChildContent","Name":"Blazorise.Validations.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Validations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Validations.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validations","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1227052296,"Kind":"Components.Component","Name":"Blazorise.ValidationSuccess","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for the success message.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationSuccess"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.Boolean","Documentation":"\n \n Shows the tooltip instead of label.\n \n ","Metadata":{"Common.PropertyName":"Tooltip","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ValidationSuccess","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationSuccess"}},{"HashCode":1092244066,"Kind":"Components.Component","Name":"Blazorise.ValidationSuccess","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for the success message.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ValidationSuccess"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.Boolean","Documentation":"\n \n Shows the tooltip instead of label.\n \n ","Metadata":{"Common.PropertyName":"Tooltip","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ValidationSuccess","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationSuccess","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":58010117,"Kind":"Components.ChildContent","Name":"Blazorise.ValidationSuccess.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ValidationSuccess"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ValidationSuccess.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationSuccess","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-451521974,"Kind":"Components.ChildContent","Name":"Blazorise.ValidationSuccess.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ValidationSuccess"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ValidationSuccess.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationSuccess","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1658350059,"Kind":"Components.Component","Name":"Blazorise.ValidationSummary","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for the list of error messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Label showed before the error messages.\n \n ","Metadata":{"Common.PropertyName":"Label","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Errors","TypeName":"System.String[]","Documentation":"\n \n List of custom error messages for the validations summary.\n \n ","Metadata":{"Common.PropertyName":"Errors","Common.GloballyQualifiedTypeName":"global::System.String[]"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ValidationSummary","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationSummary"}},{"HashCode":2125544580,"Kind":"Components.Component","Name":"Blazorise.ValidationSummary","AssemblyName":"Blazorise","Documentation":"\n \n Placeholder for the list of error messages.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Label showed before the error messages.\n \n ","Metadata":{"Common.PropertyName":"Label","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Errors","TypeName":"System.String[]","Documentation":"\n \n List of custom error messages for the validations summary.\n \n ","Metadata":{"Common.PropertyName":"Errors","Common.GloballyQualifiedTypeName":"global::System.String[]"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.ValidationSummary","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationSummary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":622235433,"Kind":"Components.ChildContent","Name":"Blazorise.ValidationSummary.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ValidationSummary"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ValidationSummary.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationSummary","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":766116638,"Kind":"Components.ChildContent","Name":"Blazorise.ValidationSummary.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.ValidationSummary"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.ValidationSummary.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ValidationSummary","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2033754177,"Kind":"Components.Component","Name":"Blazorise.Abbreviation","AssemblyName":"Blazorise","Documentation":"\n \n The abbr tag defines an abbreviation or an acronym, like \"HTML\", \"CSS\", \"Mr.\", \"Dr.\", \"ASAP\", \"ATM\".\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Abbreviation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n The title attribute specifies extra information about an element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Abbreviation","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Abbreviation"}},{"HashCode":1407880284,"Kind":"Components.Component","Name":"Blazorise.Abbreviation","AssemblyName":"Blazorise","Documentation":"\n \n The abbr tag defines an abbreviation or an acronym, like \"HTML\", \"CSS\", \"Mr.\", \"Dr.\", \"ASAP\", \"ATM\".\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Abbreviation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n The title attribute specifies extra information about an element.\n \n ","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Abbreviation","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Abbreviation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1635074425,"Kind":"Components.ChildContent","Name":"Blazorise.Abbreviation.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Abbreviation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Abbreviation.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Abbreviation","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1559492900,"Kind":"Components.ChildContent","Name":"Blazorise.Abbreviation.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Abbreviation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Abbreviation.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Abbreviation","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":439170512,"Kind":"Components.Component","Name":"Blazorise.Address","AssemblyName":"Blazorise","Documentation":"\n \n The address tag defines the contact information for the author/owner of a document or an article.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Address"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Address","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Address"}},{"HashCode":1739806371,"Kind":"Components.Component","Name":"Blazorise.Address","AssemblyName":"Blazorise","Documentation":"\n \n The address tag defines the contact information for the author/owner of a document or an article.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Address"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Address","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Address","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-917284896,"Kind":"Components.ChildContent","Name":"Blazorise.Address.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Address"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Address.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Address","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":205163028,"Kind":"Components.ChildContent","Name":"Blazorise.Address.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Address"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Address.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Address","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-347817110,"Kind":"Components.Component","Name":"Blazorise.Div","AssemblyName":"Blazorise","Documentation":"\n \n Component that represents the html div element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Div"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Div","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Div"}},{"HashCode":-721745024,"Kind":"Components.Component","Name":"Blazorise.Div","AssemblyName":"Blazorise","Documentation":"\n \n Component that represents the html div element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Div"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Div","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Div","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":625879053,"Kind":"Components.ChildContent","Name":"Blazorise.Div.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Div"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Div.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Div","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":99065609,"Kind":"Components.ChildContent","Name":"Blazorise.Div.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Div"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Div.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Div","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1859482271,"Kind":"Components.Component","Name":"Blazorise.Small","AssemblyName":"Blazorise","Documentation":"\n \n Component that represents the html small element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Small"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Small","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Small"}},{"HashCode":-1122392264,"Kind":"Components.Component","Name":"Blazorise.Small","AssemblyName":"Blazorise","Documentation":"\n \n Component that represents the html small element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Small"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Small","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Small","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2112418577,"Kind":"Components.ChildContent","Name":"Blazorise.Small.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Small"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Small.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Small","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":442909900,"Kind":"Components.ChildContent","Name":"Blazorise.Small.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Small"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Small.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Small","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":671567274,"Kind":"Components.Component","Name":"Blazorise.Span","AssemblyName":"Blazorise","Documentation":"\n \n Component that represents the html span element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Span"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Span","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Span"}},{"HashCode":-1093540871,"Kind":"Components.Component","Name":"Blazorise.Span","AssemblyName":"Blazorise","Documentation":"\n \n Component that represents the html span element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Span"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Span","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Span","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587444356,"Kind":"Components.ChildContent","Name":"Blazorise.Span.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Span"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Span.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Span","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-630113322,"Kind":"Components.ChildContent","Name":"Blazorise.Span.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Span"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Span.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Span","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-358921478,"Kind":"Components.Component","Name":"Blazorise.Strong","AssemblyName":"Blazorise","Documentation":"\n \n Component that represents the html strong element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Strong"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Strong","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Strong"}},{"HashCode":1508241352,"Kind":"Components.Component","Name":"Blazorise.Strong","AssemblyName":"Blazorise","Documentation":"\n \n Component that represents the html strong element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Strong"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Strong","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Strong","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":392470497,"Kind":"Components.ChildContent","Name":"Blazorise.Strong.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Strong"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Strong.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Strong","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":310671565,"Kind":"Components.ChildContent","Name":"Blazorise.Strong.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Specifies the content to be rendered inside this component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.Strong"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.Strong.ChildContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Strong","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1691637498,"Kind":"Components.Component","Name":"Blazorise.PageProgressProvider","AssemblyName":"Blazorise","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageProgressProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PageProgressProvider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PageProgressProvider"}},{"HashCode":-1534894982,"Kind":"Components.Component","Name":"Blazorise.PageProgressProvider","AssemblyName":"Blazorise","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.PageProgressProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.PageProgressProvider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"PageProgressProvider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1374345208,"Kind":"Components.Component","Name":"Blazorise._Imports","AssemblyName":"Blazorise","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._Imports","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_Imports"}},{"HashCode":-1883660056,"Kind":"Components.Component","Name":"Blazorise._Imports","AssemblyName":"Blazorise","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise._Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise._Imports","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"_Imports","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1988222961,"Kind":"Components.Component","Name":"Blazorise.Components.Progress.PageProgressProvider","AssemblyName":"Blazorise","Documentation":"\n \n Component that handles the to show the page progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageProgressProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Components.Progress.PageProgressProvider","Common.TypeNamespace":"Blazorise.Components.Progress","Common.TypeNameIdentifier":"PageProgressProvider"}},{"HashCode":-1032482621,"Kind":"Components.Component","Name":"Blazorise.Components.Progress.PageProgressProvider","AssemblyName":"Blazorise","Documentation":"\n \n Component that handles the to show the page progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Components.Progress.PageProgressProvider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.Components.Progress.PageProgressProvider","Common.TypeNamespace":"Blazorise.Components.Progress","Common.TypeNameIdentifier":"PageProgressProvider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1627443224,"Kind":"Components.Component","Name":"Blazorise.DataGrid.BaseDataGridColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaseDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.BaseDataGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.BaseDataGridColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"BaseDataGridColumn","Components.GenericTyped":"True"}},{"HashCode":546262108,"Kind":"Components.Component","Name":"Blazorise.DataGrid.BaseDataGridColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.BaseDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.BaseDataGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.BaseDataGridColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"BaseDataGridColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-783101347,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.BaseDataGridColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BaseDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.BaseDataGridColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"BaseDataGridColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":44273445,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.BaseDataGridColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.BaseDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.BaseDataGridColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"BaseDataGridColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1885174855,"Kind":"Components.Component","Name":"Blazorise.DataGrid.BaseDataGridComponent","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Minimal base class for datagrid components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaseDataGridComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.BaseDataGridComponent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"BaseDataGridComponent"}},{"HashCode":705384650,"Kind":"Components.Component","Name":"Blazorise.DataGrid.BaseDataGridComponent","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Minimal base class for datagrid components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.BaseDataGridComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.BaseDataGridComponent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"BaseDataGridComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1526261352,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n The DataGrid component allows you to display and manage data in a tabular (rows/columns) format.\n \n Type parameter for the model displayed in the .\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"PopupTitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets template for title of popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupTitleTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupSize","TypeName":"Blazorise.ModalSize","IsEnum":true,"Documentation":"\n \n Defines the size of popup dialog.\n \n ","Metadata":{"Common.PropertyName":"PopupSize","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"PopupClosing","TypeName":"System.Func","Documentation":"\n \n Occurs before the popup dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"PopupClosing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the datagrid data-source.\n \n ","Metadata":{"Common.PropertyName":"Data","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AggregateData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the calculated aggregate data.\n \n \n Used only in manual read mode along with the handler.\n \n ","Metadata":{"Common.PropertyName":"AggregateData","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TotalItems","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the total number of items. Used only when is used to load the data.\n \n \n This field must be set only when is used to load the data.\n \n ","Metadata":{"Common.PropertyName":"TotalItems","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"FilteredDataChanged","TypeName":"System.Action>","Documentation":"\n \n Raises an event every time that filtered data is refreshed.\n \n ","Metadata":{"Common.PropertyName":"FilteredDataChanged","Common.GloballyQualifiedTypeName":"global::System.Action>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"UseInternalEditing","TypeName":"System.Boolean","Documentation":"\n \n Specifies the behaviour of datagrid editing.\n \n \n Disabling this option will send all changes to the RowInserted and RowUpdated but nothing will be saved unless the user manually update the item values.\n \n ","Metadata":{"Common.PropertyName":"UseInternalEditing","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit datagrid rows.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Virtualize","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the datagrid will use the Virtualize functionality.\n \n ","Metadata":{"Common.PropertyName":"Virtualize","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VirtualizeOptions","TypeName":"Blazorise.DataGrid.VirtualizeOptions","Documentation":"\n \n Gets or sets Virtualize options when using the Virtualize functionality.\n \n ","Metadata":{"Common.PropertyName":"VirtualizeOptions","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.VirtualizeOptions"}},{"Kind":"Components.Component","Name":"PagerOptions","TypeName":"Blazorise.DataGrid.DataGridPagerOptions","Documentation":"\n \n Gets or sets Pager options.\n \n ","Metadata":{"Common.PropertyName":"PagerOptions","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridPagerOptions"}},{"Kind":"Components.Component","Name":"Resizable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can resize datagrid columns.\n \n ","Metadata":{"Common.PropertyName":"Resizable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ResizeMode","TypeName":"Blazorise.TableResizeMode","IsEnum":true,"Documentation":"\n \n Gets or sets whether the user can resize on header or columns.\n \n ","Metadata":{"Common.PropertyName":"ResizeMode","Common.GloballyQualifiedTypeName":"global::Blazorise.TableResizeMode"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortMode","TypeName":"Blazorise.DataGrid.DataGridSortMode","IsEnum":true,"Documentation":"\n \n Gets or sets whether the user can sort only by one column or by multiple.\n \n ","Metadata":{"Common.PropertyName":"SortMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridSortMode"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Blazorise.DataGrid.DataGridFilterMode","IsEnum":true,"Documentation":"\n \n Gets or sets the filter mode.\n \n ","Metadata":{"Common.PropertyName":"FilterMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMode"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the data will be grouped. Column groups need to be configured.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active. \n If this is defined at the DataGrid level, column grouping will not be considered.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowGrouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether user can see and edit column grouping.\n \n ","Metadata":{"Common.PropertyName":"ShowGrouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaptions","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether user can see a column captions.\n \n ","Metadata":{"Common.PropertyName":"ShowCaptions","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowPager","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can navigate datagrid by using pagination controls.\n \n ","Metadata":{"Common.PropertyName":"ShowPager","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Blazorise.DataGrid.DataGridPagerPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the pager.\n \n ","Metadata":{"Common.PropertyName":"PagerPosition","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridPagerPosition"}},{"Kind":"Components.Component","Name":"AggregateRowPosition","TypeName":"Blazorise.DataGrid.DataGridAggregateRowPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the aggregate row.\n \n ","Metadata":{"Common.PropertyName":"AggregateRowPosition","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridAggregateRowPosition"}},{"Kind":"Components.Component","Name":"ShowPageSizes","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can adjust the page size of the datagrid.\n \n ","Metadata":{"Common.PropertyName":"ShowPageSizes","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the chooseable page sizes of the datagrid.\n \n ","Metadata":{"Common.PropertyName":"PageSizes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EmptyTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of table body for empty DisplayData.\n \n ","Metadata":{"Common.PropertyName":"EmptyTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EmptyFilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of table body for the empty filter DisplayData.\n \n ","Metadata":{"Common.PropertyName":"EmptyFilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EmptyCellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of cell body for empty DisplayData.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of table body for handle ReadData.\n \n ","Metadata":{"Common.PropertyName":"LoadingTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonRowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of button row of pager.\n \n ","Metadata":{"Common.PropertyName":"ButtonRowTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FirstPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of first button of pager.\n \n ","Metadata":{"Common.PropertyName":"FirstPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LastPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of last button of pager.\n \n ","Metadata":{"Common.PropertyName":"LastPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreviousPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of previous button of pager.\n \n ","Metadata":{"Common.PropertyName":"PreviousPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NextPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of next button of pager.\n \n ","Metadata":{"Common.PropertyName":"NextPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of page buttons of pager.\n \n ","Metadata":{"Common.PropertyName":"PageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemsPerPageTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of items per page of grid.\n \n ","Metadata":{"Common.PropertyName":"ItemsPerPageTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TotalItemsShortTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of total items grid for small devices.\n \n ","Metadata":{"Common.PropertyName":"TotalItemsShortTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TotalItemsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of total items grid.\n In\n ","Metadata":{"Common.PropertyName":"TotalItemsTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSelectorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of the page selector. The selector is only displayed under the tablets breakpoint. You will have to construct it using the provided pagination context.\n \n ","Metadata":{"Common.PropertyName":"PageSelectorTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizesTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of the page sizes selector. You will have to construct it using the provided pagination context.\n \n ","Metadata":{"Common.PropertyName":"PageSizesTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the maximum number of items for each page.\n \n ","Metadata":{"Common.PropertyName":"PageSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"PageSizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the has changed.\n \n ","Metadata":{"Common.PropertyName":"PageSizeChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MaxPaginationLinks","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the maximum number of visible pagination links. It has to be odd for well look.\n \n ","Metadata":{"Common.PropertyName":"MaxPaginationLinks","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod","IsEnum":true,"Documentation":"\n \n Defines the filter method when searching the cell values.\n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod"}},{"Kind":"Components.Component","Name":"SelectedRow","TypeName":"TItem","Documentation":"\n \n Gets or sets currently selected row.\n \n ","Metadata":{"Common.PropertyName":"SelectedRow","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets currently selected rows.\n \n ","Metadata":{"Common.PropertyName":"SelectedRows","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Blazorise.DataGrid.DataGridSelectionMode","IsEnum":true,"Documentation":"\n \n Gets or sets current selection mode.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridSelectionMode"}},{"Kind":"Components.Component","Name":"SelectedRowChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected row has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRowsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Occurs after multi selection has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowsChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowInserting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>>","Documentation":"\n \n Cancelable event called before the row is inserted.\n \n ","Metadata":{"Common.PropertyName":"RowInserting","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdating","TypeName":"Microsoft.AspNetCore.Components.EventCallback>>","Documentation":"\n \n Cancelable event called before the row is updated.\n \n ","Metadata":{"Common.PropertyName":"RowUpdating","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRemoving","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Cancelable event called before the row is removed.\n \n ","Metadata":{"Common.PropertyName":"RowRemoving","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowInserted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>>","Documentation":"\n \n Event called after the row is inserted.\n \n ","Metadata":{"Common.PropertyName":"RowInserted","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdated","TypeName":"Microsoft.AspNetCore.Components.EventCallback>>","Documentation":"\n \n Event called after the row is updated.\n \n ","Metadata":{"Common.PropertyName":"RowUpdated","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event called after the row is removed.\n \n ","Metadata":{"Common.PropertyName":"RowRemoved","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the mouse leaves the row.\n \n ","Metadata":{"Common.PropertyName":"RowMouseLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowMouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the mouse is over the row.\n \n ","Metadata":{"Common.PropertyName":"RowMouseOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the row is clicked.\n \n ","Metadata":{"Common.PropertyName":"RowClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the row is double clicked.\n \n ","Metadata":{"Common.PropertyName":"RowDoubleClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the row has requested a context menu.\n \n ","Metadata":{"Common.PropertyName":"RowContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"RowContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected page has changed.\n \n ","Metadata":{"Common.PropertyName":"PageChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ReadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event handler used to load data manually based on the current page and filter data settings.\n \n ","Metadata":{"Common.PropertyName":"ReadData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SortChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the sort direction of a single column has changed.\n \n ","Metadata":{"Common.PropertyName":"SortChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Blazorise.DataGrid.DataGridEditMode","IsEnum":true,"Documentation":"\n \n Specifies the grid editing modes.\n \n ","Metadata":{"Common.PropertyName":"EditMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridEditMode"}},{"Kind":"Components.Component","Name":"CommandMode","TypeName":"Blazorise.DataGrid.DataGridCommandMode","IsEnum":true,"Documentation":"\n \n Specifies the grid command mode.\n \n ","Metadata":{"Common.PropertyName":"CommandMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridCommandMode"}},{"Kind":"Components.Component","Name":"DetailRowTrigger","TypeName":"System.Func, System.Boolean>","Documentation":"\n \n A trigger function used to handle the visibility of detail row.\n \n ","Metadata":{"Common.PropertyName":"DetailRowTrigger","Common.GloballyQualifiedTypeName":"global::System.Func, global::System.Boolean>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelectable","TypeName":"System.Func, System.Boolean>","Documentation":"\n \n Handles the selection of the DataGrid row.\n If not set it will default to always true.\n \n ","Metadata":{"Common.PropertyName":"RowSelectable","Common.GloballyQualifiedTypeName":"global::System.Func, global::System.Boolean>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowHoverCursor","TypeName":"System.Func","Documentation":"\n \n Handles the selection of the cursor for a hovered row.\n If not set, will be used.\n \n ","Metadata":{"Common.PropertyName":"RowHoverCursor","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DetailRowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for displaying detail or nested row.\n \n ","Metadata":{"Common.PropertyName":"DetailRowTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NewItemDefaultSetter","TypeName":"System.Action","Documentation":"\n \n Function, that is called, when a new item is created for inserting new entry.\n \n ","Metadata":{"Common.PropertyName":"NewItemDefaultSetter","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NewItemCreator","TypeName":"System.Func","Documentation":"\n \n Function that, if set, is called to create new instance of an item. If left null a default constructor will be used.\n \n ","Metadata":{"Common.PropertyName":"NewItemCreator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItemCreator","TypeName":"System.Func","Documentation":"\n \n Function that, if set, is called to create a validation instance of an item that it's used as a separate instance for Datagrid's internal processing of validation. If left null, Datagrid will try to use it's own implementation to instantiate.\n \n ","Metadata":{"Common.PropertyName":"ValidationItemCreator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditItemCreator","TypeName":"System.Func","Documentation":"\n \n Function that, if set, is called to create a instance of the selected item to edit. If left null the selected item will be used.\n \n ","Metadata":{"Common.PropertyName":"EditItemCreator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Striped","TypeName":"System.Boolean","Documentation":"\n \n Adds stripes to the table.\n \n ","Metadata":{"Common.PropertyName":"Striped","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Bordered","TypeName":"System.Boolean","Documentation":"\n \n Adds borders to all the cells.\n \n ","Metadata":{"Common.PropertyName":"Bordered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Borderless","TypeName":"System.Boolean","Documentation":"\n \n Makes the table without any borders.\n \n ","Metadata":{"Common.PropertyName":"Borderless","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Hoverable","TypeName":"System.Boolean","Documentation":"\n \n Adds a hover effect when mousing over rows.\n \n ","Metadata":{"Common.PropertyName":"Hoverable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Narrow","TypeName":"System.Boolean","Documentation":"\n \n Makes the table more compact by cutting cell padding in half.\n \n ","Metadata":{"Common.PropertyName":"Narrow","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Documentation":"\n \n Makes table responsive by adding the horizontal scroll bar.\n \n \n In some cases component placed inside of a table marked with \n flag might not show dropdown menu properly. To make it work you might need to add some\n additional CSS rules.\n \n ","Metadata":{"Common.PropertyName":"Responsive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css classname.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"RowStyling","TypeName":"System.Action","Documentation":"\n \n Custom handler for each row in the datagrid.\n \n ","Metadata":{"Common.PropertyName":"RowStyling","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRowStyling","TypeName":"System.Action","Documentation":"\n \n Custom handler for currently selected row.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowStyling","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridCustomFilter","Documentation":"\n \n Handler for custom filtering on datagrid item.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderRowStyling","TypeName":"Blazorise.DataGrid.DataGridRowStyling","Documentation":"\n \n Custom styles for header row.\n \n ","Metadata":{"Common.PropertyName":"HeaderRowStyling","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowStyling"}},{"Kind":"Components.Component","Name":"FilterRowStyling","TypeName":"Blazorise.DataGrid.DataGridRowStyling","Documentation":"\n \n Custom styles for filter row.\n \n ","Metadata":{"Common.PropertyName":"FilterRowStyling","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowStyling"}},{"Kind":"Components.Component","Name":"GroupRowStyling","TypeName":"Blazorise.DataGrid.DataGridRowStyling","Documentation":"\n \n Custom styles for aggregate row.\n \n ","Metadata":{"Common.PropertyName":"GroupRowStyling","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowStyling"}},{"Kind":"Components.Component","Name":"AggregateRowStyling","TypeName":"Blazorise.DataGrid.DataGridRowStyling","Documentation":"\n \n Custom styles for aggregate row.\n \n ","Metadata":{"Common.PropertyName":"AggregateRowStyling","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowStyling"}},{"Kind":"Components.Component","Name":"DataGridColumns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for holding the datagrid columns.\n \n ","Metadata":{"Common.PropertyName":"DataGridColumns","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataGridAggregates","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for holding the datagrid aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"DataGridAggregates","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UseValidation","TypeName":"System.Boolean","Documentation":"\n \n If true, DataGrid will use validation when editing the fields.\n \n ","Metadata":{"Common.PropertyName":"UseValidation","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowValidationFeedback","TypeName":"System.Boolean","Documentation":"\n \n If true, shows feedbacks for all validations.\n \n ","Metadata":{"Common.PropertyName":"ShowValidationFeedback","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowValidationsSummary","TypeName":"System.Boolean","Documentation":"\n \n If true, shows summary for all validations.\n \n ","Metadata":{"Common.PropertyName":"ShowValidationsSummary","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValidationsSummaryLabel","TypeName":"System.String","Documentation":"\n \n Label for validations summary.\n \n ","Metadata":{"Common.PropertyName":"ValidationsSummaryLabel","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValidationsSummaryErrors","TypeName":"System.String[]","Documentation":"\n \n List of custom error messages for the validations summary.\n \n ","Metadata":{"Common.PropertyName":"ValidationsSummaryErrors","Common.GloballyQualifiedTypeName":"global::System.String[]"}},{"Kind":"Components.Component","Name":"ValidationsHandlerType","TypeName":"System.Type","Documentation":"\n \n Defines the default handler type that will be used by the validation, unless it is overriden by property.\n \n ","Metadata":{"Common.PropertyName":"ValidationsHandlerType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Localizers","TypeName":"Blazorise.DataGrid.DataGridLocalizers","Documentation":"\n \n Custom localizer handlers to override default localization.\n \n ","Metadata":{"Common.PropertyName":"Localizers","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridLocalizers"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FixedHeader","TypeName":"System.Boolean","Documentation":"\n \n Makes Datagrid have a fixed header and enabling a scrollbar in the Datagrid body.\n \n ","Metadata":{"Common.PropertyName":"FixedHeader","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FixedHeaderDataGridHeight","TypeName":"System.String","Documentation":"\n \n Sets the Datagrid height when feature is enabled (defaults to 500px).\n \n ","Metadata":{"Common.PropertyName":"FixedHeaderDataGridHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FixedHeaderDataGridMaxHeight","TypeName":"System.String","Documentation":"\n \n Sets the Datagrid max height when feature is enabled (defaults to 500px).\n \n ","Metadata":{"Common.PropertyName":"FixedHeaderDataGridMaxHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderThemeContrast","TypeName":"Blazorise.ThemeContrast","IsEnum":true,"Documentation":"\n \n Sets the Datagrid's table header .\n \n ","Metadata":{"Common.PropertyName":"HeaderThemeContrast","Common.GloballyQualifiedTypeName":"global::Blazorise.ThemeContrast"}},{"Kind":"Components.Component","Name":"SubmitFormOnEnter","TypeName":"System.Boolean","Documentation":"\n \n If true, the edit form will have the Save button as type=\"submit\", and it will react to Enter keys being pressed.\n \n ","Metadata":{"Common.PropertyName":"SubmitFormOnEnter","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DetailRowStartsVisible","TypeName":"System.Boolean","Documentation":"\n \n Controls whether DetailRow will start visible if is set. will be evaluated if set.\n \n ","Metadata":{"Common.PropertyName":"DetailRowStartsVisible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowDefaultSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether default sort icon should display.\n \n ","Metadata":{"Common.PropertyName":"ShowDefaultSortIcon","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Navigable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the Datagrid is Navigable, users will be able to navigate the Grid by pressing the Keyboard's ArrowUp and ArrowDown keys.\n \n ","Metadata":{"Common.PropertyName":"Navigable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"RowOverlayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for mouse hover overlay display formatting.\n \n ","Metadata":{"Common.PropertyName":"RowOverlayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowOverlayPosition","TypeName":"Blazorise.DataGrid.DataGridRowOverlayPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the row overlay.\n \n ","Metadata":{"Common.PropertyName":"RowOverlayPosition","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowOverlayPosition"}},{"Kind":"Components.Component","Name":"RowOverlayBackground","TypeName":"Blazorise.Background","Documentation":"\n \n Defines the background of the row overlay.\n \n ","Metadata":{"Common.PropertyName":"RowOverlayBackground","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"ShowHeaderGroupCaptions","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether user can see defined header group captions.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderGroupCaptions","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"HeaderGroupCaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for header group caption.\n Suggested usage: rendering content conditionally according to the defined \n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterMenuTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for the filter column. When filter mode is set to DataGridFilterMode.Menu, this template will be used to render the filter content.\n \n ","Metadata":{"Common.PropertyName":"FilterMenuTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGrid","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.GenericTyped":"True"}},{"HashCode":-163569371,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n The DataGrid component allows you to display and manage data in a tabular (rows/columns) format.\n \n Type parameter for the model displayed in the .\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"True"}},{"Kind":"Components.Component","Name":"PopupTitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets template for title of popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupTitleTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupSize","TypeName":"Blazorise.ModalSize","IsEnum":true,"Documentation":"\n \n Defines the size of popup dialog.\n \n ","Metadata":{"Common.PropertyName":"PopupSize","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"PopupClosing","TypeName":"System.Func","Documentation":"\n \n Occurs before the popup dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"PopupClosing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the datagrid data-source.\n \n ","Metadata":{"Common.PropertyName":"Data","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AggregateData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the calculated aggregate data.\n \n \n Used only in manual read mode along with the handler.\n \n ","Metadata":{"Common.PropertyName":"AggregateData","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TotalItems","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the total number of items. Used only when is used to load the data.\n \n \n This field must be set only when is used to load the data.\n \n ","Metadata":{"Common.PropertyName":"TotalItems","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"FilteredDataChanged","TypeName":"System.Action>","Documentation":"\n \n Raises an event every time that filtered data is refreshed.\n \n ","Metadata":{"Common.PropertyName":"FilteredDataChanged","Common.GloballyQualifiedTypeName":"global::System.Action>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"UseInternalEditing","TypeName":"System.Boolean","Documentation":"\n \n Specifies the behaviour of datagrid editing.\n \n \n Disabling this option will send all changes to the RowInserted and RowUpdated but nothing will be saved unless the user manually update the item values.\n \n ","Metadata":{"Common.PropertyName":"UseInternalEditing","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit datagrid rows.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Virtualize","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the datagrid will use the Virtualize functionality.\n \n ","Metadata":{"Common.PropertyName":"Virtualize","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"VirtualizeOptions","TypeName":"Blazorise.DataGrid.VirtualizeOptions","Documentation":"\n \n Gets or sets Virtualize options when using the Virtualize functionality.\n \n ","Metadata":{"Common.PropertyName":"VirtualizeOptions","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.VirtualizeOptions"}},{"Kind":"Components.Component","Name":"PagerOptions","TypeName":"Blazorise.DataGrid.DataGridPagerOptions","Documentation":"\n \n Gets or sets Pager options.\n \n ","Metadata":{"Common.PropertyName":"PagerOptions","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridPagerOptions"}},{"Kind":"Components.Component","Name":"Resizable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can resize datagrid columns.\n \n ","Metadata":{"Common.PropertyName":"Resizable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ResizeMode","TypeName":"Blazorise.TableResizeMode","IsEnum":true,"Documentation":"\n \n Gets or sets whether the user can resize on header or columns.\n \n ","Metadata":{"Common.PropertyName":"ResizeMode","Common.GloballyQualifiedTypeName":"global::Blazorise.TableResizeMode"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortMode","TypeName":"Blazorise.DataGrid.DataGridSortMode","IsEnum":true,"Documentation":"\n \n Gets or sets whether the user can sort only by one column or by multiple.\n \n ","Metadata":{"Common.PropertyName":"SortMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridSortMode"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Blazorise.DataGrid.DataGridFilterMode","IsEnum":true,"Documentation":"\n \n Gets or sets the filter mode.\n \n ","Metadata":{"Common.PropertyName":"FilterMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMode"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the data will be grouped. Column groups need to be configured.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active. \n If this is defined at the DataGrid level, column grouping will not be considered.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowGrouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether user can see and edit column grouping.\n \n ","Metadata":{"Common.PropertyName":"ShowGrouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaptions","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether user can see a column captions.\n \n ","Metadata":{"Common.PropertyName":"ShowCaptions","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowPager","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can navigate datagrid by using pagination controls.\n \n ","Metadata":{"Common.PropertyName":"ShowPager","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Blazorise.DataGrid.DataGridPagerPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the pager.\n \n ","Metadata":{"Common.PropertyName":"PagerPosition","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridPagerPosition"}},{"Kind":"Components.Component","Name":"AggregateRowPosition","TypeName":"Blazorise.DataGrid.DataGridAggregateRowPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the aggregate row.\n \n ","Metadata":{"Common.PropertyName":"AggregateRowPosition","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridAggregateRowPosition"}},{"Kind":"Components.Component","Name":"ShowPageSizes","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can adjust the page size of the datagrid.\n \n ","Metadata":{"Common.PropertyName":"ShowPageSizes","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the chooseable page sizes of the datagrid.\n \n ","Metadata":{"Common.PropertyName":"PageSizes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EmptyTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of table body for empty DisplayData.\n \n ","Metadata":{"Common.PropertyName":"EmptyTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EmptyFilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of table body for the empty filter DisplayData.\n \n ","Metadata":{"Common.PropertyName":"EmptyFilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EmptyCellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of cell body for empty DisplayData.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of table body for handle ReadData.\n \n ","Metadata":{"Common.PropertyName":"LoadingTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonRowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of button row of pager.\n \n ","Metadata":{"Common.PropertyName":"ButtonRowTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FirstPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of first button of pager.\n \n ","Metadata":{"Common.PropertyName":"FirstPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LastPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of last button of pager.\n \n ","Metadata":{"Common.PropertyName":"LastPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreviousPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of previous button of pager.\n \n ","Metadata":{"Common.PropertyName":"PreviousPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NextPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of next button of pager.\n \n ","Metadata":{"Common.PropertyName":"NextPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of page buttons of pager.\n \n ","Metadata":{"Common.PropertyName":"PageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemsPerPageTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of items per page of grid.\n \n ","Metadata":{"Common.PropertyName":"ItemsPerPageTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TotalItemsShortTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of total items grid for small devices.\n \n ","Metadata":{"Common.PropertyName":"TotalItemsShortTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TotalItemsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of total items grid.\n In\n ","Metadata":{"Common.PropertyName":"TotalItemsTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSelectorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of the page selector. The selector is only displayed under the tablets breakpoint. You will have to construct it using the provided pagination context.\n \n ","Metadata":{"Common.PropertyName":"PageSelectorTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizesTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of the page sizes selector. You will have to construct it using the provided pagination context.\n \n ","Metadata":{"Common.PropertyName":"PageSizesTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the maximum number of items for each page.\n \n ","Metadata":{"Common.PropertyName":"PageSize","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"PageSizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the has changed.\n \n ","Metadata":{"Common.PropertyName":"PageSizeChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MaxPaginationLinks","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the maximum number of visible pagination links. It has to be odd for well look.\n \n ","Metadata":{"Common.PropertyName":"MaxPaginationLinks","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod","IsEnum":true,"Documentation":"\n \n Defines the filter method when searching the cell values.\n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod"}},{"Kind":"Components.Component","Name":"SelectedRow","TypeName":"TItem","Documentation":"\n \n Gets or sets currently selected row.\n \n ","Metadata":{"Common.PropertyName":"SelectedRow","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets currently selected rows.\n \n ","Metadata":{"Common.PropertyName":"SelectedRows","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Blazorise.DataGrid.DataGridSelectionMode","IsEnum":true,"Documentation":"\n \n Gets or sets current selection mode.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridSelectionMode"}},{"Kind":"Components.Component","Name":"SelectedRowChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected row has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRowsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Occurs after multi selection has changed.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowsChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowInserting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>>","Documentation":"\n \n Cancelable event called before the row is inserted.\n \n ","Metadata":{"Common.PropertyName":"RowInserting","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdating","TypeName":"Microsoft.AspNetCore.Components.EventCallback>>","Documentation":"\n \n Cancelable event called before the row is updated.\n \n ","Metadata":{"Common.PropertyName":"RowUpdating","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRemoving","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Cancelable event called before the row is removed.\n \n ","Metadata":{"Common.PropertyName":"RowRemoving","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowInserted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>>","Documentation":"\n \n Event called after the row is inserted.\n \n ","Metadata":{"Common.PropertyName":"RowInserted","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdated","TypeName":"Microsoft.AspNetCore.Components.EventCallback>>","Documentation":"\n \n Event called after the row is updated.\n \n ","Metadata":{"Common.PropertyName":"RowUpdated","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event called after the row is removed.\n \n ","Metadata":{"Common.PropertyName":"RowRemoved","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the mouse leaves the row.\n \n ","Metadata":{"Common.PropertyName":"RowMouseLeave","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowMouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the mouse is over the row.\n \n ","Metadata":{"Common.PropertyName":"RowMouseOver","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the row is clicked.\n \n ","Metadata":{"Common.PropertyName":"RowClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the row is double clicked.\n \n ","Metadata":{"Common.PropertyName":"RowDoubleClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event called after the row has requested a context menu.\n \n ","Metadata":{"Common.PropertyName":"RowContextMenu","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowContextMenuPreventDefault","TypeName":"System.Boolean","Documentation":"\n \n Used to prevent the default action for an event.\n \n ","Metadata":{"Common.PropertyName":"RowContextMenuPreventDefault","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the selected page has changed.\n \n ","Metadata":{"Common.PropertyName":"PageChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ReadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event handler used to load data manually based on the current page and filter data settings.\n \n ","Metadata":{"Common.PropertyName":"ReadData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SortChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Occurs after the sort direction of a single column has changed.\n \n ","Metadata":{"Common.PropertyName":"SortChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Blazorise.DataGrid.DataGridEditMode","IsEnum":true,"Documentation":"\n \n Specifies the grid editing modes.\n \n ","Metadata":{"Common.PropertyName":"EditMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridEditMode"}},{"Kind":"Components.Component","Name":"CommandMode","TypeName":"Blazorise.DataGrid.DataGridCommandMode","IsEnum":true,"Documentation":"\n \n Specifies the grid command mode.\n \n ","Metadata":{"Common.PropertyName":"CommandMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridCommandMode"}},{"Kind":"Components.Component","Name":"DetailRowTrigger","TypeName":"System.Func, System.Boolean>","Documentation":"\n \n A trigger function used to handle the visibility of detail row.\n \n ","Metadata":{"Common.PropertyName":"DetailRowTrigger","Common.GloballyQualifiedTypeName":"global::System.Func, global::System.Boolean>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelectable","TypeName":"System.Func, System.Boolean>","Documentation":"\n \n Handles the selection of the DataGrid row.\n If not set it will default to always true.\n \n ","Metadata":{"Common.PropertyName":"RowSelectable","Common.GloballyQualifiedTypeName":"global::System.Func, global::System.Boolean>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowHoverCursor","TypeName":"System.Func","Documentation":"\n \n Handles the selection of the cursor for a hovered row.\n If not set, will be used.\n \n ","Metadata":{"Common.PropertyName":"RowHoverCursor","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DetailRowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for displaying detail or nested row.\n \n ","Metadata":{"Common.PropertyName":"DetailRowTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NewItemDefaultSetter","TypeName":"System.Action","Documentation":"\n \n Function, that is called, when a new item is created for inserting new entry.\n \n ","Metadata":{"Common.PropertyName":"NewItemDefaultSetter","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NewItemCreator","TypeName":"System.Func","Documentation":"\n \n Function that, if set, is called to create new instance of an item. If left null a default constructor will be used.\n \n ","Metadata":{"Common.PropertyName":"NewItemCreator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItemCreator","TypeName":"System.Func","Documentation":"\n \n Function that, if set, is called to create a validation instance of an item that it's used as a separate instance for Datagrid's internal processing of validation. If left null, Datagrid will try to use it's own implementation to instantiate.\n \n ","Metadata":{"Common.PropertyName":"ValidationItemCreator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditItemCreator","TypeName":"System.Func","Documentation":"\n \n Function that, if set, is called to create a instance of the selected item to edit. If left null the selected item will be used.\n \n ","Metadata":{"Common.PropertyName":"EditItemCreator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Striped","TypeName":"System.Boolean","Documentation":"\n \n Adds stripes to the table.\n \n ","Metadata":{"Common.PropertyName":"Striped","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Bordered","TypeName":"System.Boolean","Documentation":"\n \n Adds borders to all the cells.\n \n ","Metadata":{"Common.PropertyName":"Bordered","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Borderless","TypeName":"System.Boolean","Documentation":"\n \n Makes the table without any borders.\n \n ","Metadata":{"Common.PropertyName":"Borderless","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Hoverable","TypeName":"System.Boolean","Documentation":"\n \n Adds a hover effect when mousing over rows.\n \n ","Metadata":{"Common.PropertyName":"Hoverable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Narrow","TypeName":"System.Boolean","Documentation":"\n \n Makes the table more compact by cutting cell padding in half.\n \n ","Metadata":{"Common.PropertyName":"Narrow","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Documentation":"\n \n Makes table responsive by adding the horizontal scroll bar.\n \n \n In some cases component placed inside of a table marked with \n flag might not show dropdown menu properly. To make it work you might need to add some\n additional CSS rules.\n \n ","Metadata":{"Common.PropertyName":"Responsive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css classname.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"RowStyling","TypeName":"System.Action","Documentation":"\n \n Custom handler for each row in the datagrid.\n \n ","Metadata":{"Common.PropertyName":"RowStyling","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRowStyling","TypeName":"System.Action","Documentation":"\n \n Custom handler for currently selected row.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowStyling","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridCustomFilter","Documentation":"\n \n Handler for custom filtering on datagrid item.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderRowStyling","TypeName":"Blazorise.DataGrid.DataGridRowStyling","Documentation":"\n \n Custom styles for header row.\n \n ","Metadata":{"Common.PropertyName":"HeaderRowStyling","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowStyling"}},{"Kind":"Components.Component","Name":"FilterRowStyling","TypeName":"Blazorise.DataGrid.DataGridRowStyling","Documentation":"\n \n Custom styles for filter row.\n \n ","Metadata":{"Common.PropertyName":"FilterRowStyling","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowStyling"}},{"Kind":"Components.Component","Name":"GroupRowStyling","TypeName":"Blazorise.DataGrid.DataGridRowStyling","Documentation":"\n \n Custom styles for aggregate row.\n \n ","Metadata":{"Common.PropertyName":"GroupRowStyling","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowStyling"}},{"Kind":"Components.Component","Name":"AggregateRowStyling","TypeName":"Blazorise.DataGrid.DataGridRowStyling","Documentation":"\n \n Custom styles for aggregate row.\n \n ","Metadata":{"Common.PropertyName":"AggregateRowStyling","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowStyling"}},{"Kind":"Components.Component","Name":"DataGridColumns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for holding the datagrid columns.\n \n ","Metadata":{"Common.PropertyName":"DataGridColumns","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataGridAggregates","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for holding the datagrid aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"DataGridAggregates","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UseValidation","TypeName":"System.Boolean","Documentation":"\n \n If true, DataGrid will use validation when editing the fields.\n \n ","Metadata":{"Common.PropertyName":"UseValidation","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowValidationFeedback","TypeName":"System.Boolean","Documentation":"\n \n If true, shows feedbacks for all validations.\n \n ","Metadata":{"Common.PropertyName":"ShowValidationFeedback","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowValidationsSummary","TypeName":"System.Boolean","Documentation":"\n \n If true, shows summary for all validations.\n \n ","Metadata":{"Common.PropertyName":"ShowValidationsSummary","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValidationsSummaryLabel","TypeName":"System.String","Documentation":"\n \n Label for validations summary.\n \n ","Metadata":{"Common.PropertyName":"ValidationsSummaryLabel","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValidationsSummaryErrors","TypeName":"System.String[]","Documentation":"\n \n List of custom error messages for the validations summary.\n \n ","Metadata":{"Common.PropertyName":"ValidationsSummaryErrors","Common.GloballyQualifiedTypeName":"global::System.String[]"}},{"Kind":"Components.Component","Name":"ValidationsHandlerType","TypeName":"System.Type","Documentation":"\n \n Defines the default handler type that will be used by the validation, unless it is overriden by property.\n \n ","Metadata":{"Common.PropertyName":"ValidationsHandlerType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Localizers","TypeName":"Blazorise.DataGrid.DataGridLocalizers","Documentation":"\n \n Custom localizer handlers to override default localization.\n \n ","Metadata":{"Common.PropertyName":"Localizers","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridLocalizers"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FixedHeader","TypeName":"System.Boolean","Documentation":"\n \n Makes Datagrid have a fixed header and enabling a scrollbar in the Datagrid body.\n \n ","Metadata":{"Common.PropertyName":"FixedHeader","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"FixedHeaderDataGridHeight","TypeName":"System.String","Documentation":"\n \n Sets the Datagrid height when feature is enabled (defaults to 500px).\n \n ","Metadata":{"Common.PropertyName":"FixedHeaderDataGridHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FixedHeaderDataGridMaxHeight","TypeName":"System.String","Documentation":"\n \n Sets the Datagrid max height when feature is enabled (defaults to 500px).\n \n ","Metadata":{"Common.PropertyName":"FixedHeaderDataGridMaxHeight","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderThemeContrast","TypeName":"Blazorise.ThemeContrast","IsEnum":true,"Documentation":"\n \n Sets the Datagrid's table header .\n \n ","Metadata":{"Common.PropertyName":"HeaderThemeContrast","Common.GloballyQualifiedTypeName":"global::Blazorise.ThemeContrast"}},{"Kind":"Components.Component","Name":"SubmitFormOnEnter","TypeName":"System.Boolean","Documentation":"\n \n If true, the edit form will have the Save button as type=\"submit\", and it will react to Enter keys being pressed.\n \n ","Metadata":{"Common.PropertyName":"SubmitFormOnEnter","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DetailRowStartsVisible","TypeName":"System.Boolean","Documentation":"\n \n Controls whether DetailRow will start visible if is set. will be evaluated if set.\n \n ","Metadata":{"Common.PropertyName":"DetailRowStartsVisible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowDefaultSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether default sort icon should display.\n \n ","Metadata":{"Common.PropertyName":"ShowDefaultSortIcon","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Navigable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the Datagrid is Navigable, users will be able to navigate the Grid by pressing the Keyboard's ArrowUp and ArrowDown keys.\n \n ","Metadata":{"Common.PropertyName":"Navigable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"RowOverlayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for mouse hover overlay display formatting.\n \n ","Metadata":{"Common.PropertyName":"RowOverlayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowOverlayPosition","TypeName":"Blazorise.DataGrid.DataGridRowOverlayPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the row overlay.\n \n ","Metadata":{"Common.PropertyName":"RowOverlayPosition","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridRowOverlayPosition"}},{"Kind":"Components.Component","Name":"RowOverlayBackground","TypeName":"Blazorise.Background","Documentation":"\n \n Defines the background of the row overlay.\n \n ","Metadata":{"Common.PropertyName":"RowOverlayBackground","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"ShowHeaderGroupCaptions","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether user can see defined header group captions.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderGroupCaptions","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"HeaderGroupCaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for header group caption.\n Suggested usage: rendering content conditionally according to the defined \n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterMenuTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for the filter column. When filter mode is set to DataGridFilterMode.Menu, this template will be used to render the filter content.\n \n ","Metadata":{"Common.PropertyName":"FilterMenuTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGrid","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1921823045,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PopupTitleTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets template for title of popup modal.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupTitleTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PopupTitleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PopupTitleTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2095585604,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PopupTitleTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets template for title of popup modal.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupTitleTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PopupTitleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PopupTitleTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1123062237,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.EmptyTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of table body for empty DisplayData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyTemplate","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.EmptyTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1367812215,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.EmptyTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of table body for empty DisplayData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.EmptyTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1424964141,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.EmptyFilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of table body for the empty filter DisplayData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyFilterTemplate","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.EmptyFilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-922602910,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.EmptyFilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of table body for the empty filter DisplayData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyFilterTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.EmptyFilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":808489354,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.EmptyCellTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of cell body for empty DisplayData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyCellTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EmptyCellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.EmptyCellTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-220424055,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.EmptyCellTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of cell body for empty DisplayData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyCellTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EmptyCellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.EmptyCellTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2008491270,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.LoadingTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of table body for handle ReadData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadingTemplate","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.LoadingTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2029805222,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.LoadingTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of table body for handle ReadData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadingTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.LoadingTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1384070883,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.ButtonRowTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of button row of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonRowTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ButtonRowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.ButtonRowTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":393659902,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.ButtonRowTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of button row of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonRowTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ButtonRowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.ButtonRowTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":935735310,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.FirstPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of first button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FirstPageButtonTemplate","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.FirstPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1034315714,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.FirstPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of first button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FirstPageButtonTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.FirstPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1305729697,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.LastPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of last button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LastPageButtonTemplate","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.LastPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1137377254,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.LastPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of last button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LastPageButtonTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.LastPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":399323379,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PreviousPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of previous button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PreviousPageButtonTemplate","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PreviousPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-939912309,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PreviousPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of previous button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PreviousPageButtonTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PreviousPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1796012712,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.NextPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of next button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NextPageButtonTemplate","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.NextPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":714463668,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.NextPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of next button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NextPageButtonTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.NextPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2115647639,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of page buttons of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageButtonTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageButtonTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":203764517,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of page buttons of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageButtonTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageButtonTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-869462042,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.ItemsPerPageTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of items per page of grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemsPerPageTemplate","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.ItemsPerPageTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1600059667,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.ItemsPerPageTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of items per page of grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemsPerPageTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.ItemsPerPageTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-709651999,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.TotalItemsShortTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid for small devices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TotalItemsShortTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TotalItemsShortTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.TotalItemsShortTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":948631325,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.TotalItemsShortTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid for small devices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TotalItemsShortTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TotalItemsShortTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.TotalItemsShortTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1446940625,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.TotalItemsTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid.\n In\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TotalItemsTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TotalItemsTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.TotalItemsTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":531602676,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.TotalItemsTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid.\n In\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TotalItemsTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TotalItemsTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.TotalItemsTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-476252326,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PageSelectorTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of the page selector. The selector is only displayed under the tablets breakpoint. You will have to construct it using the provided pagination context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSelectorTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageSelectorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PageSelectorTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-88210589,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PageSelectorTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of the page selector. The selector is only displayed under the tablets breakpoint. You will have to construct it using the provided pagination context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSelectorTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageSelectorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PageSelectorTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-456252134,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PageSizesTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of the page sizes selector. You will have to construct it using the provided pagination context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSizesTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageSizesTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PageSizesTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":371332951,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.PageSizesTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of the page sizes selector. You will have to construct it using the provided pagination context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSizesTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageSizesTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.PageSizesTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":108681477,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.DetailRowTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for displaying detail or nested row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailRowTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailRowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.DetailRowTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1440701319,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.DetailRowTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for displaying detail or nested row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailRowTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailRowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.DetailRowTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":851144695,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.DataGridColumns","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for holding the datagrid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridColumns","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.DataGridColumns","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-719323,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.DataGridColumns","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for holding the datagrid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridColumns","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.DataGridColumns","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-503878080,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.DataGridAggregates","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for holding the datagrid aggregate columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridAggregates","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.DataGridAggregates","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1989656099,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.DataGridAggregates","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for holding the datagrid aggregate columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridAggregates","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.DataGridAggregates","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-689291635,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.ChildContent","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":832008622,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.ChildContent","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":492863255,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.RowOverlayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for mouse hover overlay display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowOverlayTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowOverlayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.RowOverlayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-405797020,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.RowOverlayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for mouse hover overlay display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowOverlayTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowOverlayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.RowOverlayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":907171805,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.HeaderGroupCaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for header group caption.\n Suggested usage: rendering content conditionally according to the defined \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderGroupCaptionTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderGroupCaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.HeaderGroupCaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":835474481,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.HeaderGroupCaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for header group caption.\n Suggested usage: rendering content conditionally according to the defined \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderGroupCaptionTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderGroupCaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.HeaderGroupCaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":604792206,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.FilterMenuTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for the filter column. When filter mode is set to DataGridFilterMode.Menu, this template will be used to render the filter content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterMenuTemplate","ParentTag":"DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterMenuTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.FilterMenuTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1163452255,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.FilterMenuTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for the filter column. When filter mode is set to DataGridFilterMode.Menu, this template will be used to render the filter content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterMenuTemplate","ParentTag":"Blazorise.DataGrid.DataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterMenuTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGrid.FilterMenuTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1407823991,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridAggregate","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridAggregate component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"Blazorise.DataGrid.DataGridAggregateType","IsEnum":true,"Documentation":"\n \n Type of aggregate calculation.\n \n \n ","Metadata":{"Common.PropertyName":"Aggregate","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridAggregateType"}},{"Kind":"Components.Component","Name":"AggregationFunction","TypeName":"System.Func, Blazorise.DataGrid.DataGridColumn, System.Object>","Documentation":"\n \n Aggregation calculation.\n \n ","Metadata":{"Common.PropertyName":"AggregationFunction","Common.GloballyQualifiedTypeName":"global::System.Func, global::Blazorise.DataGrid.DataGridColumn, global::System.Object>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Optional display template for aggregate values.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridAggregate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridAggregate","Components.GenericTyped":"True"}},{"HashCode":-502685483,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridAggregate","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridAggregate component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"Blazorise.DataGrid.DataGridAggregateType","IsEnum":true,"Documentation":"\n \n Type of aggregate calculation.\n \n \n ","Metadata":{"Common.PropertyName":"Aggregate","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridAggregateType"}},{"Kind":"Components.Component","Name":"AggregationFunction","TypeName":"System.Func, Blazorise.DataGrid.DataGridColumn, System.Object>","Documentation":"\n \n Aggregation calculation.\n \n ","Metadata":{"Common.PropertyName":"AggregationFunction","Common.GloballyQualifiedTypeName":"global::System.Func, global::Blazorise.DataGrid.DataGridColumn, global::System.Object>","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Optional display template for aggregate values.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridAggregate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridAggregate","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-251684306,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridAggregate.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Optional display template for aggregate values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"DataGridAggregate"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridAggregate.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridAggregate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-520474674,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridAggregate.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Optional display template for aggregate values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"Blazorise.DataGrid.DataGridAggregate"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridAggregate.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridAggregate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1218727083,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridAggregate.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridAggregate.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridAggregate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":604897503,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridAggregate.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridAggregate.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridAggregate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1706580962,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridCheckColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridCheckColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.GenericTyped":"True"}},{"HashCode":-342961218,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridCheckColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridCheckColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1527553123,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-589126244,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Blazorise.DataGrid.DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":632611356,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1030332155,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"Blazorise.DataGrid.DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-929245237,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1755976601,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"Blazorise.DataGrid.DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1592220021,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-588461539,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Blazorise.DataGrid.DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1780839447,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-131236759,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Blazorise.DataGrid.DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1662997522,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-544722571,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Blazorise.DataGrid.DataGridCheckColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":744771042,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGridCheckColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1390040105,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCheckColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGridCheckColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":582295758,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.GenericTyped":"True"}},{"HashCode":-935291416,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1334071753,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":91537348,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Blazorise.DataGrid.DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-125649046,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1978441144,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"Blazorise.DataGrid.DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1188523033,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1246822470,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"Blazorise.DataGrid.DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-870228832,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2119004122,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Blazorise.DataGrid.DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1499561406,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1327205044,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Blazorise.DataGrid.DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1570731666,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-779314647,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Blazorise.DataGrid.DataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":686291513,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":95501533,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1013548085,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridCommandColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridCommandColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"NewCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize new command button.\n \n ","Metadata":{"Common.PropertyName":"NewCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize edit command button.\n \n ","Metadata":{"Common.PropertyName":"EditCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SaveCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize save command button.\n \n ","Metadata":{"Common.PropertyName":"SaveCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CancelCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize cancel command button.\n \n ","Metadata":{"Common.PropertyName":"CancelCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DeleteCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize delete command button.\n \n ","Metadata":{"Common.PropertyName":"DeleteCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ClearFilterCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize clear-filter command button.\n \n ","Metadata":{"Common.PropertyName":"ClearFilterCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NewCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of new command button.\n \n ","Metadata":{"Common.PropertyName":"NewCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"EditCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of edit command button.\n \n ","Metadata":{"Common.PropertyName":"EditCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SaveCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of save command button.\n \n ","Metadata":{"Common.PropertyName":"SaveCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CancelCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of cancel command button.\n \n ","Metadata":{"Common.PropertyName":"CancelCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DeleteCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of delete command button.\n \n ","Metadata":{"Common.PropertyName":"DeleteCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ClearFilterCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of clear-filter command button.\n \n ","Metadata":{"Common.PropertyName":"ClearFilterCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.GenericTyped":"True"}},{"HashCode":-1611547683,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridCommandColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridCommandColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"NewCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize new command button.\n \n ","Metadata":{"Common.PropertyName":"NewCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize edit command button.\n \n ","Metadata":{"Common.PropertyName":"EditCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SaveCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize save command button.\n \n ","Metadata":{"Common.PropertyName":"SaveCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CancelCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize cancel command button.\n \n ","Metadata":{"Common.PropertyName":"CancelCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DeleteCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize delete command button.\n \n ","Metadata":{"Common.PropertyName":"DeleteCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ClearFilterCommandTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize clear-filter command button.\n \n ","Metadata":{"Common.PropertyName":"ClearFilterCommandTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NewCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of new command button.\n \n ","Metadata":{"Common.PropertyName":"NewCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"EditCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of edit command button.\n \n ","Metadata":{"Common.PropertyName":"EditCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SaveCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of save command button.\n \n ","Metadata":{"Common.PropertyName":"SaveCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CancelCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of cancel command button.\n \n ","Metadata":{"Common.PropertyName":"CancelCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DeleteCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of delete command button.\n \n ","Metadata":{"Common.PropertyName":"DeleteCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ClearFilterCommandAllowed","TypeName":"System.Boolean","Documentation":"\n \n Handles the visibility of clear-filter command button.\n \n ","Metadata":{"Common.PropertyName":"ClearFilterCommandAllowed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":100999797,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.NewCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize new command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NewCommandTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NewCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.NewCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1455761713,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.NewCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize new command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NewCommandTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NewCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.NewCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1734671754,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.EditCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize edit command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditCommandTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.EditCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1874676883,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.EditCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize edit command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditCommandTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.EditCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1282500245,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.SaveCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize save command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SaveCommandTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SaveCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.SaveCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-115879105,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.SaveCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize save command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SaveCommandTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SaveCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.SaveCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":323854959,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.CancelCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize cancel command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CancelCommandTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CancelCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.CancelCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1489820607,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.CancelCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize cancel command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CancelCommandTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CancelCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.CancelCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":756571062,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.DeleteCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize delete command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DeleteCommandTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DeleteCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.DeleteCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1616616354,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.DeleteCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize delete command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DeleteCommandTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DeleteCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.DeleteCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-922498863,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.ClearFilterCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize clear-filter command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ClearFilterCommandTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ClearFilterCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.ClearFilterCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1610421756,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.ClearFilterCommandTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize clear-filter command button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ClearFilterCommandTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ClearFilterCommandTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.ClearFilterCommandTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406822576,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":228800163,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1776202454,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1844951001,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1867787425,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1676963305,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-923441756,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-789519501,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1717425964,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2117815232,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2135385616,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2143527727,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-763164488,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":269029001,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridCommandColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1247421196,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridDateColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridDateColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"InputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.GenericTyped":"True"}},{"HashCode":-405892909,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridDateColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridDateColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"InputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1369922401,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1845046671,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Blazorise.DataGrid.DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":885878416,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":658819733,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"Blazorise.DataGrid.DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":389958875,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-150038148,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"Blazorise.DataGrid.DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":276938402,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1394943439,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Blazorise.DataGrid.DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1830245828,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1492421522,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Blazorise.DataGrid.DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-197995693,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-292550525,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Blazorise.DataGrid.DataGridDateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1457522059,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGridDateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1980485019,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridDateColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGridDateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-736928260,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridMultiSelectColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MultiSelectTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize multi select checkbox.\n \n ","Metadata":{"Common.PropertyName":"MultiSelectTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.GenericTyped":"True"}},{"HashCode":1277352561,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridMultiSelectColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MultiSelectTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template to customize multi select checkbox.\n \n ","Metadata":{"Common.PropertyName":"MultiSelectTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-109156757,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.MultiSelectTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize multi select checkbox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MultiSelectTemplate","ParentTag":"DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MultiSelectTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.MultiSelectTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1980239509,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.MultiSelectTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template to customize multi select checkbox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MultiSelectTemplate","ParentTag":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MultiSelectTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.MultiSelectTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-778468953,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1320730472,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-635948136,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":159719409,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":840314431,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1674948176,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2143533355,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":271281697,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-876919730,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":956655499,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1952168435,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1901357881,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":725192369,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGridMultiSelectColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1355208316,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGridMultiSelectColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1839865703,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridNumericColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Datagrid column declarations for numeric types.\n \n Type parameter for the model displayed in the .\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridNumericColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.GenericTyped":"True"}},{"HashCode":242227720,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridNumericColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Datagrid column declarations for numeric types.\n \n Type parameter for the model displayed in the .\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridNumericColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1331300781,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":781252279,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Blazorise.DataGrid.DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-50140376,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-496645453,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"Blazorise.DataGrid.DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1763475173,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1664300650,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"Blazorise.DataGrid.DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":621932695,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-375311778,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Blazorise.DataGrid.DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":532077018,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":868352411,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Blazorise.DataGrid.DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":729178448,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1541723531,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Blazorise.DataGrid.DataGridNumericColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-437864436,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGridNumericColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2018450938,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridNumericColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGridNumericColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2036049577,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridSelectColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridSelectColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the select data-source.\n \n ","Metadata":{"Common.PropertyName":"Data","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.Func","Documentation":"\n \n Method used to get the display field from the supplied data source.\n You can unbox the object by using the following example: TextField=\"(x) => ((Model)x).Text\"\n \n ","Metadata":{"Common.PropertyName":"TextField","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ValueField","TypeName":"System.Func","Documentation":"\n \n Method used to get the value field from the supplied data source.\n You can unbox the object by using the following example: ValueField=\"(x) => ((Model)x).Value\"\n \n ","Metadata":{"Common.PropertyName":"ValueField","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ItemDisabled","TypeName":"System.Func","Documentation":"\n \n Method used to determine if an item should be disabled.\n You can unbox the object by using the following example: ItemDisabled=\"(x) => !((Model)x).Enabled\"\n \n ","Metadata":{"Common.PropertyName":"ItemDisabled","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"DefaultItemText","TypeName":"System.String","Documentation":"\n \n Display text of the default select item.\n \n ","Metadata":{"Common.PropertyName":"DefaultItemText","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DefaultItemValue","TypeName":"System.Object","Documentation":"\n \n Value of the default select item.\n \n ","Metadata":{"Common.PropertyName":"DefaultItemValue","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"DefaultItemDisabled","TypeName":"System.Boolean","Documentation":"\n \n If true, disables the default item.\n \n ","Metadata":{"Common.PropertyName":"DefaultItemDisabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DefaultItemHidden","TypeName":"System.Boolean","Documentation":"\n \n If true, disables the default item.\n \n ","Metadata":{"Common.PropertyName":"DefaultItemHidden","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class-names.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom styles.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Size of a select field.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"MaxVisibleItems","TypeName":"System.Int32?","Documentation":"\n \n Specifies how many options should be shown at once.\n \n ","Metadata":{"Common.PropertyName":"MaxVisibleItems","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an select to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.GenericTyped":"True"}},{"HashCode":-1105296675,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGridSelectColumn","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid.DataGridSelectColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the select data-source.\n \n ","Metadata":{"Common.PropertyName":"Data","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.Func","Documentation":"\n \n Method used to get the display field from the supplied data source.\n You can unbox the object by using the following example: TextField=\"(x) => ((Model)x).Text\"\n \n ","Metadata":{"Common.PropertyName":"TextField","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ValueField","TypeName":"System.Func","Documentation":"\n \n Method used to get the value field from the supplied data source.\n You can unbox the object by using the following example: ValueField=\"(x) => ((Model)x).Value\"\n \n ","Metadata":{"Common.PropertyName":"ValueField","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"ItemDisabled","TypeName":"System.Func","Documentation":"\n \n Method used to determine if an item should be disabled.\n You can unbox the object by using the following example: ItemDisabled=\"(x) => !((Model)x).Enabled\"\n \n ","Metadata":{"Common.PropertyName":"ItemDisabled","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"DefaultItemText","TypeName":"System.String","Documentation":"\n \n Display text of the default select item.\n \n ","Metadata":{"Common.PropertyName":"DefaultItemText","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DefaultItemValue","TypeName":"System.Object","Documentation":"\n \n Value of the default select item.\n \n ","Metadata":{"Common.PropertyName":"DefaultItemValue","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"DefaultItemDisabled","TypeName":"System.Boolean","Documentation":"\n \n If true, disables the default item.\n \n ","Metadata":{"Common.PropertyName":"DefaultItemDisabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DefaultItemHidden","TypeName":"System.Boolean","Documentation":"\n \n If true, disables the default item.\n \n ","Metadata":{"Common.PropertyName":"DefaultItemHidden","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class-names.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom styles.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazorise.Size?","Documentation":"\n \n Size of a select field.\n \n ","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazorise.Size?"}},{"Kind":"Components.Component","Name":"MaxVisibleItems","TypeName":"System.Int32?","Documentation":"\n \n Specifies how many options should be shown at once.\n \n ","Metadata":{"Common.PropertyName":"MaxVisibleItems","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32?","Documentation":"\n \n If defined, indicates that its element can be focused and can participates in sequential keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"TabIndex","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Add the disabled boolean attribute on an select to prevent user interactions and make it appear lighter.\n \n ","Metadata":{"Common.PropertyName":"Disabled","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Gets or sets the column's display caption.\n \n ","Metadata":{"Common.PropertyName":"Caption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"Blazorise.DataGrid.FilterContext","Documentation":"\n \n Filter value for this column.\n \n ","Metadata":{"Common.PropertyName":"Filter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.FilterContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CustomFilter","TypeName":"Blazorise.DataGrid.DataGridColumnCustomFilter","Documentation":"\n \n Custom filter function used to override internal filtering.\n \n ","Metadata":{"Common.PropertyName":"CustomFilter","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumnCustomFilter","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"FilterTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"FilterVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"FilterDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"FilterFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"FilterGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Blazorise.SortDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the column initial sort direction.\n \n ","Metadata":{"Common.PropertyName":"SortDirection","Common.GloballyQualifiedTypeName":"global::Blazorise.SortDirection"}},{"Kind":"Components.Component","Name":"ReverseSorting","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the sort direction will be reversed.\n \n ","Metadata":{"Common.PropertyName":"ReverseSorting","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortDirectionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","Metadata":{"Common.PropertyName":"SortDirectionTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Defines the vertical alignment for display cell.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a cell.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"HeaderVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"HeaderDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"HeaderGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Editable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can edit cell values under this column.\n \n ","Metadata":{"Common.PropertyName":"Editable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Displayable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether column can be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"Displayable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"DisplayOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets where column will be displayed on a grid.\n \n ","Metadata":{"Common.PropertyName":"DisplayOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"EditOrder","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets where column will be displayed on edit row/popup.\n \n ","Metadata":{"Common.PropertyName":"EditOrder","Common.GloballyQualifiedTypeName":"global::System.Int32?"}},{"Kind":"Components.Component","Name":"CellsEditableOnNewCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the new-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnNewCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellsEditableOnEditCommand","TypeName":"System.Boolean","Documentation":"\n \n Allows the cell values to be entered while the grid is in the edit-item state.\n \n ","Metadata":{"Common.PropertyName":"CellsEditableOnEditCommand","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users can sort data by the column's values.\n \n ","Metadata":{"Common.PropertyName":"Sortable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether end-users are prevented from editing the column's cell values.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ShowCaption","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column's caption is displayed within the column header.\n \n ","Metadata":{"Common.PropertyName":"ShowCaption","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether users can filter rows by its cell values.\n \n ","Metadata":{"Common.PropertyName":"Filterable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Groupable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column is eligible to be used as a Group Field. A custom function can however be provided.\n \n ","Metadata":{"Common.PropertyName":"Groupable","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Grouping","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the column should start grouped.\n \n ","Metadata":{"Common.PropertyName":"Grouping","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.Func","Documentation":"\n \n Gets or sets a custom GroupBy function. needs to be active.\n \n ","Metadata":{"Common.PropertyName":"GroupBy","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column.\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.Func","Documentation":"\n \n Custom classname handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellClass","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellStyle","TypeName":"System.Func","Documentation":"\n \n Custom style handler for cell based on the current row item.\n \n ","Metadata":{"Common.PropertyName":"CellStyle","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"HeaderCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for header cell.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"FilterCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for filter cell.\n \n ","Metadata":{"Common.PropertyName":"FilterCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"GroupCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellClass","TypeName":"System.String","Documentation":"\n \n Custom classname for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateCellStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AggregateTextAlignment","TypeName":"Blazorise.TextAlignment?","Documentation":"\n \n Defines the alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateTextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment?"}},{"Kind":"Components.Component","Name":"AggregateVerticalAlignment","TypeName":"Blazorise.VerticalAlignment?","Documentation":"\n \n Defines the vertical alignment for column the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateVerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment?"}},{"Kind":"Components.Component","Name":"AggregateDisplay","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateDisplay","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"AggregateFlex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies the flex utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateFlex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"AggregateGap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Specifies the gap utility of a the aggregate cell.\n \n ","Metadata":{"Common.PropertyName":"AggregateGap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"DisplayTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for custom cell display formatting.\n \n ","Metadata":{"Common.PropertyName":"DisplayTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom column filter rendering.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of field for popup modal.\n \n ","Metadata":{"Common.PropertyName":"PopupFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditFieldColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the size of an edit field for popup modal and edit form.\n \n ","Metadata":{"Common.PropertyName":"EditFieldColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom cell editing.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"System.Action","Documentation":"\n \n Validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"Validator","Common.GloballyQualifiedTypeName":"global::System.Action","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"False"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n Asynchronously validates the input value after trying to save.\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Documentation":"\n \n Forces validation to use regex pattern matching instead of default validator handler.\n \n ","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SortField","TypeName":"System.String","Documentation":"\n \n Provides a Sort Field to be used instead by the Sorting mechanism\n \n ","Metadata":{"Common.PropertyName":"SortField","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"PreventRowClick","TypeName":"System.Boolean","Documentation":"\n \n Will set @onclick:StopProgration to true, stopping the RowClick and consequent events from triggering.\n \n ","Metadata":{"Common.PropertyName":"PreventRowClick","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the order for sorting when Sorting is set to multiple. \n \n ","Metadata":{"Common.PropertyName":"SortOrder","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SortOrderChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises an event every time that is changed.\n \n ","Metadata":{"Common.PropertyName":"SortOrderChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Template for custom group.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FilterMethod","TypeName":"Blazorise.DataGrid.DataGridFilterMethod?","Documentation":"\n \n Sets the filter method to be used for filtering the column.\n If null, uses the \n \n ","Metadata":{"Common.PropertyName":"FilterMethod","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridFilterMethod?"}},{"Kind":"Components.Component","Name":"HeaderGroupCaption","TypeName":"System.String","Documentation":"\n \n Defines the caption to be displayed for a group header.\n If set, all the column headers that are part of the group will be grouped under this caption.\n \n ","Metadata":{"Common.PropertyName":"HeaderGroupCaption","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n To bind a column to a data source field, set this property to the required data field name.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormat","TypeName":"System.String","Documentation":"\n \n Defines the format for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormat","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"DisplayFormatProvider","TypeName":"System.IFormatProvider","Documentation":"\n \n Defines the format provider info for display value.\n \n ","Metadata":{"Common.PropertyName":"DisplayFormatProvider","Common.GloballyQualifiedTypeName":"global::System.IFormatProvider"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-317174525,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1479959846,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.CaptionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display caption template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Blazorise.DataGrid.DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.CaptionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1950020822,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-857551831,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.SortDirectionTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets the column's display sort direction template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SortDirectionTemplate","ParentTag":"Blazorise.DataGrid.DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SortDirectionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.SortDirectionTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":249141178,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-602741340,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.DisplayTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell display formatting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DisplayTemplate","ParentTag":"Blazorise.DataGrid.DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DisplayTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.DisplayTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1735628087,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1938416369,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.FilterTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom column filter rendering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Blazorise.DataGrid.DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.FilterTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2009234084,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1560529695,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.EditTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom cell editing.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Blazorise.DataGrid.DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.EditTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":168855863,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1962722194,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.GroupTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Template for custom group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Blazorise.DataGrid.DataGridSelectColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.GroupTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":7156099,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataGridSelectColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":855766249,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGridSelectColumn.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid.DataGridSelectColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1683127870,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridAggregateRow","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridAggregateRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridAggregateRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IEnumerable>","Documentation":"\n \n List of columns used to build this row.\n \n ","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.IEnumerable>","Documentation":"\n \n List of aggregate columns used to build this row.\n \n ","Metadata":{"Common.PropertyName":"Aggregates","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css classname.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Custom background.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Custom color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridAggregateRow","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridAggregateRow","Components.GenericTyped":"True"}},{"HashCode":-370434636,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridAggregateRow","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridAggregateRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridAggregateRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IEnumerable>","Documentation":"\n \n List of columns used to build this row.\n \n ","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.IEnumerable>","Documentation":"\n \n List of aggregate columns used to build this row.\n \n ","Metadata":{"Common.PropertyName":"Aggregates","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css classname.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Custom background.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Color","TypeName":"Blazorise.Color","Documentation":"\n \n Custom color.\n \n ","Metadata":{"Common.PropertyName":"Color","Common.GloballyQualifiedTypeName":"global::Blazorise.Color"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridAggregateRow","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridAggregateRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1634437192,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCellEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Internal component for editing the row item cell value.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridCellEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCellEdit component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Documentation":"\n \n Column that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Field name that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Instance of the currently editing row item.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Documentation":"\n \n Instance of the currently validating row item.\n \n ","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"System.Type","Documentation":"\n \n Value data type.\n \n ","Metadata":{"Common.PropertyName":"ValueType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"CellEditContext","TypeName":"Blazorise.DataGrid.CellEditContext","Documentation":"\n \n Currently editing cell value.\n \n ","Metadata":{"Common.PropertyName":"CellEditContext","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.CellEditContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Prevents user from editing the cell value.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises when cell value changes.\n \n ","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DateInputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"DateInputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCellEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellEdit","Components.GenericTyped":"True"}},{"HashCode":1548147938,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCellEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Internal component for editing the row item cell value.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridCellEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCellEdit component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Documentation":"\n \n Column that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Field name that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Instance of the currently editing row item.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Documentation":"\n \n Instance of the currently validating row item.\n \n ","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"System.Type","Documentation":"\n \n Value data type.\n \n ","Metadata":{"Common.PropertyName":"ValueType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"CellEditContext","TypeName":"Blazorise.DataGrid.CellEditContext","Documentation":"\n \n Currently editing cell value.\n \n ","Metadata":{"Common.PropertyName":"CellEditContext","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.CellEditContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Prevents user from editing the cell value.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises when cell value changes.\n \n ","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DateInputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"DateInputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCellEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1605327877,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCellEditValidation","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridCellEditValidation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCellEditValidation component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowValidationFeedback","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValidationFeedback","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Documentation":"\n \n Column that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Field name that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Instance of the currently editing row item.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Documentation":"\n \n Instance of the currently validating row item.\n \n ","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"System.Type","Documentation":"\n \n Value data type.\n \n ","Metadata":{"Common.PropertyName":"ValueType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"CellEditContext","TypeName":"Blazorise.DataGrid.CellEditContext","Documentation":"\n \n Currently editing cell value.\n \n ","Metadata":{"Common.PropertyName":"CellEditContext","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.CellEditContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Prevents user from editing the cell value.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises when cell value changes.\n \n ","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DateInputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"DateInputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCellEditValidation","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellEditValidation","Components.GenericTyped":"True"}},{"HashCode":1381848895,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCellEditValidation","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridCellEditValidation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCellEditValidation component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowValidationFeedback","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValidationFeedback","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValidationPattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValidationPattern","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Documentation":"\n \n Column that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Field name that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Field","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Instance of the currently editing row item.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Documentation":"\n \n Instance of the currently validating row item.\n \n ","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"System.Type","Documentation":"\n \n Value data type.\n \n ","Metadata":{"Common.PropertyName":"ValueType","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"CellEditContext","TypeName":"Blazorise.DataGrid.CellEditContext","Documentation":"\n \n Currently editing cell value.\n \n ","Metadata":{"Common.PropertyName":"CellEditContext","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.CellEditContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Prevents user from editing the cell value.\n \n ","Metadata":{"Common.PropertyName":"Readonly","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises when cell value changes.\n \n ","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Decimal?","Documentation":"\n \n Specifies the interval between valid values.\n \n ","Metadata":{"Common.PropertyName":"Step","Common.GloballyQualifiedTypeName":"global::System.Decimal?"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32","Documentation":"\n \n Maximum number of decimal places after the decimal separator.\n \n ","Metadata":{"Common.PropertyName":"Decimals","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"DecimalSeparator","TypeName":"System.String","Documentation":"\n \n String to use as the decimal separator in numeric values.\n \n ","Metadata":{"Common.PropertyName":"DecimalSeparator","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Culture","TypeName":"System.String","Documentation":"\n \n Helps define the language of an element.\n \n \n https://www.w3schools.com/tags/ref_language_codes.asp\n \n ","Metadata":{"Common.PropertyName":"Culture","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ShowStepButtons","TypeName":"System.Boolean?","Documentation":"\n \n If true, step buttons will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowStepButtons","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"EnableStep","TypeName":"System.Boolean?","Documentation":"\n \n If true, enables change of numeric value by pressing on step buttons or by keyboard up/down keys.\n \n ","Metadata":{"Common.PropertyName":"EnableStep","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DateInputMode","TypeName":"Blazorise.DateInputMode","IsEnum":true,"Documentation":"\n \n Hints at the type of data that might be entered by the user while editing the element or its contents.\n \n ","Metadata":{"Common.PropertyName":"DateInputMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DateInputMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCellEditValidation","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellEditValidation","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1189561053,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCellNumericEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Internal component for editing the row item cell value.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridCellNumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCellNumericEdit component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridNumericColumn","Documentation":"\n \n Column that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridNumericColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellValue","TypeName":"System.Object","Documentation":"\n \n Currently editing cell value.\n \n ","Metadata":{"Common.PropertyName":"CellValue","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises when cell value changes.\n \n ","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCellNumericEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellNumericEdit","Components.GenericTyped":"True"}},{"HashCode":-1854442325,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCellNumericEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Internal component for editing the row item cell value.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridCellNumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCellNumericEdit component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridNumericColumn","Documentation":"\n \n Column that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridNumericColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellValue","TypeName":"System.Object","Documentation":"\n \n Currently editing cell value.\n \n ","Metadata":{"Common.PropertyName":"CellValue","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises when cell value changes.\n \n ","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCellNumericEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellNumericEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1100383160,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCellSelectEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Internal component for editing the row item cell value.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridCellSelectEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCellSelectEdit component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridSelectColumn","Documentation":"\n \n Column that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridSelectColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellValue","TypeName":"System.Object","Documentation":"\n \n Currently editing cell value.\n \n ","Metadata":{"Common.PropertyName":"CellValue","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises when cell value changes.\n \n ","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowValidationFeedback","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValidationFeedback","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCellSelectEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellSelectEdit","Components.GenericTyped":"True"}},{"HashCode":-1733967331,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCellSelectEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Internal component for editing the row item cell value.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridCellSelectEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCellSelectEdit component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridSelectColumn","Documentation":"\n \n Column that this cell belongs to.\n \n ","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridSelectColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellValue","TypeName":"System.Object","Documentation":"\n \n Currently editing cell value.\n \n ","Metadata":{"Common.PropertyName":"CellValue","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Raises when cell value changes.\n \n ","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowValidationFeedback","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValidationFeedback","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCellSelectEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellSelectEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1176309789,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridColumnDropZone","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridColumnDropZone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridColumnDropZone component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnRemoved","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnAdded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnAdded","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IEnumerable>","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridColumnDropZone","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridColumnDropZone","Components.GenericTyped":"True"}},{"HashCode":-1722482981,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridColumnDropZone","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridColumnDropZone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridColumnDropZone component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnRemoved","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnAdded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnAdded","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback>","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IEnumerable>","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridColumnDropZone","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridColumnDropZone","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1563735272,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridMenuFilter","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridMenuFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridMenuFilter component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridMenuFilter","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridMenuFilter","Components.GenericTyped":"True"}},{"HashCode":-1693562424,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridMenuFilter","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridMenuFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridMenuFilter component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridMenuFilter","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridMenuFilter","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1272780348,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridModal","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridModal"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridModal component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EditItem","TypeName":"TItem","Metadata":{"Common.PropertyName":"EditItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"TitleTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IEnumerable>","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditItemCellValues","TypeName":"System.Collections.Generic.IReadOnlyDictionary>","Metadata":{"Common.PropertyName":"EditItemCellValues","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupVisible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"PopupVisible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PopupSize","TypeName":"Blazorise.ModalSize","IsEnum":true,"Metadata":{"Common.PropertyName":"PopupSize","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"PopupClosing","TypeName":"System.Func","Metadata":{"Common.PropertyName":"PopupClosing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"EditState","TypeName":"Blazorise.DataGrid.DataGridEditState","IsEnum":true,"Metadata":{"Common.PropertyName":"EditState","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridEditState"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridModal","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridModal","Components.GenericTyped":"True"}},{"HashCode":426464371,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridModal","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridModal"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridModal component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EditItem","TypeName":"TItem","Metadata":{"Common.PropertyName":"EditItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"TitleTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IEnumerable>","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditItemCellValues","TypeName":"System.Collections.Generic.IReadOnlyDictionary>","Metadata":{"Common.PropertyName":"EditItemCellValues","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupVisible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"PopupVisible","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"PopupSize","TypeName":"Blazorise.ModalSize","IsEnum":true,"Metadata":{"Common.PropertyName":"PopupSize","Common.GloballyQualifiedTypeName":"global::Blazorise.ModalSize"}},{"Kind":"Components.Component","Name":"PopupClosing","TypeName":"System.Func","Metadata":{"Common.PropertyName":"PopupClosing","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"EditState","TypeName":"Blazorise.DataGrid.DataGridEditState","IsEnum":true,"Metadata":{"Common.PropertyName":"EditState","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridEditState"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridModal","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridModal","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1088941761,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridModal.TitleTemplate","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TitleTemplate","ParentTag":"_DataGridModal"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TitleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridModal.TitleTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridModal","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":690049843,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridModal.TitleTemplate","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TitleTemplate","ParentTag":"Blazorise.DataGrid._DataGridModal"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TitleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridModal.TitleTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridModal","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1590173478,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridPagination","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridPagination component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"PaginationContext","TypeName":"Blazorise.DataGrid.PaginationContext","Documentation":"\n \n Gets or sets the pagination context.\n \n ","Metadata":{"Common.PropertyName":"PaginationContext","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.PaginationContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PaginationTemplates","TypeName":"Blazorise.DataGrid.PaginationTemplates","Documentation":"\n \n Gets or sets the pagination templates.\n \n ","Metadata":{"Common.PropertyName":"PaginationTemplates","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.PaginationTemplates","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRow","TypeName":"TItem","Documentation":"\n \n Gets or sets currently selected row.\n \n ","Metadata":{"Common.PropertyName":"SelectedRow","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of page buttons of pager.\n \n ","Metadata":{"Common.PropertyName":"PageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FirstPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of first button of pager.\n \n ","Metadata":{"Common.PropertyName":"FirstPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LastPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of last button of pager.\n \n ","Metadata":{"Common.PropertyName":"LastPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreviousPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of previous button of pager.\n \n ","Metadata":{"Common.PropertyName":"PreviousPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NextPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of next button of pager.\n \n ","Metadata":{"Common.PropertyName":"NextPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemsPerPageTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of items per page of grid.\n \n ","Metadata":{"Common.PropertyName":"ItemsPerPageTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PageSelectorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of the page selector. The selector is only displayed under the tablets breakpoint. You will have to construct it using the provided pagination context.\n \n ","Metadata":{"Common.PropertyName":"PageSelectorTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizesTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of the page sizes selector. You will have to construct it using the provided pagination context.\n \n ","Metadata":{"Common.PropertyName":"PageSizesTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TotalItemsShortTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of total items grid for small devices.\n \n ","Metadata":{"Common.PropertyName":"TotalItemsShortTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TotalItemsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of total items grid.\n \n ","Metadata":{"Common.PropertyName":"TotalItemsTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnPaginationItemClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnPaginationItemClick","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridPagination","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.GenericTyped":"True"}},{"HashCode":1249211663,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridPagination","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridPagination component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"PaginationContext","TypeName":"Blazorise.DataGrid.PaginationContext","Documentation":"\n \n Gets or sets the pagination context.\n \n ","Metadata":{"Common.PropertyName":"PaginationContext","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.PaginationContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PaginationTemplates","TypeName":"Blazorise.DataGrid.PaginationTemplates","Documentation":"\n \n Gets or sets the pagination templates.\n \n ","Metadata":{"Common.PropertyName":"PaginationTemplates","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.PaginationTemplates","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRow","TypeName":"TItem","Documentation":"\n \n Gets or sets currently selected row.\n \n ","Metadata":{"Common.PropertyName":"SelectedRow","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of page buttons of pager.\n \n ","Metadata":{"Common.PropertyName":"PageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FirstPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of first button of pager.\n \n ","Metadata":{"Common.PropertyName":"FirstPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LastPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of last button of pager.\n \n ","Metadata":{"Common.PropertyName":"LastPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreviousPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of previous button of pager.\n \n ","Metadata":{"Common.PropertyName":"PreviousPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NextPageButtonTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of next button of pager.\n \n ","Metadata":{"Common.PropertyName":"NextPageButtonTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemsPerPageTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets content of items per page of grid.\n \n ","Metadata":{"Common.PropertyName":"ItemsPerPageTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PageSelectorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of the page selector. The selector is only displayed under the tablets breakpoint. You will have to construct it using the provided pagination context.\n \n ","Metadata":{"Common.PropertyName":"PageSelectorTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizesTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of the page sizes selector. You will have to construct it using the provided pagination context.\n \n ","Metadata":{"Common.PropertyName":"PageSizesTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TotalItemsShortTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of total items grid for small devices.\n \n ","Metadata":{"Common.PropertyName":"TotalItemsShortTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TotalItemsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Gets or sets content of total items grid.\n \n ","Metadata":{"Common.PropertyName":"TotalItemsTemplate","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment>","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnPaginationItemClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnPaginationItemClick","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Custom css class name.\n \n ","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Custom html style.\n \n ","Metadata":{"Common.PropertyName":"Style","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"Blazorise.IFluentGap","Documentation":"\n \n Defines the element gap spacing.\n \n ","Metadata":{"Common.PropertyName":"Gap","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentGap"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"Blazorise.TextSize","IsEnum":true,"Documentation":"\n \n Determines the font size of an element.\n \n ","Metadata":{"Common.PropertyName":"TextSize","Common.GloballyQualifiedTypeName":"global::Blazorise.TextSize"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part of Blazorise component.\n \n ","Metadata":{"Common.PropertyName":"Attributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridPagination","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":55095165,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.PageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of page buttons of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageButtonTemplate","ParentTag":"_DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageButtonTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.PageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1217070102,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.PageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of page buttons of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageButtonTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageButtonTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.PageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1127460446,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.FirstPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of first button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FirstPageButtonTemplate","ParentTag":"_DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.FirstPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":916869149,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.FirstPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of first button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FirstPageButtonTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.FirstPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2106309714,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.LastPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of last button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LastPageButtonTemplate","ParentTag":"_DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.LastPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-707115954,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.LastPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of last button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LastPageButtonTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.LastPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1023169887,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.PreviousPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of previous button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PreviousPageButtonTemplate","ParentTag":"_DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.PreviousPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2100217114,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.PreviousPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of previous button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PreviousPageButtonTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.PreviousPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":729101270,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.NextPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of next button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NextPageButtonTemplate","ParentTag":"_DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.NextPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":307361107,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.NextPageButtonTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of next button of pager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NextPageButtonTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.NextPageButtonTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-922808627,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.ItemsPerPageTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of items per page of grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemsPerPageTemplate","ParentTag":"_DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.ItemsPerPageTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1844896061,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.ItemsPerPageTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of items per page of grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemsPerPageTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.ItemsPerPageTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":668765835,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.PageSelectorTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of the page selector. The selector is only displayed under the tablets breakpoint. You will have to construct it using the provided pagination context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSelectorTemplate","ParentTag":"_DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageSelectorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.PageSelectorTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1512504033,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.PageSelectorTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of the page selector. The selector is only displayed under the tablets breakpoint. You will have to construct it using the provided pagination context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSelectorTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageSelectorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.PageSelectorTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":697766999,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.PageSizesTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of the page sizes selector. You will have to construct it using the provided pagination context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSizesTemplate","ParentTag":"_DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageSizesTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.PageSizesTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-174516065,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.PageSizesTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of the page sizes selector. You will have to construct it using the provided pagination context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSizesTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'PageSizesTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.PageSizesTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1168987157,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.TotalItemsShortTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid for small devices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TotalItemsShortTemplate","ParentTag":"_DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TotalItemsShortTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.TotalItemsShortTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1779233548,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.TotalItemsShortTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid for small devices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TotalItemsShortTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TotalItemsShortTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.TotalItemsShortTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1973412106,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.TotalItemsTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TotalItemsTemplate","ParentTag":"_DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TotalItemsTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.TotalItemsTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2145026865,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridPagination.TotalItemsTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TotalItemsTemplate","ParentTag":"Blazorise.DataGrid._DataGridPagination"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TotalItemsTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridPagination.TotalItemsTemplate","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridPagination","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1357289008,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCell","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellEditContext","TypeName":"Blazorise.DataGrid.CellEditContext","Metadata":{"Common.PropertyName":"CellEditContext","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.CellEditContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowValidationFeedback","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValidationFeedback","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCell","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCell","Components.GenericTyped":"True"}},{"HashCode":1507552101,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridCell","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellEditContext","TypeName":"Blazorise.DataGrid.CellEditContext","Metadata":{"Common.PropertyName":"CellEditContext","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.CellEditContext","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CellValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowValidationFeedback","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValidationFeedback","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridCell","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2061405279,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridClearFilterCommand","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridClearFilterCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridClearFilterCommand component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridClearFilterCommand","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridClearFilterCommand","Components.GenericTyped":"True"}},{"HashCode":-1600309367,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridClearFilterCommand","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridClearFilterCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridClearFilterCommand component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridClearFilterCommand","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridClearFilterCommand","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":595984994,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridDetailRow","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridDetailRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridDetailRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Item associated with the data set.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IReadOnlyList>","Documentation":"\n \n List of columns used to build this row.\n \n ","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyList>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridDetailRow","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridDetailRow","Components.GenericTyped":"True"}},{"HashCode":1806570957,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridDetailRow","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridDetailRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridDetailRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Item associated with the data set.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IReadOnlyList>","Documentation":"\n \n List of columns used to build this row.\n \n ","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyList>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridDetailRow","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridDetailRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":639455752,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridDetailRow.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"_DataGridDetailRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridDetailRow.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridDetailRow","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-976304584,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridDetailRow.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid._DataGridDetailRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridDetailRow.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridDetailRow","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-154869274,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridFullColumnSpanRow","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridFullColumnSpanRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridFullColumnSpanRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Item associated with the data set.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IReadOnlyList>","Documentation":"\n \n List of columns used to build this row.\n \n ","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyList>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RenderUpdates","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RenderUpdates","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridFullColumnSpanRow","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridFullColumnSpanRow","Components.GenericTyped":"True"}},{"HashCode":-1753418355,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridFullColumnSpanRow","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridFullColumnSpanRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridFullColumnSpanRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Item associated with the data set.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IReadOnlyList>","Documentation":"\n \n List of columns used to build this row.\n \n ","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyList>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RenderUpdates","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RenderUpdates","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridFullColumnSpanRow","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridFullColumnSpanRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-78511830,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridFullColumnSpanRow.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"_DataGridFullColumnSpanRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridFullColumnSpanRow.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridFullColumnSpanRow","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-40414840,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridFullColumnSpanRow.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid._DataGridFullColumnSpanRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridFullColumnSpanRow.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridFullColumnSpanRow","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":741231415,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridMultiSelectAll","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridMultiSelectAll"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridMultiSelectAll component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsIndeterminate","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsIndeterminate","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsChecked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridMultiSelectAll","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridMultiSelectAll","Components.GenericTyped":"True"}},{"HashCode":903751089,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridMultiSelectAll","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridMultiSelectAll"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridMultiSelectAll component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsIndeterminate","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsIndeterminate","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsChecked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridMultiSelectAll","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridMultiSelectAll","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1209299346,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridNewCommand","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridNewCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridNewCommand component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"New","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"New","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridNewCommand","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridNewCommand","Components.GenericTyped":"True"}},{"HashCode":571020711,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridNewCommand","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridNewCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridNewCommand component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"New","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"New","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridNewCommand","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridNewCommand","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1489563636,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridRow","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Item associated with the data set.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SelectedRow","TypeName":"TItem","Documentation":"\n \n Gets or sets currently selected row.\n \n ","Metadata":{"Common.PropertyName":"SelectedRow","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets currently selected rows.\n \n ","Metadata":{"Common.PropertyName":"SelectedRows","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridRow","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRow","Components.GenericTyped":"True"}},{"HashCode":1161694877,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridRow","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Documentation":"\n \n Item associated with the data set.\n \n ","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SelectedRow","TypeName":"TItem","Documentation":"\n \n Gets or sets currently selected row.\n \n ","Metadata":{"Common.PropertyName":"SelectedRow","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedRows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets currently selected rows.\n \n ","Metadata":{"Common.PropertyName":"SelectedRows","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the datagrid element id.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridRow","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2091771005,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridRow.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"_DataGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridRow.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRow","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":325513712,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid._DataGridRow.ChildContent","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazorise.DataGrid._DataGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazorise.DataGrid._DataGridRow.ChildContent","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRow","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-507184954,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridRowCommand","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridRowCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridRowCommand component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EditState","TypeName":"Blazorise.DataGrid.DataGridEditState","IsEnum":true,"Metadata":{"Common.PropertyName":"EditState","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridEditState"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Save","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Save","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridRowCommand","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRowCommand","Components.GenericTyped":"True"}},{"HashCode":1913589522,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridRowCommand","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridRowCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridRowCommand component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EditState","TypeName":"Blazorise.DataGrid.DataGridEditState","IsEnum":true,"Metadata":{"Common.PropertyName":"EditState","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridEditState"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Save","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Save","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridRowCommand","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRowCommand","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":148740999,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridRowEdit","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridRowEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridRowEdit component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IEnumerable>","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellValues","TypeName":"System.Collections.Generic.Dictionary>","Metadata":{"Common.PropertyName":"CellValues","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Blazorise.DataGrid.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridRowEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRowEdit","Components.GenericTyped":"True"}},{"HashCode":236078289,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridRowEdit","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridRowEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridRowEdit component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValidationItem","TypeName":"TItem","Metadata":{"Common.PropertyName":"ValidationItem","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IEnumerable>","Metadata":{"Common.PropertyName":"Columns","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellValues","TypeName":"System.Collections.Generic.Dictionary>","Metadata":{"Common.PropertyName":"CellValues","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.Dictionary>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Blazorise.DataGrid.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridRowEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRowEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1575140111,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridRowMultiSelect","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridRowMultiSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridRowMultiSelect component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CheckedClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CheckedClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridRowMultiSelect","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRowMultiSelect","Components.GenericTyped":"True"}},{"HashCode":-2028423984,"Kind":"Components.Component","Name":"Blazorise.DataGrid._DataGridRowMultiSelect","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridRowMultiSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Blazorise.DataGrid._DataGridRowMultiSelect component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Blazorise.DataGrid.DataGridColumn","Metadata":{"Common.PropertyName":"Column","Common.GloballyQualifiedTypeName":"global::Blazorise.DataGrid.DataGridColumn","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Checked","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CheckedChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CheckedClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CheckedClicked","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._DataGridRowMultiSelect","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRowMultiSelect","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809571103,"Kind":"Components.Component","Name":"Blazorise.DataGrid._Imports","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._Imports","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_Imports"}},{"HashCode":1596298600,"Kind":"Components.Component","Name":"Blazorise.DataGrid._Imports","AssemblyName":"Blazorise.DataGrid","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazorise.DataGrid._Imports","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_Imports","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1829661208,"Kind":"Components.Bind","Name":"Blazorise.Alert","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Alert","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Alert","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Alert","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Alert"}},{"HashCode":-1939429688,"Kind":"Components.Bind","Name":"Blazorise.Alert","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Alert","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Alert","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Alert","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Alert","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1550237211,"Kind":"Components.Bind","Name":"Blazorise.Bar","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Bar","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Bar","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Bar","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Bar"}},{"HashCode":-866599605,"Kind":"Components.Bind","Name":"Blazorise.Bar","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bar","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Bar","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Bar","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Bar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1624387906,"Kind":"Components.Bind","Name":"Blazorise.BarDropdown","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarDropdown","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"BarDropdown","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.BarDropdown","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdown"}},{"HashCode":-528076554,"Kind":"Components.Bind","Name":"Blazorise.BarDropdown","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.BarDropdown","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.BarDropdown","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.BarDropdown","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"BarDropdown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1364243130,"Kind":"Components.Bind","Name":"Blazorise.Carousel","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedSlide' property and a change event delegate to the 'SelectedSlideChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Carousel","Attributes":[{"Name":"@bind-SelectedSlide","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Carousel","Attributes":[{"Name":"@bind-SelectedSlide:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedSlide:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedSlide","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedSlide' property and a change event delegate to the 'SelectedSlideChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedSlide"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedSlide","Components.Bind.ChangeAttribute":"SelectedSlideChanged","Common.TypeName":"Blazorise.Carousel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Carousel"}},{"HashCode":-274092993,"Kind":"Components.Bind","Name":"Blazorise.Carousel","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedSlide' property and a change event delegate to the 'SelectedSlideChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Carousel","Attributes":[{"Name":"@bind-SelectedSlide","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Carousel","Attributes":[{"Name":"@bind-SelectedSlide:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedSlide:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedSlide","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedSlide' property and a change event delegate to the 'SelectedSlideChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedSlide"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedSlide","Components.Bind.ChangeAttribute":"SelectedSlideChanged","Common.TypeName":"Blazorise.Carousel","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Carousel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1879861495,"Kind":"Components.Bind","Name":"Blazorise.Check","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Check","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Check","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Check","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Check"}},{"HashCode":1621334564,"Kind":"Components.Bind","Name":"Blazorise.Check","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Check","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Check","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Check","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Check","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1825712836,"Kind":"Components.Bind","Name":"Blazorise.Collapse","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Collapse","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Collapse","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Collapse","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Collapse"}},{"HashCode":2128931625,"Kind":"Components.Bind","Name":"Blazorise.Collapse","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Collapse","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Collapse","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Collapse","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Collapse","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-278669869,"Kind":"Components.Bind","Name":"Blazorise.ColorEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Color' property and a change event delegate to the 'ColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorEdit","Attributes":[{"Name":"@bind-Color","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"ColorEdit","Attributes":[{"Name":"@bind-Color:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Color:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Color","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Color' property and a change event delegate to the 'ColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Color"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Color","Components.Bind.ChangeAttribute":"ColorChanged","Components.Bind.ExpressionAttribute":"ColorExpression","Common.TypeName":"Blazorise.ColorEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorEdit"}},{"HashCode":-393518337,"Kind":"Components.Bind","Name":"Blazorise.ColorEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Color' property and a change event delegate to the 'ColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ColorEdit","Attributes":[{"Name":"@bind-Color","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.ColorEdit","Attributes":[{"Name":"@bind-Color:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Color:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Color","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Color' property and a change event delegate to the 'ColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Color"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Color","Components.Bind.ChangeAttribute":"ColorChanged","Components.Bind.ExpressionAttribute":"ColorExpression","Common.TypeName":"Blazorise.ColorEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1527378138,"Kind":"Components.Bind","Name":"Blazorise.ColorPicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Color' property and a change event delegate to the 'ColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPicker","Attributes":[{"Name":"@bind-Color","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"ColorPicker","Attributes":[{"Name":"@bind-Color:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Color:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Color","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Color' property and a change event delegate to the 'ColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Color"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Color","Components.Bind.ChangeAttribute":"ColorChanged","Components.Bind.ExpressionAttribute":"ColorExpression","Common.TypeName":"Blazorise.ColorPicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorPicker"}},{"HashCode":-1319320375,"Kind":"Components.Bind","Name":"Blazorise.ColorPicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Color' property and a change event delegate to the 'ColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ColorPicker","Attributes":[{"Name":"@bind-Color","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.ColorPicker","Attributes":[{"Name":"@bind-Color:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Color:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Color","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Color' property and a change event delegate to the 'ColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Color"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Color","Components.Bind.ChangeAttribute":"ColorChanged","Components.Bind.ExpressionAttribute":"ColorExpression","Common.TypeName":"Blazorise.ColorPicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2009161187,"Kind":"Components.Bind","Name":"Blazorise.DateEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Date' property and a change event delegate to the 'DateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateEdit","Attributes":[{"Name":"@bind-Date","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DateEdit","Attributes":[{"Name":"@bind-Date:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Date:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Date","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Date' property and a change event delegate to the 'DateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Date"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Date","Components.Bind.ChangeAttribute":"DateChanged","Components.Bind.ExpressionAttribute":"DateExpression","Common.TypeName":"Blazorise.DateEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DateEdit"}},{"HashCode":-835737384,"Kind":"Components.Bind","Name":"Blazorise.DateEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Date' property and a change event delegate to the 'DateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DateEdit","Attributes":[{"Name":"@bind-Date","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DateEdit","Attributes":[{"Name":"@bind-Date:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Date:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Date","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Date' property and a change event delegate to the 'DateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Date"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Date","Components.Bind.ChangeAttribute":"DateChanged","Components.Bind.ExpressionAttribute":"DateExpression","Common.TypeName":"Blazorise.DateEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DateEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-33887520,"Kind":"Components.Bind","Name":"Blazorise.DatePicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Date' property and a change event delegate to the 'DateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePicker","Attributes":[{"Name":"@bind-Date","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DatePicker","Attributes":[{"Name":"@bind-Date:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Date:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Date","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Date' property and a change event delegate to the 'DateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Date"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Date","Components.Bind.ChangeAttribute":"DateChanged","Components.Bind.ExpressionAttribute":"DateExpression","Common.TypeName":"Blazorise.DatePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker"}},{"HashCode":1641985668,"Kind":"Components.Bind","Name":"Blazorise.DatePicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Dates' property and a change event delegate to the 'DatesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePicker","Attributes":[{"Name":"@bind-Dates","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DatePicker","Attributes":[{"Name":"@bind-Dates:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Dates:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Dates","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Dates' property and a change event delegate to the 'DatesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Dates"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Dates","Components.Bind.ChangeAttribute":"DatesChanged","Components.Bind.ExpressionAttribute":"DatesExpression","Common.TypeName":"Blazorise.DatePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker"}},{"HashCode":1219191030,"Kind":"Components.Bind","Name":"Blazorise.DatePicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Date' property and a change event delegate to the 'DateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DatePicker","Attributes":[{"Name":"@bind-Date","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DatePicker","Attributes":[{"Name":"@bind-Date:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Date:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Date","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Date' property and a change event delegate to the 'DateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Date"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Date","Components.Bind.ChangeAttribute":"DateChanged","Components.Bind.ExpressionAttribute":"DateExpression","Common.TypeName":"Blazorise.DatePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1181027229,"Kind":"Components.Bind","Name":"Blazorise.DatePicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Dates' property and a change event delegate to the 'DatesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DatePicker","Attributes":[{"Name":"@bind-Dates","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DatePicker","Attributes":[{"Name":"@bind-Dates:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Dates:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Dates","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Dates' property and a change event delegate to the 'DatesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Dates"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Dates","Components.Bind.ChangeAttribute":"DatesChanged","Components.Bind.ExpressionAttribute":"DatesExpression","Common.TypeName":"Blazorise.DatePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DatePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1585004602,"Kind":"Components.Bind","Name":"Blazorise.Dropdown","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dropdown","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Dropdown","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Dropdown","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dropdown"}},{"HashCode":-1123112064,"Kind":"Components.Bind","Name":"Blazorise.Dropdown","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Dropdown","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Dropdown","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Dropdown","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dropdown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1633366958,"Kind":"Components.Bind","Name":"Blazorise.DropdownItem","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropdownItem","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DropdownItem","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Common.TypeName":"Blazorise.DropdownItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownItem"}},{"HashCode":-527276518,"Kind":"Components.Bind","Name":"Blazorise.DropdownItem","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DropdownItem","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DropdownItem","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Common.TypeName":"Blazorise.DropdownItem","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"DropdownItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2018241879,"Kind":"Components.Bind","Name":"Blazorise.Dynamic","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'ElementRef' property and a change event delegate to the 'ElementRefChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dynamic","Attributes":[{"Name":"@bind-ElementRef","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Dynamic","Attributes":[{"Name":"@bind-ElementRef:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-ElementRef:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ElementRef","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'ElementRef' property and a change event delegate to the 'ElementRefChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ElementRef"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ElementRef","Components.Bind.ChangeAttribute":"ElementRefChanged","Common.TypeName":"Blazorise.Dynamic","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dynamic"}},{"HashCode":-1065273455,"Kind":"Components.Bind","Name":"Blazorise.Dynamic","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'ElementRef' property and a change event delegate to the 'ElementRefChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Dynamic","Attributes":[{"Name":"@bind-ElementRef","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Dynamic","Attributes":[{"Name":"@bind-ElementRef:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-ElementRef:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ElementRef","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'ElementRef' property and a change event delegate to the 'ElementRefChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ElementRef"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ElementRef","Components.Bind.ChangeAttribute":"ElementRefChanged","Common.TypeName":"Blazorise.Dynamic","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Dynamic","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":992644350,"Kind":"Components.Bind","Name":"Blazorise.InputMask","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputMask","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputMask","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.InputMask","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"InputMask"}},{"HashCode":443667737,"Kind":"Components.Bind","Name":"Blazorise.InputMask","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.InputMask","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.InputMask","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.InputMask","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"InputMask","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1171208416,"Kind":"Components.Bind","Name":"Blazorise.Layout","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Loading' property and a change event delegate to the 'LoadingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Loading","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Layout","Attributes":[{"Name":"@bind-Loading:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Loading:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Loading","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Loading' property and a change event delegate to the 'LoadingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Loading"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Loading","Components.Bind.ChangeAttribute":"LoadingChanged","Common.TypeName":"Blazorise.Layout","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Layout"}},{"HashCode":-1629469788,"Kind":"Components.Bind","Name":"Blazorise.Layout","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Loading' property and a change event delegate to the 'LoadingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Layout","Attributes":[{"Name":"@bind-Loading","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Layout","Attributes":[{"Name":"@bind-Loading:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Loading:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Loading","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Loading' property and a change event delegate to the 'LoadingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Loading"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Loading","Components.Bind.ChangeAttribute":"LoadingChanged","Common.TypeName":"Blazorise.Layout","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":101972346,"Kind":"Components.Bind","Name":"Blazorise.ListGroup","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListGroup","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"ListGroup","Attributes":[{"Name":"@bind-SelectedItem:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedItem:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Blazorise.ListGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroup"}},{"HashCode":-366500026,"Kind":"Components.Bind","Name":"Blazorise.ListGroup","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.ListGroup","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.ListGroup","Attributes":[{"Name":"@bind-SelectedItem:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedItem:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Blazorise.ListGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"ListGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1802729490,"Kind":"Components.Bind","Name":"Blazorise.MemoEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Text' property and a change event delegate to the 'TextChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MemoEdit","Attributes":[{"Name":"@bind-Text","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"MemoEdit","Attributes":[{"Name":"@bind-Text:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Text:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Text","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Text' property and a change event delegate to the 'TextChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Text"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Text","Components.Bind.ChangeAttribute":"TextChanged","Components.Bind.ExpressionAttribute":"TextExpression","Common.TypeName":"Blazorise.MemoEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MemoEdit"}},{"HashCode":-701391023,"Kind":"Components.Bind","Name":"Blazorise.MemoEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Text' property and a change event delegate to the 'TextChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.MemoEdit","Attributes":[{"Name":"@bind-Text","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.MemoEdit","Attributes":[{"Name":"@bind-Text:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Text:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Text","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Text' property and a change event delegate to the 'TextChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Text"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Text","Components.Bind.ChangeAttribute":"TextChanged","Components.Bind.ExpressionAttribute":"TextExpression","Common.TypeName":"Blazorise.MemoEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"MemoEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1165483705,"Kind":"Components.Bind","Name":"Blazorise.Modal","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Modal","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Modal","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Modal","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Modal"}},{"HashCode":-1257156668,"Kind":"Components.Bind","Name":"Blazorise.Modal","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Modal","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Modal","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Modal","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Modal","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1246406174,"Kind":"Components.Bind","Name":"Blazorise.NumericEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericEdit","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"NumericEdit","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.NumericEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericEdit"}},{"HashCode":1793991684,"Kind":"Components.Bind","Name":"Blazorise.NumericEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.NumericEdit","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.NumericEdit","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.NumericEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-595914615,"Kind":"Components.Bind","Name":"Blazorise.NumericPicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"NumericPicker","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.NumericPicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericPicker"}},{"HashCode":-513814083,"Kind":"Components.Bind","Name":"Blazorise.NumericPicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.NumericPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.NumericPicker","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.NumericPicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"NumericPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":674533457,"Kind":"Components.Bind","Name":"Blazorise.Offcanvas","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Offcanvas","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Offcanvas","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Offcanvas","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Offcanvas"}},{"HashCode":752395326,"Kind":"Components.Bind","Name":"Blazorise.Offcanvas","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Offcanvas","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Offcanvas","Attributes":[{"Name":"@bind-Visible:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Visible:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Blazorise.Offcanvas","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Offcanvas","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":187297945,"Kind":"Components.Bind","Name":"Blazorise.Radio","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radio","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Radio","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Radio","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Radio"}},{"HashCode":271990978,"Kind":"Components.Bind","Name":"Blazorise.Radio","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Radio","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Radio","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Radio","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Radio","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-175996544,"Kind":"Components.Bind","Name":"Blazorise.RadioGroup","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'CheckedValue' property and a change event delegate to the 'CheckedValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadioGroup","Attributes":[{"Name":"@bind-CheckedValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"RadioGroup","Attributes":[{"Name":"@bind-CheckedValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-CheckedValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CheckedValue' property and a change event delegate to the 'CheckedValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedValue","Components.Bind.ChangeAttribute":"CheckedValueChanged","Components.Bind.ExpressionAttribute":"CheckedValueExpression","Common.TypeName":"Blazorise.RadioGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RadioGroup"}},{"HashCode":-671205705,"Kind":"Components.Bind","Name":"Blazorise.RadioGroup","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'CheckedValue' property and a change event delegate to the 'CheckedValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.RadioGroup","Attributes":[{"Name":"@bind-CheckedValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.RadioGroup","Attributes":[{"Name":"@bind-CheckedValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-CheckedValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CheckedValue' property and a change event delegate to the 'CheckedValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedValue","Components.Bind.ChangeAttribute":"CheckedValueChanged","Components.Bind.ExpressionAttribute":"CheckedValueExpression","Common.TypeName":"Blazorise.RadioGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"RadioGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1688231367,"Kind":"Components.Bind","Name":"Blazorise.Rating","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedValue' property and a change event delegate to the 'SelectedValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Rating","Attributes":[{"Name":"@bind-SelectedValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Rating","Attributes":[{"Name":"@bind-SelectedValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedValue' property and a change event delegate to the 'SelectedValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedValue","Components.Bind.ChangeAttribute":"SelectedValueChanged","Common.TypeName":"Blazorise.Rating","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Rating"}},{"HashCode":1757290749,"Kind":"Components.Bind","Name":"Blazorise.Rating","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedValue' property and a change event delegate to the 'SelectedValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Rating","Attributes":[{"Name":"@bind-SelectedValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Rating","Attributes":[{"Name":"@bind-SelectedValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedValue' property and a change event delegate to the 'SelectedValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedValue","Components.Bind.ChangeAttribute":"SelectedValueChanged","Common.TypeName":"Blazorise.Rating","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Rating","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1103530327,"Kind":"Components.Bind","Name":"Blazorise.Select","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedValue' property and a change event delegate to the 'SelectedValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Select","Attributes":[{"Name":"@bind-SelectedValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Select","Attributes":[{"Name":"@bind-SelectedValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedValue' property and a change event delegate to the 'SelectedValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedValue","Components.Bind.ChangeAttribute":"SelectedValueChanged","Components.Bind.ExpressionAttribute":"SelectedValueExpression","Common.TypeName":"Blazorise.Select","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select"}},{"HashCode":-286562940,"Kind":"Components.Bind","Name":"Blazorise.Select","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedValues' property and a change event delegate to the 'SelectedValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Select","Attributes":[{"Name":"@bind-SelectedValues","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Select","Attributes":[{"Name":"@bind-SelectedValues:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedValues:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'SelectedValues' property and a change event delegate to the 'SelectedValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedValues"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedValues","Components.Bind.ChangeAttribute":"SelectedValuesChanged","Components.Bind.ExpressionAttribute":"SelectedValuesExpression","Common.TypeName":"Blazorise.Select","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select"}},{"HashCode":-2000906400,"Kind":"Components.Bind","Name":"Blazorise.Select","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedValue' property and a change event delegate to the 'SelectedValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Select","Attributes":[{"Name":"@bind-SelectedValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Select","Attributes":[{"Name":"@bind-SelectedValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedValue' property and a change event delegate to the 'SelectedValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedValue","Components.Bind.ChangeAttribute":"SelectedValueChanged","Components.Bind.ExpressionAttribute":"SelectedValueExpression","Common.TypeName":"Blazorise.Select","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":429297810,"Kind":"Components.Bind","Name":"Blazorise.Select","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedValues' property and a change event delegate to the 'SelectedValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Select","Attributes":[{"Name":"@bind-SelectedValues","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Select","Attributes":[{"Name":"@bind-SelectedValues:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedValues:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'SelectedValues' property and a change event delegate to the 'SelectedValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedValues"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedValues","Components.Bind.ChangeAttribute":"SelectedValuesChanged","Components.Bind.ExpressionAttribute":"SelectedValuesExpression","Common.TypeName":"Blazorise.Select","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Select","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1670259382,"Kind":"Components.Bind","Name":"Blazorise.Slider","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Slider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Slider","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.Slider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Slider"}},{"HashCode":576889452,"Kind":"Components.Bind","Name":"Blazorise.Slider","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Slider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Slider","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Blazorise.Slider","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Slider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1878573876,"Kind":"Components.Bind","Name":"Blazorise.Steps","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedStep' property and a change event delegate to the 'SelectedStepChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Steps","Attributes":[{"Name":"@bind-SelectedStep","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Steps","Attributes":[{"Name":"@bind-SelectedStep:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedStep:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedStep","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedStep' property and a change event delegate to the 'SelectedStepChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedStep"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedStep","Components.Bind.ChangeAttribute":"SelectedStepChanged","Common.TypeName":"Blazorise.Steps","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps"}},{"HashCode":864734683,"Kind":"Components.Bind","Name":"Blazorise.Steps","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedStep' property and a change event delegate to the 'SelectedStepChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Steps","Attributes":[{"Name":"@bind-SelectedStep","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Steps","Attributes":[{"Name":"@bind-SelectedStep:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedStep:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedStep","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedStep' property and a change event delegate to the 'SelectedStepChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedStep"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedStep","Components.Bind.ChangeAttribute":"SelectedStepChanged","Common.TypeName":"Blazorise.Steps","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Steps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1768220129,"Kind":"Components.Bind","Name":"Blazorise.StepsContent","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedPanel' property and a change event delegate to the 'SelectedPanelChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StepsContent","Attributes":[{"Name":"@bind-SelectedPanel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"StepsContent","Attributes":[{"Name":"@bind-SelectedPanel:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedPanel:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedPanel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedPanel' property and a change event delegate to the 'SelectedPanelChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedPanel"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedPanel","Components.Bind.ChangeAttribute":"SelectedPanelChanged","Common.TypeName":"Blazorise.StepsContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepsContent"}},{"HashCode":-1996462515,"Kind":"Components.Bind","Name":"Blazorise.StepsContent","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedPanel' property and a change event delegate to the 'SelectedPanelChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.StepsContent","Attributes":[{"Name":"@bind-SelectedPanel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.StepsContent","Attributes":[{"Name":"@bind-SelectedPanel:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedPanel:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedPanel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedPanel' property and a change event delegate to the 'SelectedPanelChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedPanel"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedPanel","Components.Bind.ChangeAttribute":"SelectedPanelChanged","Common.TypeName":"Blazorise.StepsContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"StepsContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1769802049,"Kind":"Components.Bind","Name":"Blazorise.Switch","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Switch","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Switch","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Switch","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Switch"}},{"HashCode":-80448719,"Kind":"Components.Bind","Name":"Blazorise.Switch","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Switch","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Switch","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Blazorise.Switch","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Switch","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1704405622,"Kind":"Components.Bind","Name":"Blazorise.TableRowGroup","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TableRowGroup","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"TableRowGroup","Attributes":[{"Name":"@bind-Expanded:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Expanded:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Blazorise.TableRowGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup"}},{"HashCode":-1459623842,"Kind":"Components.Bind","Name":"Blazorise.TableRowGroup","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TableRowGroup","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.TableRowGroup","Attributes":[{"Name":"@bind-Expanded:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Expanded:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Blazorise.TableRowGroup","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TableRowGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-927396271,"Kind":"Components.Bind","Name":"Blazorise.Tabs","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedTab' property and a change event delegate to the 'SelectedTabChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tabs","Attributes":[{"Name":"@bind-SelectedTab","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Tabs","Attributes":[{"Name":"@bind-SelectedTab:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedTab:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedTab","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedTab' property and a change event delegate to the 'SelectedTabChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedTab"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedTab","Components.Bind.ChangeAttribute":"SelectedTabChanged","Common.TypeName":"Blazorise.Tabs","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs"}},{"HashCode":-1555558119,"Kind":"Components.Bind","Name":"Blazorise.Tabs","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedTab' property and a change event delegate to the 'SelectedTabChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Tabs","Attributes":[{"Name":"@bind-SelectedTab","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Tabs","Attributes":[{"Name":"@bind-SelectedTab:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedTab:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedTab","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedTab' property and a change event delegate to the 'SelectedTabChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedTab"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedTab","Components.Bind.ChangeAttribute":"SelectedTabChanged","Common.TypeName":"Blazorise.Tabs","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Tabs","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":649337099,"Kind":"Components.Bind","Name":"Blazorise.TabsContent","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedPanel' property and a change event delegate to the 'SelectedPanelChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabsContent","Attributes":[{"Name":"@bind-SelectedPanel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"TabsContent","Attributes":[{"Name":"@bind-SelectedPanel:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedPanel:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedPanel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedPanel' property and a change event delegate to the 'SelectedPanelChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedPanel"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedPanel","Components.Bind.ChangeAttribute":"SelectedPanelChanged","Common.TypeName":"Blazorise.TabsContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabsContent"}},{"HashCode":427754724,"Kind":"Components.Bind","Name":"Blazorise.TabsContent","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'SelectedPanel' property and a change event delegate to the 'SelectedPanelChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TabsContent","Attributes":[{"Name":"@bind-SelectedPanel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.TabsContent","Attributes":[{"Name":"@bind-SelectedPanel:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedPanel:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedPanel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedPanel' property and a change event delegate to the 'SelectedPanelChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedPanel"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedPanel","Components.Bind.ChangeAttribute":"SelectedPanelChanged","Common.TypeName":"Blazorise.TabsContent","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TabsContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":682389503,"Kind":"Components.Bind","Name":"Blazorise.TextEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Text' property and a change event delegate to the 'TextChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TextEdit","Attributes":[{"Name":"@bind-Text","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"TextEdit","Attributes":[{"Name":"@bind-Text:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Text:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Text","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Text' property and a change event delegate to the 'TextChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Text"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Text","Components.Bind.ChangeAttribute":"TextChanged","Components.Bind.ExpressionAttribute":"TextExpression","Common.TypeName":"Blazorise.TextEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TextEdit"}},{"HashCode":-716256998,"Kind":"Components.Bind","Name":"Blazorise.TextEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Text' property and a change event delegate to the 'TextChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TextEdit","Attributes":[{"Name":"@bind-Text","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.TextEdit","Attributes":[{"Name":"@bind-Text:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Text:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Text","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Text' property and a change event delegate to the 'TextChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Text"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Text","Components.Bind.ChangeAttribute":"TextChanged","Components.Bind.ExpressionAttribute":"TextExpression","Common.TypeName":"Blazorise.TextEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TextEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":365741336,"Kind":"Components.Bind","Name":"Blazorise.TimeEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Time' property and a change event delegate to the 'TimeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimeEdit","Attributes":[{"Name":"@bind-Time","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"TimeEdit","Attributes":[{"Name":"@bind-Time:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Time:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Time","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Time' property and a change event delegate to the 'TimeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Time"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Time","Components.Bind.ChangeAttribute":"TimeChanged","Components.Bind.ExpressionAttribute":"TimeExpression","Common.TypeName":"Blazorise.TimeEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimeEdit"}},{"HashCode":1664589106,"Kind":"Components.Bind","Name":"Blazorise.TimeEdit","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Time' property and a change event delegate to the 'TimeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TimeEdit","Attributes":[{"Name":"@bind-Time","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.TimeEdit","Attributes":[{"Name":"@bind-Time:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Time:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Time","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Time' property and a change event delegate to the 'TimeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Time"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Time","Components.Bind.ChangeAttribute":"TimeChanged","Components.Bind.ExpressionAttribute":"TimeExpression","Common.TypeName":"Blazorise.TimeEdit","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimeEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2145988542,"Kind":"Components.Bind","Name":"Blazorise.TimePicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Time' property and a change event delegate to the 'TimeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimePicker","Attributes":[{"Name":"@bind-Time","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"TimePicker","Attributes":[{"Name":"@bind-Time:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Time:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Time","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Time' property and a change event delegate to the 'TimeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Time"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Time","Components.Bind.ChangeAttribute":"TimeChanged","Components.Bind.ExpressionAttribute":"TimeExpression","Common.TypeName":"Blazorise.TimePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimePicker"}},{"HashCode":-1575508506,"Kind":"Components.Bind","Name":"Blazorise.TimePicker","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Time' property and a change event delegate to the 'TimeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.TimePicker","Attributes":[{"Name":"@bind-Time","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.TimePicker","Attributes":[{"Name":"@bind-Time:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Time:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Time","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Time' property and a change event delegate to the 'TimeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Time"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Time","Components.Bind.ChangeAttribute":"TimeChanged","Components.Bind.ExpressionAttribute":"TimeExpression","Common.TypeName":"Blazorise.TimePicker","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"TimePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1172388353,"Kind":"Components.Bind","Name":"Blazorise.Validation","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Status' property and a change event delegate to the 'StatusChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validation","Attributes":[{"Name":"@bind-Status","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Validation","Attributes":[{"Name":"@bind-Status:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Status:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Status","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Status' property and a change event delegate to the 'StatusChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Status"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Status","Components.Bind.ChangeAttribute":"StatusChanged","Common.TypeName":"Blazorise.Validation","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validation"}},{"HashCode":-2077171343,"Kind":"Components.Bind","Name":"Blazorise.Validation","AssemblyName":"Blazorise","Documentation":"Binds the provided expression to the 'Status' property and a change event delegate to the 'StatusChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Validation","Attributes":[{"Name":"@bind-Status","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.Validation","Attributes":[{"Name":"@bind-Status:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Status:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Status","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Status' property and a change event delegate to the 'StatusChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Status"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Status","Components.Bind.ChangeAttribute":"StatusChanged","Common.TypeName":"Blazorise.Validation","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"Validation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1566512522,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGrid","Attributes":[{"Name":"@bind-PageSize","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGrid","Attributes":[{"Name":"@bind-PageSize:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-PageSize:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageSize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageSize"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageSize","Components.Bind.ChangeAttribute":"PageSizeChanged","Common.TypeName":"Blazorise.DataGrid.DataGrid","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid"}},{"HashCode":-59543174,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SelectedRow' property and a change event delegate to the 'SelectedRowChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGrid","Attributes":[{"Name":"@bind-SelectedRow","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGrid","Attributes":[{"Name":"@bind-SelectedRow:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedRow:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedRow","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedRow' property and a change event delegate to the 'SelectedRowChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedRow"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedRow","Components.Bind.ChangeAttribute":"SelectedRowChanged","Common.TypeName":"Blazorise.DataGrid.DataGrid","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid"}},{"HashCode":321462803,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SelectedRows' property and a change event delegate to the 'SelectedRowsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGrid","Attributes":[{"Name":"@bind-SelectedRows","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGrid","Attributes":[{"Name":"@bind-SelectedRows:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedRows:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedRows","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'SelectedRows' property and a change event delegate to the 'SelectedRowsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedRows"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedRows","Components.Bind.ChangeAttribute":"SelectedRowsChanged","Common.TypeName":"Blazorise.DataGrid.DataGrid","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid"}},{"HashCode":1570283215,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGrid","Attributes":[{"Name":"@bind-PageSize","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGrid","Attributes":[{"Name":"@bind-PageSize:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-PageSize:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageSize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageSize"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageSize","Components.Bind.ChangeAttribute":"PageSizeChanged","Common.TypeName":"Blazorise.DataGrid.DataGrid","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":332503250,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SelectedRow' property and a change event delegate to the 'SelectedRowChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGrid","Attributes":[{"Name":"@bind-SelectedRow","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGrid","Attributes":[{"Name":"@bind-SelectedRow:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedRow:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedRow","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedRow' property and a change event delegate to the 'SelectedRowChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedRow"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedRow","Components.Bind.ChangeAttribute":"SelectedRowChanged","Common.TypeName":"Blazorise.DataGrid.DataGrid","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":403460855,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SelectedRows' property and a change event delegate to the 'SelectedRowsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGrid","Attributes":[{"Name":"@bind-SelectedRows","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGrid","Attributes":[{"Name":"@bind-SelectedRows:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SelectedRows:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedRows","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'SelectedRows' property and a change event delegate to the 'SelectedRowsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedRows"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedRows","Components.Bind.ChangeAttribute":"SelectedRowsChanged","Common.TypeName":"Blazorise.DataGrid.DataGrid","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2110701552,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridCheckColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridCheckColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGridCheckColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn"}},{"HashCode":1506854747,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridCheckColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridCheckColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGridCheckColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridCheckColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCheckColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1435432949,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGridColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn"}},{"HashCode":-363672675,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGridColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2071807108,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridCommandColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridCommandColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGridCommandColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn"}},{"HashCode":1041930401,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridCommandColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridCommandColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGridCommandColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridCommandColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridCommandColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1219297101,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridDateColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridDateColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGridDateColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn"}},{"HashCode":1809727210,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridDateColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridDateColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGridDateColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridDateColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridDateColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1087290965,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridMultiSelectColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGridMultiSelectColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn"}},{"HashCode":192728233,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridMultiSelectColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridMultiSelectColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGridMultiSelectColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridMultiSelectColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridMultiSelectColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":10619875,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridNumericColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridNumericColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGridNumericColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn"}},{"HashCode":1537335748,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridNumericColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridNumericColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGridNumericColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridNumericColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridNumericColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1993743519,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridSelectColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataGridSelectColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"DataGridSelectColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn"}},{"HashCode":117831689,"Kind":"Components.Bind","Name":"Blazorise.DataGrid.DataGridSelectColumn","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid.DataGridSelectColumn","Attributes":[{"Name":"@bind-SortOrder","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid.DataGridSelectColumn","Attributes":[{"Name":"@bind-SortOrder:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-SortOrder:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SortOrder","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SortOrder' property and a change event delegate to the 'SortOrderChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SortOrder"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SortOrder","Components.Bind.ChangeAttribute":"SortOrderChanged","Common.TypeName":"Blazorise.DataGrid.DataGridSelectColumn","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"DataGridSelectColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":663833163,"Kind":"Components.Bind","Name":"Blazorise.DataGrid._DataGridCellNumericEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'CellValue' property and a change event delegate to the 'CellValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridCellNumericEdit","Attributes":[{"Name":"@bind-CellValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"_DataGridCellNumericEdit","Attributes":[{"Name":"@bind-CellValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-CellValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CellValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CellValue' property and a change event delegate to the 'CellValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CellValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CellValue","Components.Bind.ChangeAttribute":"CellValueChanged","Common.TypeName":"Blazorise.DataGrid._DataGridCellNumericEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellNumericEdit"}},{"HashCode":-1306783517,"Kind":"Components.Bind","Name":"Blazorise.DataGrid._DataGridCellNumericEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'CellValue' property and a change event delegate to the 'CellValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridCellNumericEdit","Attributes":[{"Name":"@bind-CellValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid._DataGridCellNumericEdit","Attributes":[{"Name":"@bind-CellValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-CellValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CellValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CellValue' property and a change event delegate to the 'CellValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CellValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CellValue","Components.Bind.ChangeAttribute":"CellValueChanged","Common.TypeName":"Blazorise.DataGrid._DataGridCellNumericEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellNumericEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1059396595,"Kind":"Components.Bind","Name":"Blazorise.DataGrid._DataGridCellSelectEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'CellValue' property and a change event delegate to the 'CellValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridCellSelectEdit","Attributes":[{"Name":"@bind-CellValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"_DataGridCellSelectEdit","Attributes":[{"Name":"@bind-CellValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-CellValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CellValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CellValue' property and a change event delegate to the 'CellValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CellValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CellValue","Components.Bind.ChangeAttribute":"CellValueChanged","Common.TypeName":"Blazorise.DataGrid._DataGridCellSelectEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellSelectEdit"}},{"HashCode":637423778,"Kind":"Components.Bind","Name":"Blazorise.DataGrid._DataGridCellSelectEdit","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'CellValue' property and a change event delegate to the 'CellValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridCellSelectEdit","Attributes":[{"Name":"@bind-CellValue","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid._DataGridCellSelectEdit","Attributes":[{"Name":"@bind-CellValue:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-CellValue:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CellValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CellValue' property and a change event delegate to the 'CellValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CellValue"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CellValue","Components.Bind.ChangeAttribute":"CellValueChanged","Common.TypeName":"Blazorise.DataGrid._DataGridCellSelectEdit","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridCellSelectEdit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2007000975,"Kind":"Components.Bind","Name":"Blazorise.DataGrid._DataGridRowMultiSelect","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_DataGridRowMultiSelect","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"_DataGridRowMultiSelect","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Common.TypeName":"Blazorise.DataGrid._DataGridRowMultiSelect","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRowMultiSelect"}},{"HashCode":1401119119,"Kind":"Components.Bind","Name":"Blazorise.DataGrid._DataGridRowMultiSelect","AssemblyName":"Blazorise.DataGrid","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.DataGrid._DataGridRowMultiSelect","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Blazorise.DataGrid._DataGridRowMultiSelect","Attributes":[{"Name":"@bind-Checked:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Checked:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Common.TypeName":"Blazorise.DataGrid._DataGridRowMultiSelect","Common.TypeNamespace":"Blazorise.DataGrid","Common.TypeNameIdentifier":"_DataGridRowMultiSelect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-315743897,"Kind":"Components.Component","Name":"TpBlazorr2.Pages.FetchData","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FetchData"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Pages.FetchData","Common.TypeNamespace":"TpBlazorr2.Pages","Common.TypeNameIdentifier":"FetchData"}},{"HashCode":-1510646067,"Kind":"Components.Component","Name":"TpBlazorr2.Pages.FetchData","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TpBlazorr2.Pages.FetchData"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Pages.FetchData","Common.TypeNamespace":"TpBlazorr2.Pages","Common.TypeNameIdentifier":"FetchData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1703095239,"Kind":"Components.Component","Name":"TpBlazorr2.Pages.Counter","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Counter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Pages.Counter","Common.TypeNamespace":"TpBlazorr2.Pages","Common.TypeNameIdentifier":"Counter"}},{"HashCode":1953359081,"Kind":"Components.Component","Name":"TpBlazorr2.Pages.Counter","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TpBlazorr2.Pages.Counter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Pages.Counter","Common.TypeNamespace":"TpBlazorr2.Pages","Common.TypeNameIdentifier":"Counter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":786568946,"Kind":"Components.Component","Name":"TpBlazorr2.Pages.Liste","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Liste"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Pages.Liste","Common.TypeNamespace":"TpBlazorr2.Pages","Common.TypeNameIdentifier":"Liste"}},{"HashCode":932911224,"Kind":"Components.Component","Name":"TpBlazorr2.Pages.Liste","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TpBlazorr2.Pages.Liste"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Pages.Liste","Common.TypeNamespace":"TpBlazorr2.Pages","Common.TypeNameIdentifier":"Liste","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1518593446,"Kind":"Components.Component","Name":"TpBlazorr2.Pages.Index","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Index"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Pages.Index","Common.TypeNamespace":"TpBlazorr2.Pages","Common.TypeNameIdentifier":"Index"}},{"HashCode":1750885773,"Kind":"Components.Component","Name":"TpBlazorr2.Pages.Index","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TpBlazorr2.Pages.Index"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Pages.Index","Common.TypeNamespace":"TpBlazorr2.Pages","Common.TypeNameIdentifier":"Index","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-649768101,"Kind":"Components.Component","Name":"TpBlazorr2.Shared.NavMenu","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Shared.NavMenu","Common.TypeNamespace":"TpBlazorr2.Shared","Common.TypeNameIdentifier":"NavMenu"}},{"HashCode":1584548951,"Kind":"Components.Component","Name":"TpBlazorr2.Shared.NavMenu","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TpBlazorr2.Shared.NavMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Shared.NavMenu","Common.TypeNamespace":"TpBlazorr2.Shared","Common.TypeNameIdentifier":"NavMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":560418868,"Kind":"Components.Component","Name":"TpBlazorr2.Shared.SurveyPrompt","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SurveyPrompt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Shared.SurveyPrompt","Common.TypeNamespace":"TpBlazorr2.Shared","Common.TypeNameIdentifier":"SurveyPrompt"}},{"HashCode":2067019199,"Kind":"Components.Component","Name":"TpBlazorr2.Shared.SurveyPrompt","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TpBlazorr2.Shared.SurveyPrompt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Shared.SurveyPrompt","Common.TypeNamespace":"TpBlazorr2.Shared","Common.TypeNameIdentifier":"SurveyPrompt","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":316437319,"Kind":"Components.Component","Name":"TpBlazorr2.Shared.MainLayout","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MainLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Shared.MainLayout","Common.TypeNamespace":"TpBlazorr2.Shared","Common.TypeNameIdentifier":"MainLayout"}},{"HashCode":1680984191,"Kind":"Components.Component","Name":"TpBlazorr2.Shared.MainLayout","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TpBlazorr2.Shared.MainLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.Shared.MainLayout","Common.TypeNamespace":"TpBlazorr2.Shared","Common.TypeNameIdentifier":"MainLayout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1914844229,"Kind":"Components.ChildContent","Name":"TpBlazorr2.Shared.MainLayout.Body","AssemblyName":"TpBlazorr2","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"MainLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"TpBlazorr2.Shared.MainLayout.Body","Common.TypeNamespace":"TpBlazorr2.Shared","Common.TypeNameIdentifier":"MainLayout","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1116436933,"Kind":"Components.ChildContent","Name":"TpBlazorr2.Shared.MainLayout.Body","AssemblyName":"TpBlazorr2","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"TpBlazorr2.Shared.MainLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"TpBlazorr2.Shared.MainLayout.Body","Common.TypeNamespace":"TpBlazorr2.Shared","Common.TypeNameIdentifier":"MainLayout","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":641954425,"Kind":"Components.Component","Name":"TpBlazorr2.App","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"App"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.App","Common.TypeNamespace":"TpBlazorr2","Common.TypeNameIdentifier":"App"}},{"HashCode":-1256715479,"Kind":"Components.Component","Name":"TpBlazorr2.App","AssemblyName":"TpBlazorr2","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TpBlazorr2.App"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"TpBlazorr2.App","Common.TypeNamespace":"TpBlazorr2","Common.TypeNameIdentifier":"App","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-570326213,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"CascadingValue","Components.GenericTyped":"True"}},{"HashCode":-1427256128,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"CascadingValue","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2019176430,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"CascadingValue","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-99784322,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"CascadingValue","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1963668115,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.DynamicComponent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that renders another component dynamically according to its\n parameter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DynamicComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the type of the component to be rendered. The supplied type must\n implement .\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a dictionary of parameters to be passed to the component.\n \n ","Metadata":{"Common.PropertyName":"Parameters","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.DynamicComponent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"DynamicComponent"}},{"HashCode":-2015505674,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.DynamicComponent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that renders another component dynamically according to its\n parameter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.DynamicComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the type of the component to be rendered. The supplied type must\n implement .\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a dictionary of parameters to be passed to the component.\n \n ","Metadata":{"Common.PropertyName":"Parameters","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.DynamicComponent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"DynamicComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2014705676,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"LayoutView"}},{"HashCode":-644325477,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"LayoutView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2070786262,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"LayoutView","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1063252289,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"LayoutView","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-295287261,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"RouteView"}},{"HashCode":929523394,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"RouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":24364686,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly","Common.GloballyQualifiedTypeName":"global::System.Reflection.Assembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreferExactMatches","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a flag to indicate whether route matching should prefer exact matches\n over wildcards.\n This property is obsolete and configuring it does nothing.\n \n ","Metadata":{"Common.PropertyName":"PreferExactMatches","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"Router"}},{"HashCode":-868917091,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly","Common.GloballyQualifiedTypeName":"global::System.Reflection.Assembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreferExactMatches","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a flag to indicate whether route matching should prefer exact matches\n over wildcards.\n This property is obsolete and configuring it does nothing.\n \n ","Metadata":{"Common.PropertyName":"PreferExactMatches","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"Router","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":395977800,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"Router","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1303430697,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"Router","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1702540883,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Found' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"Router","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-210369553,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Found' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"Router","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1969075404,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"Router","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1966357993,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"Router","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1856072683,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"DataAnnotationsValidator"}},{"HashCode":-1646701916,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"DataAnnotationsValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1626695798,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Combines the behaviors of and ,\n so that it displays the page matching the specified route but only if the user\n is authorized to see it.\n \n Additionally, this component supplies a cascading parameter of type ,\n which makes the user's current authentication state available to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeRouteView"}},{"HashCode":-1089588755,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Combines the behaviors of and ,\n so that it displays the page matching the specified route but only if the user\n is authorized to see it.\n \n Additionally, this component supplies a cascading parameter of type ,\n which makes the user's current authentication state available to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeRouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1894495879,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeRouteView","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-772132001,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeRouteView","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1961680512,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeRouteView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeRouteView","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1794929427,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeRouteView","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1333841242,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Displays differing content depending on the user's authorization status.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\n \n The policy name that determines whether the content can be displayed.\n \n ","Metadata":{"Common.PropertyName":"Policy","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\n \n A comma delimited list of roles that are allowed to display the content.\n \n ","Metadata":{"Common.PropertyName":"Roles","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","Metadata":{"Common.PropertyName":"Authorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView"}},{"HashCode":-1062287476,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Displays differing content depending on the user's authorization status.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\n \n The policy name that determines whether the content can be displayed.\n \n ","Metadata":{"Common.PropertyName":"Policy","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\n \n A comma delimited list of roles that are allowed to display the content.\n \n ","Metadata":{"Common.PropertyName":"Roles","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","Metadata":{"Common.PropertyName":"Authorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1976336925,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2072500109,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":206294960,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1635767799,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1343832225,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Authorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-747468937,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Authorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1760466501,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":254935187,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"AuthorizeView","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1219772387,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"CascadingAuthenticationState"}},{"HashCode":-1605994785,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"CascadingAuthenticationState","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":409770779,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingAuthenticationState"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"CascadingAuthenticationState","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1870844652,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Common.TypeNameIdentifier":"CascadingAuthenticationState","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1789588623,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"EditForm"}},{"HashCode":2087210361,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"EditForm","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2063719819,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"EditForm","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":113815998,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"EditForm","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-916422635,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputCheckbox"}},{"HashCode":1793156627,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2103100738,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Microsoft.AspNetCore.Components.Forms.InputDateType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of HTML input to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.InputDateType"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputDate","Components.GenericTyped":"True"}},{"HashCode":596078321,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Microsoft.AspNetCore.Components.Forms.InputDateType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of HTML input to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.InputDateType"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputDate","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-950800962,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputFile"}},{"HashCode":-51883978,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputFile","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":152097514,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputNumber","Components.GenericTyped":"True"}},{"HashCode":-899228490,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputNumber","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":247676274,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadio","Components.GenericTyped":"True"}},{"HashCode":-245082154,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadio","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-3486518,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.GenericTyped":"True"}},{"HashCode":-1446222502,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1960512142,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1920215596,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-962036311,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.GenericTyped":"True"}},{"HashCode":1775905808,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-924391862,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1469997211,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":497607057,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputText"}},{"HashCode":-1896998253,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":706994615,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputTextArea"}},{"HashCode":-1458327790,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1409346984,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"ValidationMessage","Components.GenericTyped":"True"}},{"HashCode":-539041457,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"ValidationMessage","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1642247267,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"ValidationSummary"}},{"HashCode":591741979,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"ValidationSummary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1321625040,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n After navigating from one page to another, sets focus to an element\n matching a CSS selector. This can be used to build an accessible\n navigation system compatible with screen readers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FocusOnNavigate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This can be obtained from an enclosing\n component.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"Selector","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS selector describing the element to be focused after\n navigation between pages.\n \n ","Metadata":{"Common.PropertyName":"Selector","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"FocusOnNavigate"}},{"HashCode":-1759400738,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n After navigating from one page to another, sets focus to an element\n matching a CSS selector. This can be used to build an accessible\n navigation system compatible with screen readers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This can be obtained from an enclosing\n component.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"Selector","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS selector describing the element to be focused after\n navigation between pages.\n \n ","Metadata":{"Common.PropertyName":"Selector","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"FocusOnNavigate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2081204057,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavigationLock","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that can be used to intercept navigation events. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavigationLock"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBeforeInternalNavigation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback to be invoked when an internal navigation event occurs.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeInternalNavigation","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConfirmExternalNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether a browser dialog should prompt the user to either confirm or cancel\n external navigations.\n \n ","Metadata":{"Common.PropertyName":"ConfirmExternalNavigation","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavigationLock","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavigationLock"}},{"HashCode":-1809608004,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavigationLock","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that can be used to intercept navigation events. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.NavigationLock"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBeforeInternalNavigation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback to be invoked when an internal navigation event occurs.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeInternalNavigation","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConfirmExternalNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether a browser dialog should prompt the user to either confirm or cancel\n external navigations.\n \n ","Metadata":{"Common.PropertyName":"ConfirmExternalNavigation","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavigationLock","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavigationLock","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1721809178,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Routing.NavLinkMatch"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavLink"}},{"HashCode":-1182313963,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Routing.NavLinkMatch"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-740824051,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavLink","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1903137250,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavLink","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1246271716,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides content to components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeadContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadContent"}},{"HashCode":-996503938,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides content to components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.HeadContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1608831631,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeadContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1521540536,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.HeadContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-628269752,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadOutlet","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders content provided by components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeadOutlet"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadOutlet","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadOutlet"}},{"HashCode":1646289862,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadOutlet","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders content provided by components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.HeadOutlet"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadOutlet","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadOutlet","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2129736942,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.PageTitle","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Enables rendering an HTML <title> to a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"PageTitle"}},{"HashCode":943926180,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.PageTitle","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Enables rendering an HTML <title> to a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.PageTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"PageTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1161311501,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PageTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"PageTitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2073571043,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.PageTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"PageTitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1113147290,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Captures errors thrown from its child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ErrorContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","Metadata":{"Common.PropertyName":"ErrorContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaximumErrorCount","TypeName":"System.Int32","Documentation":"\n \n The maximum number of errors that can be handled. If more errors are received,\n they will be treated as fatal. Calling resets the count.\n \n ","Metadata":{"Common.PropertyName":"MaximumErrorCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary"}},{"HashCode":719579976,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Captures errors thrown from its child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ErrorContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","Metadata":{"Common.PropertyName":"ErrorContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaximumErrorCount","TypeName":"System.Int32","Documentation":"\n \n The maximum number of errors that can be handled. If more errors are received,\n they will be treated as fatal. Calling resets the count.\n \n ","Metadata":{"Common.PropertyName":"MaximumErrorCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-252057281,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ErrorBoundary"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-334595117,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":720802434,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorContent","ParentTag":"ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ErrorContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1066138983,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorContent","ParentTag":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ErrorContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-20666644,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize","Common.GloballyQualifiedTypeName":"global::System.Single"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.ICollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SpacerElement","TypeName":"System.String","Documentation":"\n \n Gets or sets the tag name of the HTML element that will be used as the virtualization spacer.\n One such element will be rendered before the visible items, and one more after them, using\n an explicit \"height\" style to control the scroll range.\n \n The default value is \"div\". If you are placing the instance inside\n an element that requires a specific child tag name, consider setting that here. For example when\n rendering inside a \"tbody\", consider setting to the value \"tr\".\n \n ","Metadata":{"Common.PropertyName":"SpacerElement","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.GenericTyped":"True"}},{"HashCode":1446060996,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize","Common.GloballyQualifiedTypeName":"global::System.Single"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Components.DelegateSignature":"True","Components.IsDelegateAwaitableResult":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.ICollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"SpacerElement","TypeName":"System.String","Documentation":"\n \n Gets or sets the tag name of the HTML element that will be used as the virtualization spacer.\n One such element will be rendered before the visible items, and one more after them, using\n an explicit \"height\" style to control the scroll range.\n \n The default value is \"div\". If you are placing the instance inside\n an element that requires a specific child tag name, consider setting that here. For example when\n rendering inside a \"tbody\", consider setting to the value \"tr\".\n \n ","Metadata":{"Common.PropertyName":"SpacerElement","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":938082833,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1328007459,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1573826946,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2071423432,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1159723309,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1105006503,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-412348275,"Kind":"Components.EventHandler","Name":"onfocus","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocus' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocus","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocus' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocus"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocus' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocus' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1183441731,"Kind":"Components.EventHandler","Name":"onblur","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onblur' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onblur","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onblur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onblur' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onblur"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onblur' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onblur' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1244533523,"Kind":"Components.EventHandler","Name":"onfocusin","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocusin' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusin","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocusin' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusin"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocusin' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocusin' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1943172950,"Kind":"Components.EventHandler","Name":"onfocusout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocusout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocusout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocusout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocusout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1669379088,"Kind":"Components.EventHandler","Name":"onmouseover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":206835795,"Kind":"Components.EventHandler","Name":"onmouseout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":810640233,"Kind":"Components.EventHandler","Name":"onmouseleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":388130126,"Kind":"Components.EventHandler","Name":"onmouseenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1703164961,"Kind":"Components.EventHandler","Name":"onmousemove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousemove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousemove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousemove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousemove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousemove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousemove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1539717881,"Kind":"Components.EventHandler","Name":"onmousedown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousedown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousedown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousedown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousedown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousedown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousedown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":2037212429,"Kind":"Components.EventHandler","Name":"onmouseup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1076801267,"Kind":"Components.EventHandler","Name":"onclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onclick' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onclick' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":884794329,"Kind":"Components.EventHandler","Name":"ondblclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondblclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondblclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondblclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondblclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondblclick' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondblclick' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1538615901,"Kind":"Components.EventHandler","Name":"onwheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onwheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onwheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onwheel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onwheel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-383152099,"Kind":"Components.EventHandler","Name":"onmousewheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousewheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousewheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousewheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousewheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousewheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousewheel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousewheel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":583382718,"Kind":"Components.EventHandler","Name":"oncontextmenu","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncontextmenu' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncontextmenu","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncontextmenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncontextmenu' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncontextmenu"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncontextmenu' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncontextmenu' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1496118296,"Kind":"Components.EventHandler","Name":"ondrag","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondrag' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrag","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondrag' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrag"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondrag' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondrag' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1892667192,"Kind":"Components.EventHandler","Name":"ondragend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-695808398,"Kind":"Components.EventHandler","Name":"ondragenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":881656464,"Kind":"Components.EventHandler","Name":"ondragleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1675311030,"Kind":"Components.EventHandler","Name":"ondragover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1441981659,"Kind":"Components.EventHandler","Name":"ondragstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1321031139,"Kind":"Components.EventHandler","Name":"ondrop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondrop' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondrop' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondrop' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondrop' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":797422111,"Kind":"Components.EventHandler","Name":"onkeydown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeydown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeydown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeydown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeydown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeydown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeydown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-765211634,"Kind":"Components.EventHandler","Name":"onkeyup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeyup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeyup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeyup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeyup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeyup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeyup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1685080129,"Kind":"Components.EventHandler","Name":"onkeypress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeypress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeypress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeypress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeypress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeypress' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeypress' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":700369429,"Kind":"Components.EventHandler","Name":"onchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onchange' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onchange' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-144114499,"Kind":"Components.EventHandler","Name":"oninput","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oninput' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninput","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oninput' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninput"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oninput' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oninput' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-6567171,"Kind":"Components.EventHandler","Name":"oninvalid","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oninvalid' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninvalid","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninvalid","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oninvalid' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninvalid"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oninvalid' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oninvalid' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1160189933,"Kind":"Components.EventHandler","Name":"onreset","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onreset' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreset","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onreset' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreset"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onreset' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onreset' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-253871031,"Kind":"Components.EventHandler","Name":"onselect","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselect' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselect","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselect' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselect"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselect' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselect' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1693382503,"Kind":"Components.EventHandler","Name":"onselectstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselectstart' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselectstart' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselectstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselectstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1399289399,"Kind":"Components.EventHandler","Name":"onselectionchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselectionchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectionchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectionchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselectionchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectionchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselectionchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselectionchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1257688159,"Kind":"Components.EventHandler","Name":"onsubmit","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onsubmit' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsubmit","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onsubmit' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsubmit"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onsubmit' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onsubmit' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":526616602,"Kind":"Components.EventHandler","Name":"onbeforecopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforecopy' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforecopy' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforecopy' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforecopy' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-704514247,"Kind":"Components.EventHandler","Name":"onbeforecut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforecut' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforecut' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforecut' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforecut' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1301262964,"Kind":"Components.EventHandler","Name":"onbeforepaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforepaste' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforepaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforepaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforepaste' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforepaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforepaste' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforepaste' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-943806315,"Kind":"Components.EventHandler","Name":"oncopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncopy' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncopy' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncopy' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncopy' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1024736527,"Kind":"Components.EventHandler","Name":"oncut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncut' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncut' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncut' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncut' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1564030866,"Kind":"Components.EventHandler","Name":"onpaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpaste' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpaste' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpaste' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpaste' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-245678027,"Kind":"Components.EventHandler","Name":"ontouchcancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchcancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchcancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchcancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchcancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchcancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchcancel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchcancel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1303133076,"Kind":"Components.EventHandler","Name":"ontouchend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1167672914,"Kind":"Components.EventHandler","Name":"ontouchmove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchmove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchmove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchmove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchmove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchmove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchmove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchmove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1716506156,"Kind":"Components.EventHandler","Name":"ontouchstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1776231308,"Kind":"Components.EventHandler","Name":"ontouchenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-760395158,"Kind":"Components.EventHandler","Name":"ontouchleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":448925539,"Kind":"Components.EventHandler","Name":"ongotpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ongotpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ongotpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ongotpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ongotpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ongotpointercapture' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ongotpointercapture' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1828352982,"Kind":"Components.EventHandler","Name":"onlostpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onlostpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onlostpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onlostpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onlostpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onlostpointercapture' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onlostpointercapture' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-824984604,"Kind":"Components.EventHandler","Name":"onpointercancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointercancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointercancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointercancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointercancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointercancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointercancel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointercancel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":512689634,"Kind":"Components.EventHandler","Name":"onpointerdown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerdown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerdown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerdown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerdown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerdown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerdown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerdown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-131639322,"Kind":"Components.EventHandler","Name":"onpointerenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-2081055617,"Kind":"Components.EventHandler","Name":"onpointerleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":671343776,"Kind":"Components.EventHandler","Name":"onpointermove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointermove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointermove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointermove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointermove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointermove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointermove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointermove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-906399437,"Kind":"Components.EventHandler","Name":"onpointerout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1673358071,"Kind":"Components.EventHandler","Name":"onpointerover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1883012605,"Kind":"Components.EventHandler","Name":"onpointerup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-445196629,"Kind":"Components.EventHandler","Name":"oncanplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncanplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncanplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncanplay' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncanplay' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1072288228,"Kind":"Components.EventHandler","Name":"oncanplaythrough","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncanplaythrough' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplaythrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncanplaythrough' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplaythrough"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncanplaythrough' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncanplaythrough' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":429038913,"Kind":"Components.EventHandler","Name":"oncuechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncuechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncuechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncuechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncuechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncuechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncuechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncuechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-857605877,"Kind":"Components.EventHandler","Name":"ondurationchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondurationchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondurationchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondurationchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondurationchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondurationchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondurationchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondurationchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1023041156,"Kind":"Components.EventHandler","Name":"onemptied","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onemptied' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onemptied","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onemptied","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onemptied' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onemptied"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onemptied' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onemptied' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-2113325282,"Kind":"Components.EventHandler","Name":"onpause","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpause' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpause","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpause","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpause' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpause"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpause' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpause' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1171829661,"Kind":"Components.EventHandler","Name":"onplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onplay' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onplay' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1924423103,"Kind":"Components.EventHandler","Name":"onplaying","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onplaying' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplaying","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplaying","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onplaying' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplaying"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onplaying' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onplaying' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":251218392,"Kind":"Components.EventHandler","Name":"onratechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onratechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onratechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onratechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onratechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onratechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onratechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onratechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1200360301,"Kind":"Components.EventHandler","Name":"onseeked","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onseeked' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onseeked' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeked"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onseeked' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onseeked' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":870409781,"Kind":"Components.EventHandler","Name":"onseeking","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onseeking' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeking","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onseeking' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeking"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onseeking' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onseeking' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":2005397906,"Kind":"Components.EventHandler","Name":"onstalled","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onstalled' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstalled","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstalled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onstalled' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstalled"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onstalled' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onstalled' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":148340652,"Kind":"Components.EventHandler","Name":"onstop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onstop' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onstop' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onstop' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onstop' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":17598829,"Kind":"Components.EventHandler","Name":"onsuspend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onsuspend' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsuspend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsuspend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onsuspend' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsuspend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onsuspend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onsuspend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1960382636,"Kind":"Components.EventHandler","Name":"ontimeupdate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontimeupdate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeupdate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeupdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontimeupdate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeupdate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontimeupdate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontimeupdate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-901598092,"Kind":"Components.EventHandler","Name":"onvolumechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onvolumechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onvolumechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onvolumechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onvolumechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onvolumechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onvolumechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onvolumechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1685471538,"Kind":"Components.EventHandler","Name":"onwaiting","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onwaiting' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwaiting","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwaiting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onwaiting' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwaiting"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onwaiting' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onwaiting' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-623329157,"Kind":"Components.EventHandler","Name":"onloadstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-516077056,"Kind":"Components.EventHandler","Name":"ontimeout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontimeout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontimeout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontimeout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontimeout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":861748868,"Kind":"Components.EventHandler","Name":"onabort","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onabort' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onabort","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onabort","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onabort' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onabort"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onabort' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onabort' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1292834145,"Kind":"Components.EventHandler","Name":"onload","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onload' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onload","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onload' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onload"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onload' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onload' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-491267811,"Kind":"Components.EventHandler","Name":"onloadend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1274141778,"Kind":"Components.EventHandler","Name":"onprogress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onprogress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onprogress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onprogress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onprogress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onprogress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onprogress' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onprogress' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1470710021,"Kind":"Components.EventHandler","Name":"onerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onerror' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ErrorEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onerror' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ErrorEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ErrorEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":2097203272,"Kind":"Components.EventHandler","Name":"onactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1860614855,"Kind":"Components.EventHandler","Name":"onbeforeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-944834360,"Kind":"Components.EventHandler","Name":"onbeforedeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforedeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforedeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforedeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforedeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforedeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforedeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":985382823,"Kind":"Components.EventHandler","Name":"ondeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1227747450,"Kind":"Components.EventHandler","Name":"onended","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onended' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onended","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onended' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onended"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onended' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onended' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1608024556,"Kind":"Components.EventHandler","Name":"onfullscreenchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfullscreenchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfullscreenchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfullscreenchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfullscreenchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1492855282,"Kind":"Components.EventHandler","Name":"onfullscreenerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfullscreenerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfullscreenerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfullscreenerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfullscreenerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":561974861,"Kind":"Components.EventHandler","Name":"onloadeddata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadeddata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadeddata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadeddata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadeddata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadeddata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadeddata' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadeddata' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":143882370,"Kind":"Components.EventHandler","Name":"onloadedmetadata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadedmetadata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadedmetadata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadedmetadata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadedmetadata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadedmetadata' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadedmetadata' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":807609890,"Kind":"Components.EventHandler","Name":"onpointerlockchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerlockchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerlockchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerlockchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerlockchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":322499480,"Kind":"Components.EventHandler","Name":"onpointerlockerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerlockerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerlockerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerlockerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerlockerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1310773309,"Kind":"Components.EventHandler","Name":"onreadystatechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onreadystatechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreadystatechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreadystatechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onreadystatechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreadystatechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onreadystatechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onreadystatechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":1337217167,"Kind":"Components.EventHandler","Name":"onscroll","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onscroll' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onscroll","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onscroll","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onscroll' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onscroll"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onscroll' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onscroll' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-1918318624,"Kind":"Components.EventHandler","Name":"ontoggle","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontoggle' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontoggle","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontoggle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontoggle' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontoggle"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontoggle' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontoggle' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-666102522,"Kind":"Components.Splat","Name":"Attributes","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Merges a collection of attributes into the current element or component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@attributes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Splat","Name":"@attributes","TypeName":"System.Object","Documentation":"Merges a collection of attributes into the current element or component.","Metadata":{"Common.PropertyName":"Attributes","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Splat","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Attributes"}},{"HashCode":-145164111,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <a> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"a","Attributes":[{"Name":"asp-action"}]},{"TagName":"a","Attributes":[{"Name":"asp-controller"}]},{"TagName":"a","Attributes":[{"Name":"asp-area"}]},{"TagName":"a","Attributes":[{"Name":"asp-page"}]},{"TagName":"a","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"a","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"a","Attributes":[{"Name":"asp-host"}]},{"TagName":"a","Attributes":[{"Name":"asp-protocol"}]},{"TagName":"a","Attributes":[{"Name":"asp-route"}]},{"TagName":"a","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"a","Attributes":[{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n \n Must be null if is non-null.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n \n Must be null if or , \n is non-null.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n \n Must be null if or , or \n is non-null.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-protocol","TypeName":"System.String","Documentation":"\n \n The protocol for the URL, such as \"http\" or \"https\".\n \n ","Metadata":{"Common.PropertyName":"Protocol"}},{"Kind":"ITagHelper","Name":"asp-host","TypeName":"System.String","Documentation":"\n \n The host name.\n \n ","Metadata":{"Common.PropertyName":"Host"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n The URL fragment name.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if one of , , \n or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"AnchorTagHelper"}},{"HashCode":-2017601555,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <cache> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"cache"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"priority","TypeName":"Microsoft.Extensions.Caching.Memory.CacheItemPriority?","Documentation":"\n \n Gets or sets the policy for the cache entry.\n \n ","Metadata":{"Common.PropertyName":"Priority"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\n \n Gets or sets a to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\n .\n \n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by request culture.\n \n Setting this to true would result in the result to be varied by \n and .\n \n \n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\n \n Gets or sets the exact the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration from last access that the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value which determines if the tag helper is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"CacheTagHelper"}},{"HashCode":-1000842291,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n A that renders a Razor component.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"component","TagStructure":2,"Attributes":[{"Name":"type"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"params","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"param-","IndexerTypeName":"System.Object","Documentation":"\n \n Gets or sets values for component parameters.\n \n ","Metadata":{"Common.PropertyName":"Parameters"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.Type","Documentation":"\n \n Gets or sets the component type. This value is required.\n \n ","Metadata":{"Common.PropertyName":"ComponentType"}},{"Kind":"ITagHelper","Name":"render-mode","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.RenderMode","IsEnum":true,"Documentation":"\n \n Gets or sets the \n \n ","Metadata":{"Common.PropertyName":"RenderMode"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"ComponentTagHelper"}},{"HashCode":4232840,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <distributed-cache> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"distributed-cache","Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n Gets or sets a unique name to discriminate cached entries.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\n \n Gets or sets a to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\n .\n \n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by request culture.\n \n Setting this to true would result in the result to be varied by \n and .\n \n \n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\n \n Gets or sets the exact the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration from last access that the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value which determines if the tag helper is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"DistributedCacheTagHelper"}},{"HashCode":841944332,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <environment> elements that conditionally renders\n content based on the current value of .\n If the environment is not listed in the specified or ,\n or if it is in , the content will not be rendered.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"environment"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"names","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content should be rendered.\n If the current environment is also in the list, the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Names"}},{"Kind":"ITagHelper","Name":"include","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content should be rendered.\n If the current environment is also in the list, the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Include"}},{"Kind":"ITagHelper","Name":"exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Exclude"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"EnvironmentTagHelper"}},{"HashCode":-1374845942,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <button> elements and <input> elements with\n their type attribute set to image or submit.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"button","Attributes":[{"Name":"asp-action"}]},{"TagName":"button","Attributes":[{"Name":"asp-controller"}]},{"TagName":"button","Attributes":[{"Name":"asp-area"}]},{"TagName":"button","Attributes":[{"Name":"asp-page"}]},{"TagName":"button","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"button","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"button","Attributes":[{"Name":"asp-route"}]},{"TagName":"button","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"button","Attributes":[{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL fragment.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"FormActionTagHelper"}},{"HashCode":-127896823,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <form> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"form"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-antiforgery","TypeName":"System.Boolean?","Documentation":"\n \n Whether the antiforgery token should be generated.\n \n Defaults to false if user provides an action attribute\n or if the method is ; true otherwise.\n ","Metadata":{"Common.PropertyName":"Antiforgery"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL fragment.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"FormTagHelper"}},{"HashCode":-1290579374,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <img> elements that supports file versioning.\n \n \n The tag helper won't process for cases with just the 'src' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"asp-append-version"},{"Name":"src"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\n \n Source of the image.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean","Documentation":"\n \n Value indicating if file version should be appended to the src urls.\n \n \n If true then a query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"ImageTagHelper"}},{"HashCode":300777857,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <input> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-format","TypeName":"System.String","Documentation":"\n \n The format string (see ) used to format the\n result. Sets the generated \"value\" attribute to that formatted string.\n \n \n Not used if the provided (see ) or calculated \"type\" attribute value is\n checkbox, password, or radio. That is, is used when calling\n .\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.String","Documentation":"\n \n The type of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine the \n helper to call and the default value. A default is not calculated\n if the provided (see ) or calculated \"type\" attribute value is checkbox,\n hidden, password, or radio.\n \n ","Metadata":{"Common.PropertyName":"InputTypeName"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\n \n The value of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine the generated \"checked\" attribute\n if is \"radio\". Must not be null in that case.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"InputTagHelper"}},{"HashCode":-555015231,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <label> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"label","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"LabelTagHelper"}},{"HashCode":-195469401,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <link> elements that supports fallback href paths.\n \n \n The tag helper won't process for cases with just the 'href' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-class"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-property"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-value"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"href","TypeName":"System.String","Documentation":"\n \n Address of the linked resource.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"ITagHelper","Name":"asp-href-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to load.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"HrefInclude"}},{"Kind":"ITagHelper","Name":"asp-href-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to exclude from loading.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"HrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href","TypeName":"System.String","Documentation":"\n \n The URL of a CSS stylesheet to fallback to in the case the primary one fails.\n \n ","Metadata":{"Common.PropertyName":"FallbackHref"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\n \n Boolean value that determines if an integrity hash will be compared with value.\n \n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\n \n Value indicating if file version should be appended to the href urls.\n \n \n If true then a query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to fallback to in the case the primary\n one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"FallbackHrefInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to exclude from the fallback list, in\n the case the primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"FallbackHrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-class","TypeName":"System.String","Documentation":"\n \n The class name defined in the stylesheet to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestClass"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-property","TypeName":"System.String","Documentation":"\n \n The CSS property name to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestProperty"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-value","TypeName":"System.String","Documentation":"\n \n The CSS property value to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestValue"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"LinkTagHelper"}},{"HashCode":1192023020,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <option> elements.\n \n \n This works in conjunction with . It reads elements\n content but does not modify that content. The only modification it makes is to add a selected attribute\n in some cases.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"option"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\n \n Specifies a value for the <option> element.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"OptionTagHelper"}},{"HashCode":327896149,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n Renders a partial view.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"partial","TagStructure":2,"Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name or path of the partial view that is rendered to the response.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model. Cannot be used together with .\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"model","TypeName":"System.Object","Documentation":"\n \n The model to pass into the partial view. Cannot be used together with .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"ITagHelper","Name":"optional","TypeName":"System.Boolean","Documentation":"\n \n When optional, executing the tag helper will no-op if the view cannot be located.\n Otherwise will throw stating the view could not be found.\n \n ","Metadata":{"Common.PropertyName":"Optional"}},{"Kind":"ITagHelper","Name":"fallback-name","TypeName":"System.String","Documentation":"\n \n View to lookup if the view specified by cannot be located.\n \n ","Metadata":{"Common.PropertyName":"FallbackName"}},{"Kind":"ITagHelper","Name":"view-data","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary","IndexerNamePrefix":"view-data-","IndexerTypeName":"System.Object","Documentation":"\n \n A to pass into the partial view.\n \n ","Metadata":{"Common.PropertyName":"ViewData"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"PartialTagHelper"}},{"HashCode":676814577,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistComponentStateTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n A that saves the state of Razor components rendered on the page up to that point.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"persist-component-state","TagStructure":2}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"persist-mode","TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistenceMode?","Documentation":"\n \n Gets or sets the for the state to persist.\n \n ","Metadata":{"Common.PropertyName":"PersistenceMode"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistComponentStateTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"PersistComponentStateTagHelper"}},{"HashCode":962839027,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <script> elements that supports fallback src paths.\n \n \n The tag helper won't process for cases with just the 'src' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"script","Attributes":[{"Name":"asp-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-test"}]},{"TagName":"script","Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\n \n Address of the external script to use.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-src-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to load.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"SrcInclude"}},{"Kind":"ITagHelper","Name":"asp-src-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to exclude from loading.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"SrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src","TypeName":"System.String","Documentation":"\n \n The URL of a Script tag to fallback to in the case the primary one fails.\n \n ","Metadata":{"Common.PropertyName":"FallbackSrc"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\n \n Boolean value that determines if an integrity hash will be compared with value.\n \n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\n \n Value indicating if file version should be appended to src urls.\n \n \n A query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to fallback to in the case the\n primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"FallbackSrcInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to exclude from the fallback list, in\n the case the primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"FallbackSrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test","TypeName":"System.String","Documentation":"\n \n The script method defined in the primary script to use for the fallback test.\n \n ","Metadata":{"Common.PropertyName":"FallbackTestExpression"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"ScriptTagHelper"}},{"HashCode":-1304496591,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <select> elements with asp-for and/or\n asp-items attribute(s).\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"asp-for"}]},{"TagName":"select","Attributes":[{"Name":"asp-items"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n A collection of objects used to populate the <select> element with\n <optgroup> and <option> elements.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"SelectTagHelper"}},{"HashCode":-1556932047,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <textarea> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"TextAreaTagHelper"}},{"HashCode":-1067790191,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting any HTML element with an asp-validation-for\n attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"span","Attributes":[{"Name":"asp-validation-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n Gets an expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"ValidationMessageTagHelper"}},{"HashCode":-1744300995,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting any HTML element with an asp-validation-summary\n attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"div","Attributes":[{"Name":"asp-validation-summary"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-summary","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary","IsEnum":true,"Documentation":"\n \n If or , appends a validation\n summary. Otherwise (, the default), this tag helper does nothing.\n \n \n Thrown if setter is called with an undefined value e.g.\n (ValidationSummary)23.\n \n ","Metadata":{"Common.PropertyName":"ValidationSummary"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Common.TypeNameIdentifier":"ValidationSummaryTagHelper"}},{"HashCode":-1460206721,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.Razor","Documentation":"\n \n implementation targeting elements containing attributes with URL expected values.\n \n Resolves URLs starting with '~/' (relative to the application's 'webroot' setting) that are not\n targeted by other s. Runs prior to other s to ensure\n application-relative URLs are resolved.\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"itemid","Value":"~/","ValueComparison":2}]},{"TagName":"a","Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"applet","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"area","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"audio","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"base","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"blockquote","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"button","Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"del","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"embed","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"form","Attributes":[{"Name":"action","Value":"~/","ValueComparison":2}]},{"TagName":"html","Attributes":[{"Name":"manifest","Value":"~/","ValueComparison":2}]},{"TagName":"iframe","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"ins","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"menuitem","Attributes":[{"Name":"icon","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"data","Value":"~/","ValueComparison":2}]},{"TagName":"q","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"script","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"track","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"poster","Value":"~/","ValueComparison":2}]}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers","Common.TypeNameIdentifier":"UrlResolutionTagHelper"}},{"HashCode":-1487122310,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: @bind-value=\"...\" and @bind-value:event=\"onchange\" will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@bind-","NameComparison":1,"Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-...","TypeName":"System.Collections.Generic.Dictionary","IndexerNamePrefix":"@bind-","IndexerTypeName":"System.Object","Documentation":"Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: @bind-value=\"...\" and @bind-value:event=\"onchange\" will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the corresponding bind attribute. For example: @bind-value:format=\"...\" will apply a format string to the value specified in @bind-value=\"...\". The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-...' attribute.","Metadata":{"Common.PropertyName":"Event"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.Fallback":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Bind","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"Bind"}},{"HashCode":1147187751,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":559463477,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":1622794753,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'checked' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"checkbox","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"checkbox","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'checked' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_checked"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_checked"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-checked","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"checked","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"checkbox","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":-652071802,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"text","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"text","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"text","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":261116556,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"number","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":499151024,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"number","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":-883651903,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.TypeAttribute":"date","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":-2097379632,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.TypeAttribute":"date","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":1007845740,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.TypeAttribute":"datetime-local","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":-625138988,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.TypeAttribute":"datetime-local","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":806266141,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM","Components.Bind.TypeAttribute":"month","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":1357195673,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM","Components.Bind.TypeAttribute":"month","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":-452568861,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"HH:mm:ss","Components.Bind.TypeAttribute":"time","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":1131320995,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"HH:mm:ss","Components.Bind.TypeAttribute":"time","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":1024954613,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"select","Attributes":[{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":1162736253,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"textarea","Attributes":[{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"BindAttributes"}},{"HashCode":-535491811,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputCheckbox","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputCheckbox"}},{"HashCode":1884683335,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1413158779,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputDate","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputDate"}},{"HashCode":-434904083,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputDate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1343397716,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputNumber","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputNumber"}},{"HashCode":1598337077,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputNumber","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-965874919,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputRadioGroup","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup"}},{"HashCode":-799976979,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1432855956,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputSelect","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect"}},{"HashCode":-1373758094,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-369432729,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputText","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputText"}},{"HashCode":-1713884350,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":949592492,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputTextArea","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputTextArea"}},{"HashCode":-1089685072,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":"Specifies the expression to use for binding the value to the attribute.","Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":"Specifies the expression to use for updating the bound value when a new value is available.","Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":"Specifies an action to run after the new value has been set.","Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":957713645,"Kind":"Components.Ref","Name":"Ref","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Populates the specified field or property with a reference to the element or component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ref","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Ref","Name":"@ref","TypeName":"System.Object","Documentation":"Populates the specified field or property with a reference to the element or component.","Metadata":{"Common.PropertyName":"Ref","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Ref","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Ref"}},{"HashCode":-1148481321,"Kind":"Components.Key","Name":"Key","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Ensures that the component or element will be preserved across renders if (and only if) the supplied key value matches.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@key","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Key","Name":"@key","TypeName":"System.Object","Documentation":"Ensures that the component or element will be preserved across renders if (and only if) the supplied key value matches.","Metadata":{"Common.PropertyName":"Key","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Key","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Key"}}],"CSharpLanguageVersion":1100},"RootNamespace":"TpBlazorr2","Documents":[{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Pages\\_Host.cshtml","TargetPath":"Pages\\_Host.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Shared\\SurveyPrompt.razor","TargetPath":"Shared\\SurveyPrompt.razor","FileKind":"component"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Shared\\MainLayout.razor","TargetPath":"Shared\\MainLayout.razor","FileKind":"component"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Shared\\NavMenu.razor","TargetPath":"Shared\\NavMenu.razor","FileKind":"component"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Pages\\Liste.razor","TargetPath":"Pages\\Liste.razor","FileKind":"component"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\_Imports.razor","TargetPath":"_Imports.razor","FileKind":"componentImport"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Pages\\Counter.razor","TargetPath":"Pages\\Counter.razor","FileKind":"component"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Pages\\Error.cshtml","TargetPath":"Pages\\Error.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\App.razor","TargetPath":"App.razor","FileKind":"component"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Pages\\Index.razor","TargetPath":"Pages\\Index.razor","FileKind":"component"},{"FilePath":"C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\Pages\\FetchData.razor","TargetPath":"Pages\\FetchData.razor","FileKind":"component"}],"SerializationFormat":"0.3"} \ No newline at end of file diff --git a/TpBlazorr2/obj/Debug/net7.0/ref/TpBlazorr2.dll b/TpBlazorr2/obj/Debug/net7.0/ref/TpBlazorr2.dll new file mode 100644 index 0000000000000000000000000000000000000000..0034fa603c327050f655c4de64b78a0448af6b9d GIT binary patch literal 15872 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/obj/Debug/net7.0/refint/TpBlazorr2.dll b/TpBlazorr2/obj/Debug/net7.0/refint/TpBlazorr2.dll new file mode 100644 index 0000000000000000000000000000000000000000..0034fa603c327050f655c4de64b78a0448af6b9d GIT binary patch literal 15872 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 literal 0 HcmV?d00001 diff --git a/TpBlazorr2/obj/Debug/net7.0/scopedcss/Shared/MainLayout.razor.rz.scp.css b/TpBlazorr2/obj/Debug/net7.0/scopedcss/Shared/MainLayout.razor.rz.scp.css new file mode 100644 index 0000000..b18e708 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/scopedcss/Shared/MainLayout.razor.rz.scp.css @@ -0,0 +1,70 @@ +.page[b-qvink0kiu6] { + position: relative; + display: flex; + flex-direction: column; +} + +main[b-qvink0kiu6] { + flex: 1; +} + +.sidebar[b-qvink0kiu6] { + background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); +} + +.top-row[b-qvink0kiu6] { + background-color: #f7f7f7; + border-bottom: 1px solid #d6d5d5; + justify-content: flex-end; + height: 3.5rem; + display: flex; + align-items: center; +} + + .top-row[b-qvink0kiu6] a, .top-row .btn-link[b-qvink0kiu6] { + white-space: nowrap; + margin-left: 1.5rem; + } + + .top-row a:first-child[b-qvink0kiu6] { + overflow: hidden; + text-overflow: ellipsis; + } + +@media (max-width: 640.98px) { + .top-row:not(.auth)[b-qvink0kiu6] { + display: none; + } + + .top-row.auth[b-qvink0kiu6] { + justify-content: space-between; + } + + .top-row a[b-qvink0kiu6], .top-row .btn-link[b-qvink0kiu6] { + margin-left: 0; + } +} + +@media (min-width: 641px) { + .page[b-qvink0kiu6] { + flex-direction: row; + } + + .sidebar[b-qvink0kiu6] { + width: 250px; + height: 100vh; + position: sticky; + top: 0; + } + + .top-row[b-qvink0kiu6] { + position: sticky; + top: 0; + z-index: 1; + } + + .top-row[b-qvink0kiu6], article[b-qvink0kiu6] { + padding-left: 2rem !important; + padding-right: 1.5rem !important; + } +} diff --git a/TpBlazorr2/obj/Debug/net7.0/scopedcss/Shared/NavMenu.razor.rz.scp.css b/TpBlazorr2/obj/Debug/net7.0/scopedcss/Shared/NavMenu.razor.rz.scp.css new file mode 100644 index 0000000..d0628aa --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/scopedcss/Shared/NavMenu.razor.rz.scp.css @@ -0,0 +1,68 @@ +.navbar-toggler[b-a6y43r3zrt] { + background-color: rgba(255, 255, 255, 0.1); +} + +.top-row[b-a6y43r3zrt] { + height: 3.5rem; + background-color: rgba(0,0,0,0.4); +} + +.navbar-brand[b-a6y43r3zrt] { + font-size: 1.1rem; +} + +.oi[b-a6y43r3zrt] { + width: 2rem; + font-size: 1.1rem; + vertical-align: text-top; + top: -2px; +} + +.nav-item[b-a6y43r3zrt] { + font-size: 0.9rem; + padding-bottom: 0.5rem; +} + + .nav-item:first-of-type[b-a6y43r3zrt] { + padding-top: 1rem; + } + + .nav-item:last-of-type[b-a6y43r3zrt] { + padding-bottom: 1rem; + } + + .nav-item[b-a6y43r3zrt] a { + color: #d7d7d7; + border-radius: 4px; + height: 3rem; + display: flex; + align-items: center; + line-height: 3rem; + } + +.nav-item[b-a6y43r3zrt] a.active { + background-color: rgba(255,255,255,0.25); + color: white; +} + +.nav-item[b-a6y43r3zrt] a:hover { + background-color: rgba(255,255,255,0.1); + color: white; +} + +@media (min-width: 641px) { + .navbar-toggler[b-a6y43r3zrt] { + display: none; + } + + .collapse[b-a6y43r3zrt] { + /* Never collapse the sidebar for wide screens */ + display: block; + } + + .nav-scrollable[b-a6y43r3zrt] { + /* Allow sidebar to scroll for tall menus */ + height: calc(100vh - 3.5rem); + overflow-y: auto; + } +} diff --git a/TpBlazorr2/obj/Debug/net7.0/scopedcss/bundle/TpBlazorr2.styles.css b/TpBlazorr2/obj/Debug/net7.0/scopedcss/bundle/TpBlazorr2.styles.css new file mode 100644 index 0000000..ab693b0 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/scopedcss/bundle/TpBlazorr2.styles.css @@ -0,0 +1,140 @@ +/* _content/TpBlazorr2/Shared/MainLayout.razor.rz.scp.css */ +.page[b-qvink0kiu6] { + position: relative; + display: flex; + flex-direction: column; +} + +main[b-qvink0kiu6] { + flex: 1; +} + +.sidebar[b-qvink0kiu6] { + background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); +} + +.top-row[b-qvink0kiu6] { + background-color: #f7f7f7; + border-bottom: 1px solid #d6d5d5; + justify-content: flex-end; + height: 3.5rem; + display: flex; + align-items: center; +} + + .top-row[b-qvink0kiu6] a, .top-row .btn-link[b-qvink0kiu6] { + white-space: nowrap; + margin-left: 1.5rem; + } + + .top-row a:first-child[b-qvink0kiu6] { + overflow: hidden; + text-overflow: ellipsis; + } + +@media (max-width: 640.98px) { + .top-row:not(.auth)[b-qvink0kiu6] { + display: none; + } + + .top-row.auth[b-qvink0kiu6] { + justify-content: space-between; + } + + .top-row a[b-qvink0kiu6], .top-row .btn-link[b-qvink0kiu6] { + margin-left: 0; + } +} + +@media (min-width: 641px) { + .page[b-qvink0kiu6] { + flex-direction: row; + } + + .sidebar[b-qvink0kiu6] { + width: 250px; + height: 100vh; + position: sticky; + top: 0; + } + + .top-row[b-qvink0kiu6] { + position: sticky; + top: 0; + z-index: 1; + } + + .top-row[b-qvink0kiu6], article[b-qvink0kiu6] { + padding-left: 2rem !important; + padding-right: 1.5rem !important; + } +} +/* _content/TpBlazorr2/Shared/NavMenu.razor.rz.scp.css */ +.navbar-toggler[b-a6y43r3zrt] { + background-color: rgba(255, 255, 255, 0.1); +} + +.top-row[b-a6y43r3zrt] { + height: 3.5rem; + background-color: rgba(0,0,0,0.4); +} + +.navbar-brand[b-a6y43r3zrt] { + font-size: 1.1rem; +} + +.oi[b-a6y43r3zrt] { + width: 2rem; + font-size: 1.1rem; + vertical-align: text-top; + top: -2px; +} + +.nav-item[b-a6y43r3zrt] { + font-size: 0.9rem; + padding-bottom: 0.5rem; +} + + .nav-item:first-of-type[b-a6y43r3zrt] { + padding-top: 1rem; + } + + .nav-item:last-of-type[b-a6y43r3zrt] { + padding-bottom: 1rem; + } + + .nav-item[b-a6y43r3zrt] a { + color: #d7d7d7; + border-radius: 4px; + height: 3rem; + display: flex; + align-items: center; + line-height: 3rem; + } + +.nav-item[b-a6y43r3zrt] a.active { + background-color: rgba(255,255,255,0.25); + color: white; +} + +.nav-item[b-a6y43r3zrt] a:hover { + background-color: rgba(255,255,255,0.1); + color: white; +} + +@media (min-width: 641px) { + .navbar-toggler[b-a6y43r3zrt] { + display: none; + } + + .collapse[b-a6y43r3zrt] { + /* Never collapse the sidebar for wide screens */ + display: block; + } + + .nav-scrollable[b-a6y43r3zrt] { + /* Allow sidebar to scroll for tall menus */ + height: calc(100vh - 3.5rem); + overflow-y: auto; + } +} diff --git a/TpBlazorr2/obj/Debug/net7.0/scopedcss/projectbundle/TpBlazorr2.bundle.scp.css b/TpBlazorr2/obj/Debug/net7.0/scopedcss/projectbundle/TpBlazorr2.bundle.scp.css new file mode 100644 index 0000000..ab693b0 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/scopedcss/projectbundle/TpBlazorr2.bundle.scp.css @@ -0,0 +1,140 @@ +/* _content/TpBlazorr2/Shared/MainLayout.razor.rz.scp.css */ +.page[b-qvink0kiu6] { + position: relative; + display: flex; + flex-direction: column; +} + +main[b-qvink0kiu6] { + flex: 1; +} + +.sidebar[b-qvink0kiu6] { + background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); +} + +.top-row[b-qvink0kiu6] { + background-color: #f7f7f7; + border-bottom: 1px solid #d6d5d5; + justify-content: flex-end; + height: 3.5rem; + display: flex; + align-items: center; +} + + .top-row[b-qvink0kiu6] a, .top-row .btn-link[b-qvink0kiu6] { + white-space: nowrap; + margin-left: 1.5rem; + } + + .top-row a:first-child[b-qvink0kiu6] { + overflow: hidden; + text-overflow: ellipsis; + } + +@media (max-width: 640.98px) { + .top-row:not(.auth)[b-qvink0kiu6] { + display: none; + } + + .top-row.auth[b-qvink0kiu6] { + justify-content: space-between; + } + + .top-row a[b-qvink0kiu6], .top-row .btn-link[b-qvink0kiu6] { + margin-left: 0; + } +} + +@media (min-width: 641px) { + .page[b-qvink0kiu6] { + flex-direction: row; + } + + .sidebar[b-qvink0kiu6] { + width: 250px; + height: 100vh; + position: sticky; + top: 0; + } + + .top-row[b-qvink0kiu6] { + position: sticky; + top: 0; + z-index: 1; + } + + .top-row[b-qvink0kiu6], article[b-qvink0kiu6] { + padding-left: 2rem !important; + padding-right: 1.5rem !important; + } +} +/* _content/TpBlazorr2/Shared/NavMenu.razor.rz.scp.css */ +.navbar-toggler[b-a6y43r3zrt] { + background-color: rgba(255, 255, 255, 0.1); +} + +.top-row[b-a6y43r3zrt] { + height: 3.5rem; + background-color: rgba(0,0,0,0.4); +} + +.navbar-brand[b-a6y43r3zrt] { + font-size: 1.1rem; +} + +.oi[b-a6y43r3zrt] { + width: 2rem; + font-size: 1.1rem; + vertical-align: text-top; + top: -2px; +} + +.nav-item[b-a6y43r3zrt] { + font-size: 0.9rem; + padding-bottom: 0.5rem; +} + + .nav-item:first-of-type[b-a6y43r3zrt] { + padding-top: 1rem; + } + + .nav-item:last-of-type[b-a6y43r3zrt] { + padding-bottom: 1rem; + } + + .nav-item[b-a6y43r3zrt] a { + color: #d7d7d7; + border-radius: 4px; + height: 3rem; + display: flex; + align-items: center; + line-height: 3rem; + } + +.nav-item[b-a6y43r3zrt] a.active { + background-color: rgba(255,255,255,0.25); + color: white; +} + +.nav-item[b-a6y43r3zrt] a:hover { + background-color: rgba(255,255,255,0.1); + color: white; +} + +@media (min-width: 641px) { + .navbar-toggler[b-a6y43r3zrt] { + display: none; + } + + .collapse[b-a6y43r3zrt] { + /* Never collapse the sidebar for wide screens */ + display: block; + } + + .nav-scrollable[b-a6y43r3zrt] { + /* Allow sidebar to scroll for tall menus */ + height: calc(100vh - 3.5rem); + overflow-y: auto; + } +} diff --git a/TpBlazorr2/obj/Debug/net7.0/staticwebassets.build.json b/TpBlazorr2/obj/Debug/net7.0/staticwebassets.build.json new file mode 100644 index 0000000..aa4d146 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/staticwebassets.build.json @@ -0,0 +1,989 @@ +{ + "Version": 1, + "Hash": "r2QvDSyZpwKRL9LxSvYtOXn+9VwiXuiSd2pHMHETL4U=", + "Source": "TpBlazorr2", + "BasePath": "_content/TpBlazorr2", + "Mode": "Default", + "ManifestType": "Build", + "ReferencedProjectsConfiguration": [], + "DiscoveryPatterns": [ + { + "Name": "TpBlazorr2\\wwwroot", + "Source": "TpBlazorr2", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "Pattern": "**" + } + ], + "Assets": [ + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\blazorise.bootstrap.css", + "SourceId": "Blazorise.Bootstrap", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise.Bootstrap", + "RelativePath": "blazorise.bootstrap.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\blazorise.bootstrap.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\blazorise.bootstrap.min.css", + "SourceId": "Blazorise.Bootstrap", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise.Bootstrap", + "RelativePath": "blazorise.bootstrap.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\blazorise.bootstrap.min.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\modal.js", + "SourceId": "Blazorise.Bootstrap", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise.Bootstrap", + "RelativePath": "modal.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\modal.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\tooltip.js", + "SourceId": "Blazorise.Bootstrap", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise.Bootstrap", + "RelativePath": "tooltip.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\tooltip.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.datagrid\\1.3.3\\staticwebassets\\datagrid.js", + "SourceId": "Blazorise.DataGrid", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.datagrid\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise.DataGrid", + "RelativePath": "datagrid.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.datagrid\\1.3.3\\staticwebassets\\datagrid.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\blazorise.css", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "blazorise.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\blazorise.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\blazorise.min.css", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "blazorise.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\blazorise.min.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\breakpoint.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "breakpoint.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\breakpoint.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\button.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "button.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\button.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\closable.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "closable.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\closable.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\colorPicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "colorPicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\colorPicker.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\datePicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "datePicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\datePicker.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\dragDrop.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "dragDrop.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\dragDrop.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\dropdown.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "dropdown.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\dropdown.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\fileEdit.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "fileEdit.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\fileEdit.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\filePicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "filePicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\filePicker.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\floatingUi.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "floatingUi.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\floatingUi.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\inputMask.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "inputMask.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\inputMask.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\io.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "io.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\io.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\memoEdit.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "memoEdit.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\memoEdit.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\numericPicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "numericPicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\numericPicker.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\observer.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "observer.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\observer.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\table.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "table.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\table.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\textEdit.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "textEdit.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\textEdit.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\theme.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "theme.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\theme.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\timePicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "timePicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\timePicker.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\tooltip.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "tooltip.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\tooltip.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\utilities.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "utilities.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\utilities.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\validators\\DateTimeMaskValidator.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "validators/DateTimeMaskValidator.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\validators\\DateTimeMaskValidator.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\validators\\NoValidator.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "validators/NoValidator.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\validators\\NoValidator.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\validators\\NumericMaskValidator.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "validators/NumericMaskValidator.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\validators\\NumericMaskValidator.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\validators\\RegExMaskValidator.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "validators/RegExMaskValidator.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\validators\\RegExMaskValidator.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\autoNumeric.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/autoNumeric.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\autoNumeric.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\Behave.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/Behave.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\Behave.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\flatpickr.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/flatpickr.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\flatpickr.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\floating-ui.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/floating-ui.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\floating-ui.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\floating-ui-core.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/floating-ui-core.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\floating-ui-core.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\inputmask.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/inputmask.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\inputmask.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\jsencrypt.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/jsencrypt.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\jsencrypt.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\Pickr.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/Pickr.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\Pickr.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\sha512.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/sha512.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\vendors\\sha512.js" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\bundle\\TpBlazorr2.styles.css", + "SourceId": "TpBlazorr2", + "SourceType": "Computed", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\bundle\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "TpBlazorr2.styles.css", + "AssetKind": "All", + "AssetMode": "CurrentProject", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "ScopedCss", + "AssetTraitValue": "ApplicationBundle", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\bundle\\TpBlazorr2.styles.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\projectbundle\\TpBlazorr2.bundle.scp.css", + "SourceId": "TpBlazorr2", + "SourceType": "Computed", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\projectbundle\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "TpBlazorr2.bundle.scp.css", + "AssetKind": "All", + "AssetMode": "Reference", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "ScopedCss", + "AssetTraitValue": "ProjectBundle", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\projectbundle\\TpBlazorr2.bundle.scp.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\bootstrap\\bootstrap.min.css", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/bootstrap/bootstrap.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\bootstrap\\bootstrap.min.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\bootstrap\\bootstrap.min.css.map", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/bootstrap/bootstrap.min.css.map", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\bootstrap\\bootstrap.min.css.map" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/font/css/open-iconic-bootstrap.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/font/fonts/open-iconic.eot", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/font/fonts/open-iconic.otf", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/font/fonts/open-iconic.svg", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/font/fonts/open-iconic.ttf", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/font/fonts/open-iconic.woff", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\FONT-LICENSE", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/FONT-LICENSE", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\FONT-LICENSE" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\ICON-LICENSE", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/ICON-LICENSE", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\ICON-LICENSE" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\README.md", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/open-iconic/README.md", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\open-iconic\\README.md" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\site.css", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "css/site.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\site.css" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\fake-data.json", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "fake-data.json", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\fake-data.json" + }, + { + "Identity": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\favicon.png", + "SourceId": "TpBlazorr2", + "SourceType": "Discovered", + "ContentRoot": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\", + "BasePath": "_content/TpBlazorr2", + "RelativePath": "favicon.png", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\favicon.png" + } + ] +} \ No newline at end of file diff --git a/TpBlazorr2/obj/Debug/net7.0/staticwebassets.development.json b/TpBlazorr2/obj/Debug/net7.0/staticwebassets.development.json new file mode 100644 index 0000000..a4244ec --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/staticwebassets.development.json @@ -0,0 +1 @@ +{"ContentRoots":["C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\","C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\staticwebassets\\","C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.datagrid\\1.3.3\\staticwebassets\\","C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\staticwebassets\\","C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"open-iconic":{"Children":{"FONT-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/FONT-LICENSE"},"Patterns":null},"font":{"Children":{"css":{"Children":{"open-iconic-bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/css/open-iconic-bootstrap.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"open-iconic.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.eot"},"Patterns":null},"open-iconic.otf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.otf"},"Patterns":null},"open-iconic.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.svg"},"Patterns":null},"open-iconic.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.ttf"},"Patterns":null},"open-iconic.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.woff"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ICON-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/ICON-LICENSE"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fake-data.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fake-data.json"},"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"_content":{"Children":{"Blazorise":{"Children":{"blazorise.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.css"},"Patterns":null},"blazorise.min.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.min.css"},"Patterns":null},"breakpoint.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"breakpoint.js"},"Patterns":null},"button.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"button.js"},"Patterns":null},"closable.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"closable.js"},"Patterns":null},"colorPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"colorPicker.js"},"Patterns":null},"datePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"datePicker.js"},"Patterns":null},"dragDrop.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dragDrop.js"},"Patterns":null},"dropdown.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dropdown.js"},"Patterns":null},"fileEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"fileEdit.js"},"Patterns":null},"filePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"filePicker.js"},"Patterns":null},"floatingUi.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"floatingUi.js"},"Patterns":null},"inputMask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"inputMask.js"},"Patterns":null},"io.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"io.js"},"Patterns":null},"memoEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"memoEdit.js"},"Patterns":null},"numericPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"numericPicker.js"},"Patterns":null},"observer.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"observer.js"},"Patterns":null},"table.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"table.js"},"Patterns":null},"textEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"textEdit.js"},"Patterns":null},"theme.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"theme.js"},"Patterns":null},"timePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"timePicker.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"tooltip.js"},"Patterns":null},"utilities.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"utilities.js"},"Patterns":null},"validators":{"Children":{"DateTimeMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/DateTimeMaskValidator.js"},"Patterns":null},"NoValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NoValidator.js"},"Patterns":null},"NumericMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NumericMaskValidator.js"},"Patterns":null},"RegExMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/RegExMaskValidator.js"},"Patterns":null}},"Asset":null,"Patterns":null},"vendors":{"Children":{"autoNumeric.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/autoNumeric.js"},"Patterns":null},"Behave.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Behave.js"},"Patterns":null},"flatpickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/flatpickr.js"},"Patterns":null},"floating-ui-core.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/floating-ui-core.js"},"Patterns":null},"floating-ui.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/floating-ui.js"},"Patterns":null},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/inputmask.js"},"Patterns":null},"jsencrypt.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/jsencrypt.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Pickr.js"},"Patterns":null},"sha512.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/sha512.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.DataGrid":{"Children":{"datagrid.js":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"datagrid.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.Bootstrap":{"Children":{"blazorise.bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.css"},"Patterns":null},"blazorise.bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.min.css"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"modal.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"tooltip.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"TpBlazorr2.styles.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"TpBlazorr2.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/TpBlazorr2/obj/Debug/net7.0/staticwebassets.pack.json b/TpBlazorr2/obj/Debug/net7.0/staticwebassets.pack.json new file mode 100644 index 0000000..fe675eb --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/staticwebassets.pack.json @@ -0,0 +1,81 @@ +{ + "Files": [ + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\Debug\\net7.0\\scopedcss\\projectbundle\\TpBlazorr2.bundle.scp.css", + "PackagePath": "staticwebassets\\TpBlazorr2.bundle.scp.css" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\bootstrap\\bootstrap.min.css", + "PackagePath": "staticwebassets\\css\\bootstrap\\bootstrap.min.css" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\bootstrap\\bootstrap.min.css.map", + "PackagePath": "staticwebassets\\css\\bootstrap\\bootstrap.min.css.map" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\FONT-LICENSE", + "PackagePath": "staticwebassets\\css\\open-iconic" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\ICON-LICENSE", + "PackagePath": "staticwebassets\\css\\open-iconic" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\README.md", + "PackagePath": "staticwebassets\\css\\open-iconic\\README.md" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css", + "PackagePath": "staticwebassets\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot", + "PackagePath": "staticwebassets\\css\\open-iconic\\font\\fonts\\open-iconic.eot" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf", + "PackagePath": "staticwebassets\\css\\open-iconic\\font\\fonts\\open-iconic.otf" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg", + "PackagePath": "staticwebassets\\css\\open-iconic\\font\\fonts\\open-iconic.svg" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf", + "PackagePath": "staticwebassets\\css\\open-iconic\\font\\fonts\\open-iconic.ttf" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff", + "PackagePath": "staticwebassets\\css\\open-iconic\\font\\fonts\\open-iconic.woff" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\css\\site.css", + "PackagePath": "staticwebassets\\css\\site.css" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\fake-data.json", + "PackagePath": "staticwebassets\\fake-data.json" + }, + { + "Id": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\wwwroot\\favicon.png", + "PackagePath": "staticwebassets\\favicon.png" + }, + { + "Id": "obj\\Debug\\net7.0\\staticwebassets\\msbuild.TpBlazorr2.Microsoft.AspNetCore.StaticWebAssets.props", + "PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssets.props" + }, + { + "Id": "obj\\Debug\\net7.0\\staticwebassets\\msbuild.build.TpBlazorr2.props", + "PackagePath": "build\\TpBlazorr2.props" + }, + { + "Id": "obj\\Debug\\net7.0\\staticwebassets\\msbuild.buildMultiTargeting.TpBlazorr2.props", + "PackagePath": "buildMultiTargeting\\TpBlazorr2.props" + }, + { + "Id": "obj\\Debug\\net7.0\\staticwebassets\\msbuild.buildTransitive.TpBlazorr2.props", + "PackagePath": "buildTransitive\\TpBlazorr2.props" + } + ], + "ElementsToRemove": [] +} \ No newline at end of file diff --git a/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.TpBlazorr2.Microsoft.AspNetCore.StaticWebAssets.props b/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.TpBlazorr2.Microsoft.AspNetCore.StaticWebAssets.props new file mode 100644 index 0000000..d797254 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.TpBlazorr2.Microsoft.AspNetCore.StaticWebAssets.props @@ -0,0 +1,244 @@ + + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/bootstrap/bootstrap.min.css + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\bootstrap\bootstrap.min.css)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/bootstrap/bootstrap.min.css.map + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\bootstrap\bootstrap.min.css.map)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/FONT-LICENSE + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\FONT-LICENSE)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/font/css/open-iconic-bootstrap.min.css + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\font\css\open-iconic-bootstrap.min.css)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/font/fonts/open-iconic.eot + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\font\fonts\open-iconic.eot)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/font/fonts/open-iconic.otf + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\font\fonts\open-iconic.otf)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/font/fonts/open-iconic.svg + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\font\fonts\open-iconic.svg)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/font/fonts/open-iconic.ttf + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\font\fonts\open-iconic.ttf)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/font/fonts/open-iconic.woff + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\font\fonts\open-iconic.woff)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/ICON-LICENSE + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\ICON-LICENSE)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/open-iconic/README.md + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\open-iconic\README.md)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + css/site.css + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\site.css)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + fake-data.json + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\fake-data.json)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + favicon.png + All + All + Primary + + + + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\favicon.png)) + + + Package + TpBlazorr2 + $(MSBuildThisFileDirectory)..\staticwebassets\ + _content/TpBlazorr2 + TpBlazorr2.bundle.scp.css + All + Reference + Primary + + ScopedCss + ProjectBundle + Never + PreserveNewest + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\TpBlazorr2.bundle.scp.css)) + + + \ No newline at end of file diff --git a/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.build.TpBlazorr2.props b/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.build.TpBlazorr2.props new file mode 100644 index 0000000..c12810d --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.build.TpBlazorr2.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.TpBlazorr2.props b/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.TpBlazorr2.props new file mode 100644 index 0000000..5661c51 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.TpBlazorr2.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.TpBlazorr2.props b/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.TpBlazorr2.props new file mode 100644 index 0000000..2029ab8 --- /dev/null +++ b/TpBlazorr2/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.TpBlazorr2.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.dgspec.json b/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.dgspec.json new file mode 100644 index 0000000..38ce31b --- /dev/null +++ b/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.dgspec.json @@ -0,0 +1,85 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\TpBlazorr2.csproj": {} + }, + "projects": { + "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\TpBlazorr2.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\TpBlazorr2.csproj", + "projectName": "TpBlazorr2", + "projectPath": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\TpBlazorr2.csproj", + "packagesPath": "C:\\Users\\axvanbraba\\.nuget\\packages\\", + "outputPath": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\axvanbraba\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "dependencies": { + "Blazorise.Bootstrap": { + "target": "Package", + "version": "[1.3.3, )" + }, + "Blazorise.DataGrid": { + "target": "Package", + "version": "[1.3.3, )" + }, + "Blazorise.Icons.FontAwesome": { + "target": "Package", + "version": "[1.3.3, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.g.props b/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.g.props new file mode 100644 index 0000000..a3e5969 --- /dev/null +++ b/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.g.props @@ -0,0 +1,21 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\axvanbraba\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.5.0 + + + + + + + + + + + \ No newline at end of file diff --git a/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.g.targets b/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.g.targets new file mode 100644 index 0000000..e225d60 --- /dev/null +++ b/TpBlazorr2/obj/TpBlazorr2.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/TpBlazorr2/obj/project.assets.json b/TpBlazorr2/obj/project.assets.json new file mode 100644 index 0000000..25fd915 --- /dev/null +++ b/TpBlazorr2/obj/project.assets.json @@ -0,0 +1,5445 @@ +{ + "version": 3, + "targets": { + "net7.0": { + "Blazorise/1.3.3": { + "type": "package", + "dependencies": { + "Blazorise.Licensing": "1.1.0", + "DeepCloner": "0.10.4", + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Web": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net7.0/Blazorise.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Blazorise.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/Blazorise.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Blazorise.props": {} + } + }, + "Blazorise.Bootstrap/1.3.3": { + "type": "package", + "dependencies": { + "Blazorise": "1.3.3", + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Web": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net7.0/Blazorise.Bootstrap.dll": {} + }, + "runtime": { + "lib/net7.0/Blazorise.Bootstrap.dll": {} + }, + "build": { + "buildTransitive/Blazorise.Bootstrap.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Blazorise.Bootstrap.props": {} + } + }, + "Blazorise.DataGrid/1.3.3": { + "type": "package", + "dependencies": { + "Blazorise": "1.3.3", + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Web": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net7.0/Blazorise.DataGrid.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Blazorise.DataGrid.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/Blazorise.DataGrid.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Blazorise.DataGrid.props": {} + } + }, + "Blazorise.Icons.FontAwesome/1.3.3": { + "type": "package", + "dependencies": { + "Blazorise": "1.3.3", + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Web": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net7.0/Blazorise.Icons.FontAwesome.dll": {} + }, + "runtime": { + "lib/net7.0/Blazorise.Icons.FontAwesome.dll": {} + } + }, + "Blazorise.Licensing/1.1.0": { + "type": "package", + "compile": { + "lib/net7.0/Blazorise.Licensing.dll": {} + }, + "runtime": { + "lib/net7.0/Blazorise.Licensing.dll": {} + } + }, + "DeepCloner/0.10.4": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.3/DeepCloner.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/DeepCloner.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authorization/7.0.14": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Metadata": "7.0.14", + "Microsoft.Extensions.Logging.Abstractions": "7.0.1", + "Microsoft.Extensions.Options": "7.0.1" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Authorization.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Authorization.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Components/7.0.14": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authorization": "7.0.14", + "Microsoft.AspNetCore.Components.Analyzers": "7.0.14" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Components.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Components.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Components.Analyzers/7.0.14": { + "type": "package", + "build": { + "buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets": {} + } + }, + "Microsoft.AspNetCore.Components.Forms/7.0.14": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Components": "7.0.14" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Components.Forms.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Components.Forms.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Components.Web/7.0.14": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Components": "7.0.14", + "Microsoft.AspNetCore.Components.Forms": "7.0.14", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.JSInterop": "7.0.14", + "System.IO.Pipelines": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Components.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Components.Web.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Metadata/7.0.14": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Metadata.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/7.0.1": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/7.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.JSInterop/7.0.14": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.JSInterop.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.JSInterop.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "debian.8-x64" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.23-x64" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.24-x64" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Http/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.13.2-x64" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "rhel.7-x64" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.14.04-x64" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.04-x64" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.10-x64" + } + } + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.dll": {} + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } + } + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } + } + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + } + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Pipelines/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } + } + }, + "System.ObjectModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.Numerics/4.3.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtimeTargets": { + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + } + } + }, + "libraries": { + "Blazorise/1.3.3": { + "sha512": "fthikFkWQ65VkKzY7dt6FCFZFVbSmCVmYtOItfJrA9ZScICeU94uVivOv7MaWQboMP7ku/Ap7NKSgICrz4i1Pw==", + "type": "package", + "path": "blazorise/1.3.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Blazorise.png", + "LICENSE.md", + "blazorise.1.3.3.nupkg.sha512", + "blazorise.nuspec", + "build/Blazorise.props", + "build/Microsoft.AspNetCore.StaticWebAssets.props", + "buildMultiTargeting/Blazorise.props", + "buildTransitive/Blazorise.props", + "lib/net6.0/Blazorise.dll", + "lib/net6.0/Blazorise.xml", + "lib/net7.0/Blazorise.dll", + "lib/net7.0/Blazorise.xml", + "lib/net8.0/Blazorise.dll", + "lib/net8.0/Blazorise.xml", + "staticwebassets/blazorise.css", + "staticwebassets/blazorise.min.css", + "staticwebassets/breakpoint.js", + "staticwebassets/button.js", + "staticwebassets/closable.js", + "staticwebassets/colorPicker.js", + "staticwebassets/datePicker.js", + "staticwebassets/dragDrop.js", + "staticwebassets/dropdown.js", + "staticwebassets/fileEdit.js", + "staticwebassets/filePicker.js", + "staticwebassets/floatingUi.js", + "staticwebassets/inputMask.js", + "staticwebassets/io.js", + "staticwebassets/memoEdit.js", + "staticwebassets/numericPicker.js", + "staticwebassets/observer.js", + "staticwebassets/table.js", + "staticwebassets/textEdit.js", + "staticwebassets/theme.js", + "staticwebassets/timePicker.js", + "staticwebassets/tooltip.js", + "staticwebassets/utilities.js", + "staticwebassets/validators/DateTimeMaskValidator.js", + "staticwebassets/validators/NoValidator.js", + "staticwebassets/validators/NumericMaskValidator.js", + "staticwebassets/validators/RegExMaskValidator.js", + "staticwebassets/vendors/Behave.js", + "staticwebassets/vendors/Pickr.js", + "staticwebassets/vendors/autoNumeric.js", + "staticwebassets/vendors/flatpickr.js", + "staticwebassets/vendors/floating-ui-core.js", + "staticwebassets/vendors/floating-ui.js", + "staticwebassets/vendors/inputmask.js", + "staticwebassets/vendors/jsencrypt.js", + "staticwebassets/vendors/sha512.js" + ] + }, + "Blazorise.Bootstrap/1.3.3": { + "sha512": "LOTJSplGQnxYi8Gb81FdkSdnaZQXVe5N9x3ey2kWpKHoesN575H2CGVCrs+tVWQbjXjZ0EFXlxs0z1BU/RhFlw==", + "type": "package", + "path": "blazorise.bootstrap/1.3.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Blazorise.png", + "LICENSE.md", + "blazorise.bootstrap.1.3.3.nupkg.sha512", + "blazorise.bootstrap.nuspec", + "build/Blazorise.Bootstrap.props", + "build/Microsoft.AspNetCore.StaticWebAssets.props", + "buildMultiTargeting/Blazorise.Bootstrap.props", + "buildTransitive/Blazorise.Bootstrap.props", + "lib/net6.0/Blazorise.Bootstrap.dll", + "lib/net7.0/Blazorise.Bootstrap.dll", + "lib/net8.0/Blazorise.Bootstrap.dll", + "staticwebassets/blazorise.bootstrap.css", + "staticwebassets/blazorise.bootstrap.min.css", + "staticwebassets/modal.js", + "staticwebassets/tooltip.js" + ] + }, + "Blazorise.DataGrid/1.3.3": { + "sha512": "qv0WMv2uagisVOm/7qcHk6OOpKCHDg1VOE8z1adLv+ksgY19o+yoPSix1MPcGd5fz0DsrvKJl5g2f7VbbgMZZQ==", + "type": "package", + "path": "blazorise.datagrid/1.3.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Blazorise.png", + "LICENSE.md", + "blazorise.datagrid.1.3.3.nupkg.sha512", + "blazorise.datagrid.nuspec", + "build/Blazorise.DataGrid.props", + "build/Microsoft.AspNetCore.StaticWebAssets.props", + "buildMultiTargeting/Blazorise.DataGrid.props", + "buildTransitive/Blazorise.DataGrid.props", + "lib/net6.0/Blazorise.DataGrid.dll", + "lib/net6.0/Blazorise.DataGrid.xml", + "lib/net7.0/Blazorise.DataGrid.dll", + "lib/net7.0/Blazorise.DataGrid.xml", + "lib/net8.0/Blazorise.DataGrid.dll", + "lib/net8.0/Blazorise.DataGrid.xml", + "staticwebassets/datagrid.js" + ] + }, + "Blazorise.Icons.FontAwesome/1.3.3": { + "sha512": "TAVvrWknhX50eagNo3+Y9ZiUD2vYy4mTSNMzukWDLIpWb+kxmDtbM2463wE124qhW7TZFYJ2gzD3vCZXYj0VdQ==", + "type": "package", + "path": "blazorise.icons.fontawesome/1.3.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Blazorise.png", + "LICENSE.md", + "blazorise.icons.fontawesome.1.3.3.nupkg.sha512", + "blazorise.icons.fontawesome.nuspec", + "lib/net6.0/Blazorise.Icons.FontAwesome.dll", + "lib/net7.0/Blazorise.Icons.FontAwesome.dll", + "lib/net8.0/Blazorise.Icons.FontAwesome.dll" + ] + }, + "Blazorise.Licensing/1.1.0": { + "sha512": "QDHl4m8ixmq+xIsW3d0kHBpJYJPqMBzbNCFhtEsqSrmrAPMEmSVm6r9pprkgT51leeqvkPxuy22Osiql48KgDQ==", + "type": "package", + "path": "blazorise.licensing/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Blazorise.png", + "LICENSE.md", + "blazorise.licensing.1.1.0.nupkg.sha512", + "blazorise.licensing.nuspec", + "lib/net6.0/Blazorise.Licensing.dll", + "lib/net7.0/Blazorise.Licensing.dll" + ] + }, + "DeepCloner/0.10.4": { + "sha512": "z8ASd9bjXkVjcnIrwUKrxb/bPi/gvG5NX3nv7MHK/5QrlYwbK7N5ZTDNaYXQ5qunaUCMGN0UHdgkNARIEBTEyA==", + "type": "package", + "path": "deepcloner/0.10.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "deepcloner.0.10.4.nupkg.sha512", + "deepcloner.nuspec", + "images/deepcloner-nuget-ico.png", + "lib/net40/DeepCloner.dll", + "lib/net40/DeepCloner.xml", + "lib/netstandard1.3/DeepCloner.dll", + "lib/netstandard1.3/DeepCloner.xml" + ] + }, + "Microsoft.AspNetCore.Authorization/7.0.14": { + "sha512": "F4uM+ZIljMV2hF+LC4qRjswLsG21EO5pH07j9ec0H2eXFHlNoC1qIagHxgoQA2spkImqrBgIhWDog6VRQODTNw==", + "type": "package", + "path": "microsoft.aspnetcore.authorization/7.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Authorization.dll", + "lib/net462/Microsoft.AspNetCore.Authorization.xml", + "lib/net7.0/Microsoft.AspNetCore.Authorization.dll", + "lib/net7.0/Microsoft.AspNetCore.Authorization.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.xml", + "microsoft.aspnetcore.authorization.7.0.14.nupkg.sha512", + "microsoft.aspnetcore.authorization.nuspec" + ] + }, + "Microsoft.AspNetCore.Components/7.0.14": { + "sha512": "UyCH0KPXTXQVf3/IzFAGLmHVN6HjLB1JjRQhyOuTIG3bJVMaKjg3zi0F8z3bAH16S5iMaNNd8dqpby8cd98aSg==", + "type": "package", + "path": "microsoft.aspnetcore.components/7.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.txt", + "lib/net7.0/Microsoft.AspNetCore.Components.dll", + "lib/net7.0/Microsoft.AspNetCore.Components.xml", + "microsoft.aspnetcore.components.7.0.14.nupkg.sha512", + "microsoft.aspnetcore.components.nuspec" + ] + }, + "Microsoft.AspNetCore.Components.Analyzers/7.0.14": { + "sha512": "qdhspIGt1B04iqIhxrch4ZJ/l+pjDMaibHdgaANbLVZBaV9qfc66TcGh82+dz2wyn2hZdYRlAw1oe4WIQpK5CQ==", + "type": "package", + "path": "microsoft.aspnetcore.components.analyzers/7.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.txt", + "analyzers/dotnet/cs/Microsoft.AspNetCore.Components.Analyzers.dll", + "build/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets", + "buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets", + "microsoft.aspnetcore.components.analyzers.7.0.14.nupkg.sha512", + "microsoft.aspnetcore.components.analyzers.nuspec" + ] + }, + "Microsoft.AspNetCore.Components.Forms/7.0.14": { + "sha512": "rzCBjZbuGIi+u4JYgw8sZ2cmBpm8hPwvCRGwCLmXFStSMCTZ9zogxVGFNXCUr2SvckOMZsm6liyOnddEUWv9Ng==", + "type": "package", + "path": "microsoft.aspnetcore.components.forms/7.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.txt", + "lib/net7.0/Microsoft.AspNetCore.Components.Forms.dll", + "lib/net7.0/Microsoft.AspNetCore.Components.Forms.xml", + "microsoft.aspnetcore.components.forms.7.0.14.nupkg.sha512", + "microsoft.aspnetcore.components.forms.nuspec" + ] + }, + "Microsoft.AspNetCore.Components.Web/7.0.14": { + "sha512": "6NUZNP2SulUqj4kQeap6AzlZWfMSAGoi2M/RKS2m/t2sy0J097IwNEjdLXpF4krWuNbSsCq3QvcVhEt563fvVQ==", + "type": "package", + "path": "microsoft.aspnetcore.components.web/7.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.txt", + "lib/net7.0/Microsoft.AspNetCore.Components.Web.dll", + "lib/net7.0/Microsoft.AspNetCore.Components.Web.xml", + "microsoft.aspnetcore.components.web.7.0.14.nupkg.sha512", + "microsoft.aspnetcore.components.web.nuspec" + ] + }, + "Microsoft.AspNetCore.Metadata/7.0.14": { + "sha512": "c5QBvWR294bUxA5bePGHjO6y2/hK3yF6WCGH+FVMnG5kjpD1pfgBmgnQUmpxkL34Ql26jlWUyfu/7rsBu4nJtw==", + "type": "package", + "path": "microsoft.aspnetcore.metadata/7.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.Metadata.dll", + "lib/net462/Microsoft.AspNetCore.Metadata.xml", + "lib/net7.0/Microsoft.AspNetCore.Metadata.dll", + "lib/net7.0/Microsoft.AspNetCore.Metadata.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Metadata.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Metadata.xml", + "microsoft.aspnetcore.metadata.7.0.14.nupkg.sha512", + "microsoft.aspnetcore.metadata.nuspec" + ] + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "sha512": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/7.0.1": { + "sha512": "pkeBFx0vqMW/A3aUVHh7MPu3WkBhaVlezhSZeb1c9XD0vUReYH1TLFSy5MxJgZfmz5LZzYoErMorlYZiwpOoNA==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/7.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.7.0.1.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Options/7.0.1": { + "sha512": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", + "type": "package", + "path": "microsoft.extensions.options/7.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.7.0.1.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/7.0.0": { + "sha512": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", + "type": "package", + "path": "microsoft.extensions.primitives/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.7.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.JSInterop/7.0.14": { + "sha512": "5+YxHnaDo5p+o+4FeQAitO/Sehr/hOo9a+psA2PT+hdup0OpKjuLuXTqqlrC96Yl57/Y1N24GeY8x/RrJ+k5MQ==", + "type": "package", + "path": "microsoft.jsinterop/7.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net7.0/Microsoft.JSInterop.dll", + "lib/net7.0/Microsoft.JSInterop.xml", + "microsoft.jsinterop.7.0.14.nupkg.sha512", + "microsoft.jsinterop.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "type": "package", + "path": "microsoft.netcore.platforms/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.Win32.Primitives/4.3.0": { + "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "type": "package", + "path": "microsoft.win32.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.win32.primitives.4.3.0.nupkg.sha512", + "microsoft.win32.primitives.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "NETStandard.Library/1.6.1": { + "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "type": "package", + "path": "netstandard.library/1.6.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "netstandard.library.1.6.1.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", + "type": "package", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", + "type": "package", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", + "type": "package", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "runtime.native.System.IO.Compression/4.3.0": { + "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "type": "package", + "path": "runtime.native.system.io.compression/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.native.system.io.compression.nuspec" + ] + }, + "runtime.native.System.Net.Http/4.3.0": { + "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "type": "package", + "path": "runtime.native.system.net.http/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.net.http.4.3.0.nupkg.sha512", + "runtime.native.system.net.http.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.apple.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", + "type": "package", + "path": "runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.openssl.nuspec" + ] + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", + "type": "package", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", + "type": "package", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" + ] + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", + "type": "package", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", + "type": "package", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", + "type": "package", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", + "type": "package", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "System.AppContext/4.3.0": { + "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "type": "package", + "path": "system.appcontext/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.AppContext.dll", + "lib/net463/System.AppContext.dll", + "lib/netcore50/System.AppContext.dll", + "lib/netstandard1.6/System.AppContext.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.AppContext.dll", + "ref/net463/System.AppContext.dll", + "ref/netstandard/_._", + "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", + "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll", + "system.appcontext.4.3.0.nupkg.sha512", + "system.appcontext.nuspec" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll", + "system.buffers.4.3.0.nupkg.sha512", + "system.buffers.nuspec" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.3.0": { + "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "type": "package", + "path": "system.collections.concurrent/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", + "lib/netstandard1.3/System.Collections.Concurrent.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.concurrent.4.3.0.nupkg.sha512", + "system.collections.concurrent.nuspec" + ] + }, + "System.Console/4.3.0": { + "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "type": "package", + "path": "system.console/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.console.4.3.0.nupkg.sha512", + "system.console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.debug.4.3.0.nupkg.sha512", + "system.diagnostics.debug.nuspec" + ] + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec" + ] + }, + "System.Diagnostics.Tools/4.3.0": { + "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "type": "package", + "path": "system.diagnostics.tools/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tools.4.3.0.nupkg.sha512", + "system.diagnostics.tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tracing.4.3.0.nupkg.sha512", + "system.diagnostics.tracing.nuspec" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.3.0": { + "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "type": "package", + "path": "system.globalization.calendars/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.calendars.4.3.0.nupkg.sha512", + "system.globalization.calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.3.0": { + "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "type": "package", + "path": "system.globalization.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", + "runtimes/win/lib/net46/System.Globalization.Extensions.dll", + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", + "system.globalization.extensions.4.3.0.nupkg.sha512", + "system.globalization.extensions.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.Compression/4.3.0": { + "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", + "type": "package", + "path": "system.io.compression/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win/lib/net46/System.IO.Compression.dll", + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", + "system.io.compression.4.3.0.nupkg.sha512", + "system.io.compression.nuspec" + ] + }, + "System.IO.Compression.ZipFile/4.3.0": { + "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "type": "package", + "path": "system.io.compression.zipfile/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.Compression.ZipFile.dll", + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.compression.zipfile.4.3.0.nupkg.sha512", + "system.io.compression.zipfile.nuspec" + ] + }, + "System.IO.FileSystem/4.3.0": { + "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "type": "package", + "path": "system.io.filesystem/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.4.3.0.nupkg.sha512", + "system.io.filesystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "type": "package", + "path": "system.io.filesystem.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "system.io.filesystem.primitives.nuspec" + ] + }, + "System.IO.Pipelines/7.0.0": { + "sha512": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==", + "type": "package", + "path": "system.io.pipelines/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.IO.Pipelines.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", + "lib/net462/System.IO.Pipelines.dll", + "lib/net462/System.IO.Pipelines.xml", + "lib/net6.0/System.IO.Pipelines.dll", + "lib/net6.0/System.IO.Pipelines.xml", + "lib/net7.0/System.IO.Pipelines.dll", + "lib/net7.0/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "system.io.pipelines.7.0.0.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Linq/4.3.0": { + "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "type": "package", + "path": "system.linq/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" + ] + }, + "System.Linq.Expressions/4.3.0": { + "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "type": "package", + "path": "system.linq.expressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", + "system.linq.expressions.4.3.0.nupkg.sha512", + "system.linq.expressions.nuspec" + ] + }, + "System.Net.Http/4.3.0": { + "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "type": "package", + "path": "system.net.http/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", + "system.net.http.4.3.0.nupkg.sha512", + "system.net.http.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Net.Sockets/4.3.0": { + "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "type": "package", + "path": "system.net.sockets/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.sockets.4.3.0.nupkg.sha512", + "system.net.sockets.nuspec" + ] + }, + "System.ObjectModel/4.3.0": { + "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "type": "package", + "path": "system.objectmodel/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.objectmodel.4.3.0.nupkg.sha512", + "system.objectmodel.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.3.0": { + "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "type": "package", + "path": "system.reflection.emit/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/xamarinmac20/_._", + "system.reflection.emit.4.3.0.nupkg.sha512", + "system.reflection.emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "type": "package", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "system.reflection.emit.ilgeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "type": "package", + "path": "system.reflection.emit.lightweight/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.3.0": { + "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "type": "package", + "path": "system.reflection.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", + "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.extensions.4.3.0.nupkg.sha512", + "system.reflection.extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.3.0": { + "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "type": "package", + "path": "system.reflection.typeextensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net462/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net462/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "system.reflection.typeextensions.4.3.0.nupkg.sha512", + "system.reflection.typeextensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.handles.4.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.interopservices.4.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "type": "package", + "path": "system.runtime.interopservices.runtimeinformation/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "system.runtime.interopservices.runtimeinformation.nuspec" + ] + }, + "System.Runtime.Numerics/4.3.0": { + "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", + "type": "package", + "path": "system.runtime.numerics/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/netstandard1.3/System.Runtime.Numerics.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", + "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.numerics.4.3.0.nupkg.sha512", + "system.runtime.numerics.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "type": "package", + "path": "system.security.cryptography.algorithms/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/net461/System.Security.Cryptography.Algorithms.dll", + "lib/net463/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/net461/System.Security.Cryptography.Algorithms.dll", + "ref/net463/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "system.security.cryptography.algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.3.0": { + "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", + "type": "package", + "path": "system.security.cryptography.cng/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net463/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net463/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "system.security.cryptography.cng.4.3.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.3.0": { + "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "type": "package", + "path": "system.security.cryptography.csp/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "system.security.cryptography.csp.4.3.0.nupkg.sha512", + "system.security.cryptography.csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", + "type": "package", + "path": "system.security.cryptography.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "system.security.cryptography.encoding.nuspec" + ] + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "type": "package", + "path": "system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "system.security.cryptography.openssl.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", + "type": "package", + "path": "system.security.cryptography.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "system.security.cryptography.primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", + "type": "package", + "path": "system.security.cryptography.x509certificates/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "system.security.cryptography.x509certificates.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.extensions.4.3.0.nupkg.sha512", + "system.text.encoding.extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.3.0": { + "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "type": "package", + "path": "system.text.regularexpressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.regularexpressions.4.3.0.nupkg.sha512", + "system.text.regularexpressions.nuspec" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", + "type": "package", + "path": "system.threading.tasks.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "system.threading.tasks.extensions.nuspec" + ] + }, + "System.Threading.Timer/4.3.0": { + "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "type": "package", + "path": "system.threading.timer/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.timer.4.3.0.nupkg.sha512", + "system.threading.timer.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.3.0": { + "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "type": "package", + "path": "system.xml.readerwriter/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.Xml.ReaderWriter.dll", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.readerwriter.4.3.0.nupkg.sha512", + "system.xml.readerwriter.nuspec" + ] + }, + "System.Xml.XDocument/4.3.0": { + "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "type": "package", + "path": "system.xml.xdocument/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xdocument.4.3.0.nupkg.sha512", + "system.xml.xdocument.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "net7.0": [ + "Blazorise.Bootstrap >= 1.3.3", + "Blazorise.DataGrid >= 1.3.3", + "Blazorise.Icons.FontAwesome >= 1.3.3" + ] + }, + "packageFolders": { + "C:\\Users\\axvanbraba\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\TpBlazorr2.csproj", + "projectName": "TpBlazorr2", + "projectPath": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\TpBlazorr2.csproj", + "packagesPath": "C:\\Users\\axvanbraba\\.nuget\\packages\\", + "outputPath": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\axvanbraba\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "dependencies": { + "Blazorise.Bootstrap": { + "target": "Package", + "version": "[1.3.3, )" + }, + "Blazorise.DataGrid": { + "target": "Package", + "version": "[1.3.3, )" + }, + "Blazorise.Icons.FontAwesome": { + "target": "Package", + "version": "[1.3.3, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/TpBlazorr2/obj/project.nuget.cache b/TpBlazorr2/obj/project.nuget.cache new file mode 100644 index 0000000..fc6ddc5 --- /dev/null +++ b/TpBlazorr2/obj/project.nuget.cache @@ -0,0 +1,101 @@ +{ + "version": 2, + "dgSpecHash": "g/3AMq7thBiOlU4ZsxsQGXgyziqhv6eY7rDbakr3PLKh3L6Gc1MQA7sH+yRnHWCBCnT/eubG7+thFWqQZtj/IQ==", + "success": true, + "projectFilePath": "C:\\Users\\axvanbraba\\source\\repos\\TpBlazorr2\\TpBlazorr2\\TpBlazorr2.csproj", + "expectedPackageFiles": [ + "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise\\1.3.3\\blazorise.1.3.3.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.bootstrap\\1.3.3\\blazorise.bootstrap.1.3.3.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.datagrid\\1.3.3\\blazorise.datagrid.1.3.3.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.icons.fontawesome\\1.3.3\\blazorise.icons.fontawesome.1.3.3.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\blazorise.licensing\\1.1.0\\blazorise.licensing.1.1.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\deepcloner\\0.10.4\\deepcloner.0.10.4.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.aspnetcore.authorization\\7.0.14\\microsoft.aspnetcore.authorization.7.0.14.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.aspnetcore.components\\7.0.14\\microsoft.aspnetcore.components.7.0.14.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.aspnetcore.components.analyzers\\7.0.14\\microsoft.aspnetcore.components.analyzers.7.0.14.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.aspnetcore.components.forms\\7.0.14\\microsoft.aspnetcore.components.forms.7.0.14.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.aspnetcore.components.web\\7.0.14\\microsoft.aspnetcore.components.web.7.0.14.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.aspnetcore.metadata\\7.0.14\\microsoft.aspnetcore.metadata.7.0.14.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\7.0.0\\microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\7.0.0\\microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\7.0.1\\microsoft.extensions.logging.abstractions.7.0.1.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.extensions.options\\7.0.1\\microsoft.extensions.options.7.0.1.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.extensions.primitives\\7.0.0\\microsoft.extensions.primitives.7.0.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.jsinterop\\7.0.14\\microsoft.jsinterop.7.0.14.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.io.pipelines\\7.0.0\\system.io.pipelines.7.0.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Users\\axvanbraba\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/TpBlazorr2/wwwroot/css/bootstrap/bootstrap.min.css b/TpBlazorr2/wwwroot/css/bootstrap/bootstrap.min.css new file mode 100644 index 0000000..02ae65b --- /dev/null +++ b/TpBlazorr2/wwwroot/css/bootstrap/bootstrap.min.css @@ -0,0 +1,7 @@ +@charset "UTF-8";/*! + * Bootstrap v5.1.0 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-rgb:33,37,41;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/TpBlazorr2/wwwroot/css/bootstrap/bootstrap.min.css.map b/TpBlazorr2/wwwroot/css/bootstrap/bootstrap.min.css.map new file mode 100644 index 0000000..afcd9e3 --- /dev/null +++ b/TpBlazorr2/wwwroot/css/bootstrap/bootstrap.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_reboot.scss","dist/css/bootstrap.css","../../scss/vendor/_rfs.scss","../../scss/mixins/_border-radius.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/_tables.scss","../../scss/mixins/_table-variants.scss","../../scss/forms/_labels.scss","../../scss/forms/_form-text.scss","../../scss/forms/_form-control.scss","../../scss/mixins/_transition.scss","../../scss/mixins/_gradients.scss","../../scss/forms/_form-select.scss","../../scss/forms/_form-check.scss","../../scss/forms/_form-range.scss","../../scss/forms/_floating-labels.scss","../../scss/forms/_input-group.scss","../../scss/mixins/_forms.scss","../../scss/_buttons.scss","../../scss/mixins/_buttons.scss","../../scss/_transitions.scss","../../scss/_dropdown.scss","../../scss/mixins/_caret.scss","../../scss/_button-group.scss","../../scss/_nav.scss","../../scss/_navbar.scss","../../scss/_card.scss","../../scss/_accordion.scss","../../scss/_breadcrumb.scss","../../scss/_pagination.scss","../../scss/mixins/_pagination.scss","../../scss/_badge.scss","../../scss/_alert.scss","../../scss/mixins/_alert.scss","../../scss/_progress.scss","../../scss/_list-group.scss","../../scss/mixins/_list-group.scss","../../scss/_close.scss","../../scss/_toasts.scss","../../scss/_modal.scss","../../scss/mixins/_backdrop.scss","../../scss/_tooltip.scss","../../scss/mixins/_reset-text.scss","../../scss/_popover.scss","../../scss/_carousel.scss","../../scss/mixins/_clearfix.scss","../../scss/_spinners.scss","../../scss/_offcanvas.scss","../../scss/_placeholders.scss","../../scss/helpers/_colored-links.scss","../../scss/helpers/_ratio.scss","../../scss/helpers/_position.scss","../../scss/helpers/_stacks.scss","../../scss/helpers/_visually-hidden.scss","../../scss/mixins/_visually-hidden.scss","../../scss/helpers/_stretched-link.scss","../../scss/helpers/_text-truncation.scss","../../scss/mixins/_text-truncate.scss","../../scss/helpers/_vr.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap v5.1.0 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n// scss-docs-start import-stack\n// Configuration\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"utilities\";\n\n// Layout & components\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"containers\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"accordion\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"alert\";\n@import \"progress\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"offcanvas\";\n@import \"placeholders\";\n\n// Helpers\n@import \"helpers\";\n\n// Utilities\n@import \"utilities/api\";\n// scss-docs-end import-stack\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-rgb: #{to-rgb($body-color)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n\n// Root\n//\n// Ability to the value of the root font sizes, affecting the value of `rem`.\n// null by default, thus nothing is generated.\n\n:root {\n @if $font-size-root != null {\n font-size: var(--#{$variable-prefix}-root-font-size);\n }\n\n @if $enable-smooth-scroll {\n @media (prefers-reduced-motion: no-preference) {\n scroll-behavior: smooth;\n }\n }\n}\n\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Prevent adjustments of font size after orientation changes in iOS.\n// 4. Change the default tap highlight to be completely transparent in iOS.\n\n// scss-docs-start reboot-body-rules\nbody {\n margin: 0; // 1\n font-family: var(--#{$variable-prefix}body-font-family);\n @include font-size(var(--#{$variable-prefix}body-font-size));\n font-weight: var(--#{$variable-prefix}body-font-weight);\n line-height: var(--#{$variable-prefix}body-line-height);\n color: var(--#{$variable-prefix}body-color);\n text-align: var(--#{$variable-prefix}body-text-align);\n background-color: var(--#{$variable-prefix}body-bg); // 2\n -webkit-text-size-adjust: 100%; // 3\n -webkit-tap-highlight-color: rgba($black, 0); // 4\n}\n// scss-docs-end reboot-body-rules\n\n\n// Content grouping\n//\n// 1. Reset Firefox's gray color\n// 2. Set correct height and prevent the `size` attribute to make the `hr` look like an input field\n\nhr {\n margin: $hr-margin-y 0;\n color: $hr-color; // 1\n background-color: currentColor;\n border: 0;\n opacity: $hr-opacity;\n}\n\nhr:not([size]) {\n height: $hr-height; // 2\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n margin-top: 0; // 1\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-style: $headings-font-style;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1 {\n @extend %heading;\n @include font-size($h1-font-size);\n}\n\nh2 {\n @extend %heading;\n @include font-size($h2-font-size);\n}\n\nh3 {\n @extend %heading;\n @include font-size($h3-font-size);\n}\n\nh4 {\n @extend %heading;\n @include font-size($h4-font-size);\n}\n\nh5 {\n @extend %heading;\n @include font-size($h5-font-size);\n}\n\nh6 {\n @extend %heading;\n @include font-size($h6-font-size);\n}\n\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-bs-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-bs-original-title] { // 1\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n text-decoration-skip-ink: none; // 4\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n\n &:hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n direction: ltr #{\"/* rtl:ignore */\"};\n unicode-bidi: bidi-override;\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: $code-color;\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n// See https://github.com/twbs/bootstrap/issues/24093\n\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\n// 1. Remove the margin in Firefox and Safari\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // 1\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\n// Remove the inheritance of text transform in Firefox\nbutton,\nselect {\n text-transform: none;\n}\n// Set the cursor for non-`